From d57e662cdacb81819cd5bafc590d1452c79c53a7 Mon Sep 17 00:00:00 2001
From: Gabor Juhos <juhosg@openwrt.org>
Date: Sat, 6 Apr 2013 12:37:38 +0000
Subject: [PATCH] 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
---
 target/linux/ramips/dts/RTN56U.dts | 4 ++--
 1 file 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>;
-- 
GitLab