From: Mathias Kresin Date: Tue, 16 Aug 2016 05:39:28 +0000 (+0200) Subject: ramips: rt3883: fix dtc compiler warning X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=05912a304c1d3f31f350cd708fe4722389ec835a;p=openwrt%2Fstaging%2Fwigyori.git 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 --- 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>;