Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Christian Marangi <ansuelsmth@gmail.com>
Reviewed-by: Jonathan McDowell <noodles@earth.li>
Tested-by: Jonathan McDowell <noodles@earth.li>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Christian Marangi and committed by
David S. Miller
939595c7 ed617bc0

-4
-4
arch/arm/boot/dts/qcom-ipq8064-rb3011.dts
··· 38 38 39 39 switch0: switch@10 { 40 40 compatible = "qca,qca8337"; 41 - #address-cells = <1>; 42 - #size-cells = <0>; 43 41 44 42 dsa,member = <0 0>; 45 43 ··· 103 105 104 106 switch1: switch@14 { 105 107 compatible = "qca,qca8337"; 106 - #address-cells = <1>; 107 - #size-cells = <0>; 108 108 109 109 dsa,member = <1 0>; 110 110