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/ARV7518PW.dts | |
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/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>; |