From: blogic Date: Mon, 5 Aug 2013 10:42:00 +0000 (+0000) Subject: lantiq: several a803 related fixes X-Git-Tag: fast2504n-3.10.28-merged~1689 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=444fae49dc4f91124702a157d1e3b4beac5e8113;p=openwrt.git lantiq: several a803 related fixes based on work from Matti Laasko that he posted in the wiki Signed-off-by: John Crispin ; + reg = <0x00000 0x30000>; read-only; }; partition@10000 { label = "uboot_env"; - reg = <0x10000 0x10000>; + reg = <0x30000 0x10000>; read-only; }; partition@20000 { label = "linux"; - reg = <0x20000 0x7d0000>; + reg = <0x40000 0x7b0000>; }; partition@7f0000 { @@ -86,26 +86,32 @@ lantiq,output = <0>; }; pci_in { - lantiq,groups = "req1", "req2"; + lantiq,groups = "req1"; lantiq,function = "pci"; - lantiq,open-drain = <1>; lantiq,pull = <2>; lantiq,output = <0>; }; pci_out { lantiq,groups = "gnt1"; lantiq,function = "pci"; + lantiq,open-drain = <1>; lantiq,output = <1>; }; pci_rst { lantiq,pins = "io21"; - lantiq,pull = <2>; + lantiq,open-drain = <1>; lantiq,output = <1>; }; leds { lantiq,pins = "io3", "io5", "io6", "io8"; + lantiq,open-drain = <1>; lantiq,output = <1>; }; + buttons { + lantiq,pins = "io11", "io12", "io13", "io28"; + lantiq,pull = <2>; + lantiq,output = <0>; + }; }; }; @@ -115,7 +121,7 @@ }; etop@E180000 { - phy-mode = "rmii"; + phy-mode = "mii"; }; pci@E105400 { diff --git a/target/linux/lantiq/xway/profiles/arv.mk b/target/linux/lantiq/xway/profiles/arv.mk index 797969a3b0..4528741ea0 100644 --- a/target/linux/lantiq/xway/profiles/arv.mk +++ b/target/linux/lantiq/xway/profiles/arv.mk @@ -116,7 +116,7 @@ $(eval $(call Profile,ARV752DPW)) define Profile/ARV752DPW22 NAME:=Easybox 803 - ARV752DPW22 - PACKAGES:=kmod-usb2 kmod-usb-uhci kmod-ltq-hcd-danube kmod-ledtrig-usbdev \ + PACKAGES:=kmod-usb2-pci kmod-usb-uhci kmod-ltq-hcd-danube kmod-ledtrig-usbdev \ kmod-ltq-adsl-danube-mei kmod-ltq-adsl-danube \ kmod-ltq-adsl-danube-fw-b kmod-ltq-atm-danube \ ltq-adsl-app ppp-mod-pppoa \