diff options
author | Luka Perkov <luka@openwrt.org> | 2013-06-08 11:36:07 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-06-08 11:36:07 +0000 |
commit | 0124271f8e617585d1d89fe58feb3d56f88b6cc4 (patch) | |
tree | da8de5a26264a460f8345bf008d8c4cb65e3d394 /target/linux/lantiq/dts/DGN3500.dtsi | |
parent | a07aa729d62f736c19143501d4bf0f517241ce19 (diff) | |
download | upstream-0124271f8e617585d1d89fe58feb3d56f88b6cc4.tar.gz upstream-0124271f8e617585d1d89fe58feb3d56f88b6cc4.tar.bz2 upstream-0124271f8e617585d1d89fe58feb3d56f88b6cc4.zip |
lantiq: fix formating in .dts files
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36882 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/dts/DGN3500.dtsi')
-rw-r--r-- | target/linux/lantiq/dts/DGN3500.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/lantiq/dts/DGN3500.dtsi b/target/linux/lantiq/dts/DGN3500.dtsi index 75839d253f..b2fb269ce8 100644 --- a/target/linux/lantiq/dts/DGN3500.dtsi +++ b/target/linux/lantiq/dts/DGN3500.dtsi @@ -72,7 +72,7 @@ #size-cells = <1>; compatible = "spi-gpio"; - + gpio-miso = <&gpio 16 0>; gpio-mosi = <&gpio 17 0>; gpio-sck = <&gpio 18 0>; @@ -130,7 +130,7 @@ #address-cells = <1>; #size-cells = <0>; poll-interval = <100>; - + rfkill { label = "rfkill"; gpios = <&gpio 36 1>; |