summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-04-06 17:19:35 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-04-06 17:19:35 +0000
commitc95f93ad03c857d0baaa7a01af33d8c02f3731a7 (patch)
treed09fdb44eeabaaad2c453dcec2589f9c8246981f
parentf1184a693cd6921e46a88b86e94b711fff159038 (diff)
ramips: fix ethernet switch node in DIR-645.dts
Fix a typo in the node name and add vendor prefix for the compatible string. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36231 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--target/linux/ramips/dts/DIR-645.dts6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ramips/dts/DIR-645.dts b/target/linux/ramips/dts/DIR-645.dts
index 77155a371..b435b8a0b 100644
--- a/target/linux/ramips/dts/DIR-645.dts
+++ b/target/linux/ramips/dts/DIR-645.dts
@@ -94,8 +94,8 @@
status = "okay";
};
- rtl8366b {
- compatible = "rtl8367b";
+ rtl8367b {
+ compatible = "realtek,rtl8367b";
gpio-sda = <&gpio0 1 0>;
gpio-sck = <&gpio0 2 0>;
realtek,extif1 = <1 0 1 1 1 1 1 1 2>;
@@ -120,7 +120,7 @@
gpio-leds {
compatible = "gpio-leds";
-
+
inet {
label = "d-link:green:inet";
gpios = <&gpio0 0 1>;