diff options
author | Mathias Kresin <dev@kresin.me> | 2018-08-06 07:11:13 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-08-08 08:11:11 +0200 |
commit | 55ff2951eac8fd86c91b9673395325e393e357ac (patch) | |
tree | 6ff065b1d952d52999c97a4fc38f33b30a2cedaf /target/linux/ath79/dts/ar7241_ubnt_xm.dtsi | |
parent | bf078fcab6f4683d2e8599dce107afee5e3742c3 (diff) | |
download | upstream-55ff2951eac8fd86c91b9673395325e393e357ac.tar.gz upstream-55ff2951eac8fd86c91b9673395325e393e357ac.tar.bz2 upstream-55ff2951eac8fd86c91b9673395325e393e357ac.zip |
ath79: fix dts warnings
Fix all issues found by the devicetree compiler like wrong address/size
cells as well as wrong/missing/superfluous unit addresses.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/ath79/dts/ar7241_ubnt_xm.dtsi')
-rw-r--r-- | target/linux/ath79/dts/ar7241_ubnt_xm.dtsi | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/target/linux/ath79/dts/ar7241_ubnt_xm.dtsi b/target/linux/ath79/dts/ar7241_ubnt_xm.dtsi index 615e230f92..fddcbe2b16 100644 --- a/target/linux/ath79/dts/ar7241_ubnt_xm.dtsi +++ b/target/linux/ath79/dts/ar7241_ubnt_xm.dtsi @@ -17,9 +17,6 @@ */ keys { compatible = "gpio-keys-polled"; - #address-cells = <1>; - #size-cells = <0>; - poll-interval = <20>; reset { linux,code = <KEY_RESTART>; @@ -65,8 +62,6 @@ num-cs = <1>; flash@0 { - #address-cells = <1>; - #size-cells = <1>; compatible = "jedec,spi-nor"; reg = <0>; spi-max-frequency = <25000000>; @@ -116,7 +111,7 @@ &pcie { status = "okay"; - wifi@0 { + wifi@0,0 { reg = <0x0000 0 0 0 0>; qca,no-eeprom; }; |