<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">From e5ff0a7aab3ef5dd8ec7636b936c95179aa5ddfa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ar=C4=B1n=C3=A7=20=C3=9CNAL?= &lt;arinc.unal@arinc9.com&gt;
Date: Fri, 1 Apr 2022 13:19:59 +0300
Subject: [PATCH] ARM: dts: BCM5301X: Remove cell properties from srab ports on
 Asus RT-AC88U
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Remove #address-cells and #size-cells properties from the ports node of
&amp;srab. They are already defined on bcm5301x.dtsi, there's no need to define
them again.

Signed-off-by: ArÄ±nÃ§ ÃœNAL &lt;arinc.unal@arinc9.com&gt;
Acked-by: RafaÅ‚ MiÅ‚ecki &lt;rafal@milecki.pl&gt;
Signed-off-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;
---
 arch/arm/boot/dts/bcm47094-asus-rt-ac88u.dts | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

--- a/arch/arm/boot/dts/bcm47094-asus-rt-ac88u.dts
+++ b/arch/arm/boot/dts/bcm47094-asus-rt-ac88u.dts
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
 /*
- * Copyright (C) 2021 ArÄ±nÃ§ ÃœNAL &lt;arinc.unal@arinc9.com&gt;
+ * Copyright (C) 2021-2022 ArÄ±nÃ§ ÃœNAL &lt;arinc.unal@arinc9.com&gt;
  */
 
 /dts-v1/;
@@ -177,9 +177,6 @@
 	dsa,member = &lt;0 0&gt;;
 
 	ports {
-		#address-cells = &lt;1&gt;;
-		#size-cells = &lt;0&gt;;
-
 		port@0 {
 			reg = &lt;0&gt;;
 			label = "lan4";
</pre></body></html>