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 | da7590cd2119b92a34eb8c3e71094eb20c0df0e8 (patch) | |
tree | eed5b31f2e82d13aaa8d6c3b4d4120afccbb19e4 /target/linux/lantiq/dts/falcon.dtsi | |
parent | 23aa9546ce93229d43335403c5d6d574b53f873a (diff) | |
download | upstream-da7590cd2119b92a34eb8c3e71094eb20c0df0e8.tar.gz upstream-da7590cd2119b92a34eb8c3e71094eb20c0df0e8.tar.bz2 upstream-da7590cd2119b92a34eb8c3e71094eb20c0df0e8.zip |
lantiq: fix formating in .dts files
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 36882
Diffstat (limited to 'target/linux/lantiq/dts/falcon.dtsi')
-rw-r--r-- | target/linux/lantiq/dts/falcon.dtsi | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/target/linux/lantiq/dts/falcon.dtsi b/target/linux/lantiq/dts/falcon.dtsi index ec1b450bad..bb5d68d201 100644 --- a/target/linux/lantiq/dts/falcon.dtsi +++ b/target/linux/lantiq/dts/falcon.dtsi @@ -16,12 +16,12 @@ reg = <0x10000000 0xC000000>; ranges = <0x0 0x10000000 0xC000000>; }; - + ebu@18000000 { compatible = "lantiq,ebu-falcon"; reg = <0x18000000 0x100>; }; - + sbs2@1D000000 { #address-cells = <1>; #size-cells = <1>; @@ -33,7 +33,7 @@ compatible = "lantiq,sysgpe-falcon"; reg = <0x700000 0x100>; }; - + gpio0: gpio@810000 { #gpio-cells = <2>; compatible = "lantiq,gpio-falcon"; @@ -43,7 +43,7 @@ reg = <0x810000 0x80>; lantiq,bank = <0>; }; - + gpio2: gpio@810100 { #gpio-cells = <2>; compatible = "lantiq,gpio-falcon"; @@ -53,18 +53,18 @@ reg = <0x810100 0x80>; lantiq,bank = <2>; }; - + syseth@B00000 { compatible = "lantiq,syseth-falcon"; reg = <0xB00000 0x100>; }; - + pad@B01000 { compatible = "lantiq,pad-falcon"; reg = <0xB01000 0x100>; lantiq,bank = <0>; }; - + pad@B02000 { compatible = "lantiq,pad-falcon"; reg = <0xB02000 0x100>; |