diff options
author | Paul Wassi <p.wassi@gmx.at> | 2018-08-23 09:35:04 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-08-27 19:31:17 +0200 |
commit | e348ccc4e6e9d16d56bec77b69628205d58e6750 (patch) | |
tree | 80aa62e8727a41cc4acbcc02ce420352ab4b8276 /target/linux/mvebu | |
parent | 3601c3de23f15e2735adc4becdca14c803b6b1a5 (diff) | |
download | upstream-e348ccc4e6e9d16d56bec77b69628205d58e6750.tar.gz upstream-e348ccc4e6e9d16d56bec77b69628205d58e6750.tar.bz2 upstream-e348ccc4e6e9d16d56bec77b69628205d58e6750.zip |
treewide: fix some cosmetic glitches in dts files
- fix single spaces hidden by a tab
- replace indentation with spaces by tabs
- make empty lines empty
- drop trailing whitespace
- drop unnecessary blank lines
Signed-off-by: Mathias Kresin <dev@kresin.me>
Signed-off-by: Paul Wassi <p.wassi@gmx.at>
Diffstat (limited to 'target/linux/mvebu')
-rw-r--r-- | target/linux/mvebu/files-4.14/arch/arm/boot/dts/armada-385-linksys-venom.dts | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/target/linux/mvebu/files-4.14/arch/arm/boot/dts/armada-385-linksys-venom.dts b/target/linux/mvebu/files-4.14/arch/arm/boot/dts/armada-385-linksys-venom.dts index 00a4ee9f39..2e0bed815f 100644 --- a/target/linux/mvebu/files-4.14/arch/arm/boot/dts/armada-385-linksys-venom.dts +++ b/target/linux/mvebu/files-4.14/arch/arm/boot/dts/armada-385-linksys-venom.dts @@ -121,51 +121,51 @@ /* Spansion S34ML02G2 256MiB, OEM Layout */ partition@0 { label = "u-boot"; - reg = <0x0000000 0x200000>; /* 2MB */ + reg = <0x0000000 0x200000>; /* 2MB */ read-only; }; partition@200000 { label = "u_env"; - reg = <0x200000 0x20000>; /* 128KB */ + reg = <0x200000 0x20000>; /* 128KB */ }; partition@220000 { label = "s_env"; - reg = <0x220000 0x40000>; /* 256KB */ + reg = <0x220000 0x40000>; /* 256KB */ }; partition@180000 { label = "unused_area"; - reg = <0x260000 0x5c0000>; /* 5.75MB */ + reg = <0x260000 0x5c0000>; /* 5.75MB */ }; partition@7e0000 { label = "devinfo"; - reg = <0x7e0000 0x40000>; /* 256KB */ + reg = <0x7e0000 0x40000>; /* 256KB */ read-only; }; /* kernel1 overlaps with rootfs1 by design */ partition@900000 { label = "kernel1"; - reg = <0x900000 0x7b00000>; /* 123MB */ + reg = <0x900000 0x7b00000>; /* 123MB */ }; partition@c00000 { label = "rootfs1"; - reg = <0xc00000 0x7800000>; /* 120MB */ + reg = <0xc00000 0x7800000>; /* 120MB */ }; /* kernel2 overlaps with rootfs2 by design */ partition@8400000 { label = "kernel2"; - reg = <0x8400000 0x7b00000>; /* 123MB */ + reg = <0x8400000 0x7b00000>; /* 123MB */ }; partition@8700000 { label = "rootfs2"; - reg = <0x8700000 0x7800000>; /* 120MB */ + reg = <0x8700000 0x7800000>; /* 120MB */ }; /* last MB is for the BBT, not writable */ |