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/wd-mybooklive.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/wd-mybooklive.dts')
-rw-r--r-- | target/linux/apm821xx/dts/wd-mybooklive.dts | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/target/linux/apm821xx/dts/wd-mybooklive.dts b/target/linux/apm821xx/dts/wd-mybooklive.dts index db27e1778d..6cba7d2f26 100644 --- a/target/linux/apm821xx/dts/wd-mybooklive.dts +++ b/target/linux/apm821xx/dts/wd-mybooklive.dts @@ -40,19 +40,19 @@ reg = <0x00000000 0x0001e000>; }; - partition@1 { + partition@1e000 { label = "env"; reg = <0x0001e000 0x00002000>; }; - partition@2 { + partition@20000 { label = "uboot"; reg = <0x00020000 0x00050000>; }; }; }; - GPIO1: gpio1@e0000000 { + GPIO1: gpio@e0000000 { compatible = "wd,mbl-gpio", "ti,74273"; reg-names = "dat"; reg = <0xe0000000 0x1>; @@ -77,7 +77,7 @@ }; }; - GPIO2: gpio2@e0100000 { + GPIO2: gpio@e0100000 { compatible = "wd,mbl-gpio", "ti,74244"; reg-names = "dat"; reg = <0xe0100000 0x1>; @@ -109,8 +109,6 @@ keys { compatible = "gpio-keys-polled"; - #address-cells = <1>; - #size-cells = <0>; poll-interval = <60>; /* 3 * 20 = 60ms */ autorepeat; |