diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-03-15 15:53:06 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-03-15 15:53:06 +0000 |
commit | 27b2243087e9fad051db4f597dbff61e27507b79 (patch) | |
tree | 49bbcfed63c83143b91476e87cadaf4d081b373a /target/linux/mpc85xx/patches-3.8 | |
parent | 70d97927a7b5d8a34daa220795eca390dc6e55d2 (diff) |
mpc85xx: add AR8327 initvals to the TL-WDR4900 devicetree
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36048 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mpc85xx/patches-3.8')
-rw-r--r-- | target/linux/mpc85xx/patches-3.8/140-powerpc-85xx-tl-wdr4900-v1-support.patch | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/target/linux/mpc85xx/patches-3.8/140-powerpc-85xx-tl-wdr4900-v1-support.patch b/target/linux/mpc85xx/patches-3.8/140-powerpc-85xx-tl-wdr4900-v1-support.patch index 8e6d5ca46..cf82c40d0 100644 --- a/target/linux/mpc85xx/patches-3.8/140-powerpc-85xx-tl-wdr4900-v1-support.patch +++ b/target/linux/mpc85xx/patches-3.8/140-powerpc-85xx-tl-wdr4900-v1-support.patch @@ -210,7 +210,7 @@ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> +} --- /dev/null +++ b/arch/powerpc/boot/dts/tl-wdr4900-v1.dts -@@ -0,0 +1,198 @@ +@@ -0,0 +1,208 @@ +/* + * TP-Link TL-WDR4900 v1 Device Tree Source + * @@ -301,8 +301,18 @@ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> + + mdio@24000 { + phy0: ethernet-phy@0 { -+ /* interrupts = <3 1 0 0>; */ + reg = <0x0>; ++ qca,ar8327-initvals = < ++ 0x00004 0x07600000 /* PAD0_MODE */ ++ 0x00008 0x00000000 /* PAD5_MODE */ ++ 0x0000c 0x01000000 /* PAD6_MODE */ ++ 0x00010 0x40000000 /* POWER_ON_STRIP */ ++ 0x00050 0xcf35cf35 /* LED_CTRL0 */ ++ 0x00054 0xcf35cf35 /* LED_CTRL1 */ ++ 0x00058 0xcf35cf35 /* LED_CTRL2 */ ++ 0x0005c 0x03ffff00 /* LED_CTRL3 */ ++ 0x0007c 0x0000007e /* PORT0_STATUS */ ++ >; + }; + }; + |