diff options
author | John Crispin <john@openwrt.org> | 2013-04-07 11:47:03 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-04-07 11:47:03 +0000 |
commit | 811f7f9f2d2fc219e6f30ebb9f62d6878ed43ba0 (patch) | |
tree | 722daac43cd70980ea2c084e6ed5948706c33bb6 /target/linux/ramips/dts/WL-351.dts | |
parent | 709b19ed9f331ff147bba6be9364b35754d8e710 (diff) | |
download | upstream-811f7f9f2d2fc219e6f30ebb9f62d6878ed43ba0.tar.gz upstream-811f7f9f2d2fc219e6f30ebb9f62d6878ed43ba0.tar.bz2 upstream-811f7f9f2d2fc219e6f30ebb9f62d6878ed43ba0.zip |
fix typos inside dts files
Signed-off-by; Tobias Diedrick <ranma@tdiedrich.de>
SVN-Revision: 36244
Diffstat (limited to 'target/linux/ramips/dts/WL-351.dts')
-rw-r--r-- | target/linux/ramips/dts/WL-351.dts | 10 |
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>; }; }; |