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 | d4b5e559db53481309f5a93ee048bfc01f76e468 (patch) | |
tree | 146ff5acb37103589bd0ec5920d9a07729c7f119 /target/linux | |
parent | 64dd9141589de04f2f584d768c82303ccaeceb10 (diff) | |
download | upstream-d4b5e559db53481309f5a93ee048bfc01f76e468.tar.gz upstream-d4b5e559db53481309f5a93ee048bfc01f76e468.tar.bz2 upstream-d4b5e559db53481309f5a93ee048bfc01f76e468.zip |
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/linux')
-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>; |