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/ARV7518PW.dts | |
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/ARV7518PW.dts')
-rw-r--r-- | target/linux/lantiq/dts/ARV7518PW.dts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/lantiq/dts/ARV7518PW.dts b/target/linux/lantiq/dts/ARV7518PW.dts index 1439c67b20..70e7d8e57c 100644 --- a/target/linux/lantiq/dts/ARV7518PW.dts +++ b/target/linux/lantiq/dts/ARV7518PW.dts @@ -30,13 +30,13 @@ partition@0 { label = "uboot"; - reg = <0x00000 0x10000>; + reg = <0x00000 0x10000>; read-only; }; partition@10000 { label = "uboot_env"; - reg = <0x10000 0x10000>; + reg = <0x10000 0x10000>; }; partition@20000 { @@ -134,7 +134,7 @@ #address-cells = <1>; #size-cells = <0>; poll-interval = <100>; - + rfkill { label = "rfkill"; gpios = <&gpio 25 1>; |