From 05912a304c1d3f31f350cd708fe4722389ec835a Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Tue, 16 Aug 2016 07:39:28 +0200 Subject: ramips: rt3883: fix dtc compiler warning Fixes the following compiler warning: Warning (reg_format): "reg" property in /ethernet@10100000/port@0 has invalid length (4 bytes) (#address-cells == 2, #size-cells == 1) Warning (avoid_default_addr_size): Relying on default #address-cells value for /ethernet@10100000/port@0 Warning (avoid_default_addr_size): Relying on default #size-cells value for /ethernet@10100000/port@0 Signed-off-by: Mathias Kresin --- target/linux/ramips/dts/rt3883.dtsi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target/linux/ramips/dts/rt3883.dtsi') diff --git a/target/linux/ramips/dts/rt3883.dtsi b/target/linux/ramips/dts/rt3883.dtsi index 20fe7bfab9..64bc56b4a9 100644 --- a/target/linux/ramips/dts/rt3883.dtsi +++ b/target/linux/ramips/dts/rt3883.dtsi @@ -306,6 +306,8 @@ ethernet: ethernet@10100000 { compatible = "ralink,rt3883-eth"; + #address-cells = <1>; + #size-cells = <0>; reg = <0x10100000 0x10000>; resets = <&rstctrl 21>; -- cgit v1.2.3