aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Marangi <[email protected]>2023-04-17 17:17:34 +0200
committerDavid S. Miller <[email protected]>2023-04-19 12:59:16 +0100
commit939595c79d12bb18e3784bc3faa2ddd2df41f70f (patch)
tree1e71a828b483b5d0ea95740b7967e9443b495eb2
parented617bc022f4596dc03815e8f0331e60644d07ee (diff)
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 <[email protected]> Signed-off-by: Christian Marangi <[email protected]> Reviewed-by: Jonathan McDowell <[email protected]> Tested-by: Jonathan McDowell <[email protected]> Signed-off-by: David S. Miller <[email protected]>
-rw-r--r--arch/arm/boot/dts/qcom-ipq8064-rb3011.dts4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/qcom-ipq8064-rb3011.dts b/arch/arm/boot/dts/qcom-ipq8064-rb3011.dts
index f908889c4f95..47a5d1849c72 100644
--- a/arch/arm/boot/dts/qcom-ipq8064-rb3011.dts
+++ b/arch/arm/boot/dts/qcom-ipq8064-rb3011.dts
@@ -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>;