diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-04-07 13:32:37 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-04-07 13:32:37 +0000 |
commit | aedf05caa03939178fd4da05ccd8c0ee5b2e5331 (patch) | |
tree | 2f36b02231968daf785eff1c7259b1d12553db68 /target/linux/ramips | |
parent | 017aabe29225fc1f96a0b744ebe9be9582c3c012 (diff) | |
download | upstream-aedf05caa03939178fd4da05ccd8c0ee5b2e5331.tar.gz upstream-aedf05caa03939178fd4da05ccd8c0ee5b2e5331.tar.bz2 upstream-aedf05caa03939178fd4da05ccd8c0ee5b2e5331.zip |
ramips: remove trailing whitespaces from dts files
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36246
Diffstat (limited to 'target/linux/ramips')
-rw-r--r-- | target/linux/ramips/dts/CARAMBOLA.dts | 2 | ||||
-rw-r--r-- | target/linux/ramips/dts/F5D8235_V2.dts | 2 | ||||
-rw-r--r-- | target/linux/ramips/dts/OMNI-EMB-HPM.dts | 2 | ||||
-rw-r--r-- | target/linux/ramips/dts/rt3050.dtsi | 2 | ||||
-rw-r--r-- | target/linux/ramips/dts/rt3352.dtsi | 2 | ||||
-rw-r--r-- | target/linux/ramips/dts/rt3883.dtsi | 2 | ||||
-rw-r--r-- | target/linux/ramips/dts/rt5350.dtsi | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/target/linux/ramips/dts/CARAMBOLA.dts b/target/linux/ramips/dts/CARAMBOLA.dts index 358384e1f2..be42572304 100644 --- a/target/linux/ramips/dts/CARAMBOLA.dts +++ b/target/linux/ramips/dts/CARAMBOLA.dts @@ -58,7 +58,7 @@ i2c-gpio { compatible = "i2c-gpio"; - gpios = <&gpio0 1 0 &gpio0 2 0>; + gpios = <&gpio0 1 0 &gpio0 2 0>; i2c-gpio,delay-us = <10>; }; }; diff --git a/target/linux/ramips/dts/F5D8235_V2.dts b/target/linux/ramips/dts/F5D8235_V2.dts index 17f25238a1..7a9a8bf764 100644 --- a/target/linux/ramips/dts/F5D8235_V2.dts +++ b/target/linux/ramips/dts/F5D8235_V2.dts @@ -61,7 +61,7 @@ gpio-sda = <&gpio0 1 0>; gpio-sck = <&gpio0 2 0>; }; - + gpio-leds { compatible = "gpio-leds"; internet { diff --git a/target/linux/ramips/dts/OMNI-EMB-HPM.dts b/target/linux/ramips/dts/OMNI-EMB-HPM.dts index 4692d3ed1b..8d41cec14e 100644 --- a/target/linux/ramips/dts/OMNI-EMB-HPM.dts +++ b/target/linux/ramips/dts/OMNI-EMB-HPM.dts @@ -72,7 +72,7 @@ gpio-leds { compatible = "gpio-leds"; - + power { label = "emb:orange:power"; gpios = <&gpio0 7 1>; diff --git a/target/linux/ramips/dts/rt3050.dtsi b/target/linux/ramips/dts/rt3050.dtsi index e269c3a876..58f55b9a21 100644 --- a/target/linux/ramips/dts/rt3050.dtsi +++ b/target/linux/ramips/dts/rt3050.dtsi @@ -155,7 +155,7 @@ interrupt-parent = <&cpuintc>; interrupts = <6>; - ralink,eeprom = "soc_wmac.eeprom"; + ralink,eeprom = "soc_wmac.eeprom"; status = "disabled"; }; diff --git a/target/linux/ramips/dts/rt3352.dtsi b/target/linux/ramips/dts/rt3352.dtsi index 50c7594b57..652e361ce0 100644 --- a/target/linux/ramips/dts/rt3352.dtsi +++ b/target/linux/ramips/dts/rt3352.dtsi @@ -154,7 +154,7 @@ interrupt-parent = <&cpuintc>; interrupts = <6>; - ralink,eeprom = "soc_wmac.eeprom"; + ralink,eeprom = "soc_wmac.eeprom"; status = "disabled"; }; diff --git a/target/linux/ramips/dts/rt3883.dtsi b/target/linux/ramips/dts/rt3883.dtsi index 5a4c48594f..7cd3ca89c9 100644 --- a/target/linux/ramips/dts/rt3883.dtsi +++ b/target/linux/ramips/dts/rt3883.dtsi @@ -163,7 +163,7 @@ interrupt-parent = <&cpuintc>; interrupts = <6>; - ralink,eeprom = "soc_wmac.eeprom"; + ralink,eeprom = "soc_wmac.eeprom"; status = "disabled"; }; diff --git a/target/linux/ramips/dts/rt5350.dtsi b/target/linux/ramips/dts/rt5350.dtsi index ff6ef632da..06cfb96391 100644 --- a/target/linux/ramips/dts/rt5350.dtsi +++ b/target/linux/ramips/dts/rt5350.dtsi @@ -154,7 +154,7 @@ interrupt-parent = <&cpuintc>; interrupts = <6>; - ralink,eeprom = "soc_wmac.eeprom"; + ralink,eeprom = "soc_wmac.eeprom"; status = "disabled"; }; |