aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-08-17 05:57:41 +0000
committerJohn Crispin <blogic@openwrt.org>2015-08-17 05:57:41 +0000
commit51f7506fa167740475e51cbbf7a891f5a3e35173 (patch)
tree54ca219eccce979e6e0be53b350163058bd3a5fe /target/linux/ramips/dts
parente3765c118a2ea6a6ba1c6f8b5eaa82f02627d9dc (diff)
downloadmaster-187ad058-51f7506fa167740475e51cbbf7a891f5a3e35173.tar.gz
master-187ad058-51f7506fa167740475e51cbbf7a891f5a3e35173.tar.bz2
master-187ad058-51f7506fa167740475e51cbbf7a891f5a3e35173.zip
ramips: fix Zbtlink ZBT-WR8305RT board name
There is another Zbtlink board (ZBT-WA05) supported in ramips target, so use the same naming scheme for ZBT-WR8305RT board and its dts file. Signed-off-by: Piotr Dymacz <pepe2k@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46614 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/dts')
-rw-r--r--target/linux/ramips/dts/ZBT-WR8305RT.dts (renamed from target/linux/ramips/dts/WR8305RT.dts)10
1 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/ramips/dts/WR8305RT.dts b/target/linux/ramips/dts/ZBT-WR8305RT.dts
index 1f3c345bed..8c56c158a0 100644
--- a/target/linux/ramips/dts/WR8305RT.dts
+++ b/target/linux/ramips/dts/ZBT-WR8305RT.dts
@@ -3,8 +3,8 @@
/include/ "mt7620n.dtsi"
/ {
- compatible = "wr8305rt", "ralink,mt7620n-soc";
- model = "ZBT WR8305RT";
+ compatible = "zbtlink,zbt-wr8305rt", "ralink,mt7620n-soc";
+ model = "Zbtlink ZBT-WR8305RT";
palmbus@10000000 {
gpio1: gpio@638 {
@@ -87,17 +87,17 @@
compatible = "gpio-leds";
sys {
- label = "wr8305rt:sys";
+ label = "zbt-wr8305rt:sys";
gpios = <&gpio1 14 1>;
};
lan {
- label = "wr8305rt:usb";
+ label = "zbt-wr8305rt:usb";
gpios = <&gpio1 15 1>;
};
wifi {
- label = "wr8305rt:wifi";
+ label = "zbt-wr8305rt:wifi";
gpios = <&gpio3 0 1>;
};
};