diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-04-06 12:37:38 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-04-06 12:37:38 +0000 |
commit | b845214bc5e692e63053fc72a2f0ae6244849cde (patch) | |
tree | 146ff5acb37103589bd0ec5920d9a07729c7f119 /target | |
parent | ee1974bc2a4955def964881c63b438bf060d7305 (diff) |
ramips: fix ethernet switch node in RTN56U.dts
The RT-N56U uses an RTL8367M switch.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36222 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/dts/RTN56U.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/dts/RTN56U.dts b/target/linux/ramips/dts/RTN56U.dts index c520a9e29..dd9ba08cb 100644 --- a/target/linux/ramips/dts/RTN56U.dts +++ b/target/linux/ramips/dts/RTN56U.dts @@ -93,8 +93,8 @@ status = "okay"; }; - rtl8366b { - compatible = "rtl8367b"; + rtl8367 { + compatible = "realtek,rtl8367"; gpio-sda = <&gpio0 1 0>; gpio-sck = <&gpio0 2 0>; realtek,extif1 = <1 0 1 1 1 1 1 1 2>; |