aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/WL-351.dts
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2013-04-07 11:47:03 +0000
committerJohn Crispin <blogic@openwrt.org>2013-04-07 11:47:03 +0000
commit319f0d0a6e89e9a8d86d6a0f78d9c5917dee1201 (patch)
treeb535fb204c2cb553aa3e5b88e9ef34673f173f95 /target/linux/ramips/dts/WL-351.dts
parent695fe3d0edb70bedc79d4fe80c1e1a76709b3eac (diff)
downloadupstream-319f0d0a6e89e9a8d86d6a0f78d9c5917dee1201.tar.gz
upstream-319f0d0a6e89e9a8d86d6a0f78d9c5917dee1201.tar.bz2
upstream-319f0d0a6e89e9a8d86d6a0f78d9c5917dee1201.zip
[ramips] fix typos inside dts files
Signed-off-by; Tobias Diedrick <ranma@tdiedrich.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36244 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/dts/WL-351.dts')
-rw-r--r--target/linux/ramips/dts/WL-351.dts10
1 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/ramips/dts/WL-351.dts b/target/linux/ramips/dts/WL-351.dts
index b0eeb2cb43..91ba14c490 100644
--- a/target/linux/ramips/dts/WL-351.dts
+++ b/target/linux/ramips/dts/WL-351.dts
@@ -68,15 +68,15 @@
compatible = "gpio-leds";
power {
label = "wl-351:amber:power";
- gpio = <&gpio0 8 1>;
+ gpios = <&gpio0 8 1>;
};
unpopulated {
label = "wl-351:amber:unpopulated";
- gpio = <&gpio0 12 1>;
+ gpios = <&gpio0 12 1>;
};
unpopulated2 {
label = "wl-351:blue:unpopulated";
- gpio = <&gpio0 13 1>;
+ gpios = <&gpio0 13 1>;
};
};
@@ -87,12 +87,12 @@
poll-interval = <20>;
reset {
label = "reset";
- gpio = <&gpio0 10 1>;
+ gpios = <&gpio0 10 1>;
linux,code = <0x198>;
};
wps {
label = "wps";
- gpio = <&gpio0 0 1>;
+ gpios = <&gpio0 0 1>;
linux,code = <0x211>;
};
};