From 55ff2951eac8fd86c91b9673395325e393e357ac Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Mon, 6 Aug 2018 07:11:13 +0200 Subject: 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 --- target/linux/ath79/dts/ar7242_tplink_tl-wr2543-v1.dts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'target/linux/ath79/dts/ar7242_tplink_tl-wr2543-v1.dts') diff --git a/target/linux/ath79/dts/ar7242_tplink_tl-wr2543-v1.dts b/target/linux/ath79/dts/ar7242_tplink_tl-wr2543-v1.dts index d7bb406ab0..0cd90262b3 100644 --- a/target/linux/ath79/dts/ar7242_tplink_tl-wr2543-v1.dts +++ b/target/linux/ath79/dts/ar7242_tplink_tl-wr2543-v1.dts @@ -26,8 +26,6 @@ gpio-keys { compatible = "gpio-keys-polled"; - #address-cells = <1>; - #size-cells = <0>; poll-interval = <20>; reset { @@ -89,6 +87,8 @@ realtek,extif0 = <1 0 1 1 1 1 1 1 2>; mdio-bus { + #address-cells = <1>; + #size-cells = <0>; status = "okay"; phy0: ethernet-phy@0 { @@ -107,8 +107,6 @@ num-cs = <1>; flash@0 { - #address-cells = <1>; - #size-cells = <1>; compatible = "jedec,spi-nor"; reg = <0>; spi-max-frequency = <25000000>; @@ -143,6 +141,8 @@ }; &usb { + #address-cells = <1>; + #size-cells = <0>; status = "okay"; hub_port: port@1 { @@ -158,7 +158,7 @@ &pcie { status = "okay"; - ath9k: wifi@0 { + ath9k: wifi@0,0 { reg = <0x0000 0 0 0 0>; #gpio-cells = <2>; gpio-controller; -- cgit v1.2.3