diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-04-06 12:37:38 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-04-06 12:37:38 +0000 |
commit | d57e662cdacb81819cd5bafc590d1452c79c53a7 (patch) | |
tree | 951445beab182a4ac5a3928972616172c14cd87c /target/linux/ramips/dts | |
parent | 4becd8590c7b58059e7585fa34ef414d403ab40d (diff) | |
download | upstream-d57e662cdacb81819cd5bafc590d1452c79c53a7.tar.gz upstream-d57e662cdacb81819cd5bafc590d1452c79c53a7.tar.bz2 upstream-d57e662cdacb81819cd5bafc590d1452c79c53a7.zip |
ramips: fix ethernet switch node in RTN56U.dts
The RT-N56U uses an RTL8367M switch.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36222
Diffstat (limited to 'target/linux/ramips/dts')
-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 c520a9e294..dd9ba08cbf 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>; |