Commit 939595c7 authored by Christian Marangi's avatar Christian Marangi Committed by David S. Miller
Browse files

ARM: dts: qcom: ipq8064-rb3011: Drop unevaluated properties in switch nodes



IPQ8064 MikroTik RB3011UiAS-RM DT have currently unevaluted properties
in the 2 switch nodes. The bindings #address-cells and #size-cells are
redundant and cause warning for 'Unevaluated properties are not
allowed'.

Drop these bindings to mute these warning as they should not be there
from the start.

Cc: Jonathan McDowell <noodles@earth.li>
Signed-off-by: default avatarChristian Marangi <ansuelsmth@gmail.com>
Reviewed-by: default avatarJonathan McDowell <noodles@earth.li>
Tested-by: default avatarJonathan McDowell <noodles@earth.li>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ed617bc0
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -38,8 +38,6 @@

		switch0: switch@10 {
			compatible = "qca,qca8337";
			#address-cells = <1>;
			#size-cells = <0>;

			dsa,member = <0 0>;

@@ -105,8 +103,6 @@

		switch1: switch@14 {
			compatible = "qca,qca8337";
			#address-cells = <1>;
			#size-cells = <0>;

			dsa,member = <1 0>;