diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2018-12-23 22:15:34 +0100 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2019-01-24 15:53:03 +0100 |
commit | f9321373851c38177f7ba29aeea6fdc3ab27b244 (patch) | |
tree | b3d3823e8e3018b6fbf766567dcb394a02e56401 /target/linux/apm821xx/dts/meraki-mr24.dts | |
parent | cbb44f6ed7364108724a9582b9e37965d85a728d (diff) | |
download | upstream-f9321373851c38177f7ba29aeea6fdc3ab27b244.tar.gz upstream-f9321373851c38177f7ba29aeea6fdc3ab27b244.tar.bz2 upstream-f9321373851c38177f7ba29aeea6fdc3ab27b244.zip |
apm821xx: dts overhaul
- remove stray #address-cells / #size-cells
- fix partition unit-addresses in wd-mybooklive.dts
- remove index from MBL's gpio node name
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target/linux/apm821xx/dts/meraki-mr24.dts')
-rw-r--r-- | target/linux/apm821xx/dts/meraki-mr24.dts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target/linux/apm821xx/dts/meraki-mr24.dts b/target/linux/apm821xx/dts/meraki-mr24.dts index a66eba7efa..cb7c095dbb 100644 --- a/target/linux/apm821xx/dts/meraki-mr24.dts +++ b/target/linux/apm821xx/dts/meraki-mr24.dts @@ -50,9 +50,6 @@ status = "okay"; /* 32 MiB NAND Flash */ nand { - #address-cells = <1>; - #size-cells = <1>; - partition@0 { label = "u-boot"; reg = <0x00000000 0x00150000>; |