diff options
author | Mathias Kresin <dev@kresin.me> | 2018-07-21 23:00:20 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-08-04 08:39:35 +0200 |
commit | 53624c1702e6aad5b3e5e442c064dd30f81db2e4 (patch) | |
tree | d023dc60c4604ad028a6ae98c6eeb4bb91c849d9 /target/linux/ramips/dts/AWUSFREE1.dts | |
parent | 6384e0d16a91cdfa1f7afc73268d9485dda8065b (diff) | |
download | upstream-53624c1702e6aad5b3e5e442c064dd30f81db2e4.tar.gz upstream-53624c1702e6aad5b3e5e442c064dd30f81db2e4.tar.bz2 upstream-53624c1702e6aad5b3e5e442c064dd30f81db2e4.zip |
ramips: fix dtc warnings
Fix individual boards dtc warnings or obvious mistakes.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/ramips/dts/AWUSFREE1.dts')
-rw-r--r-- | target/linux/ramips/dts/AWUSFREE1.dts | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/target/linux/ramips/dts/AWUSFREE1.dts b/target/linux/ramips/dts/AWUSFREE1.dts index b8c57f9474..cc7f002403 100644 --- a/target/linux/ramips/dts/AWUSFREE1.dts +++ b/target/linux/ramips/dts/AWUSFREE1.dts @@ -51,8 +51,6 @@ gpio-keys-polled { compatible = "gpio-keys-polled"; - #address-cells = <1>; - #size-cells = <0>; poll-interval = <20>; reset { @@ -143,7 +141,7 @@ reg = <0x30000 0x1000>; }; - partition@031000 { + partition@31000 { label = "config"; reg = <0x31000 0xf000>; read-only; |