[PATCH] ARM: dts: BCM5301X: remove reg property from ports node on Asus RT-AC88U
Arınç ÜNAL
arinc.unal at arinc9.com
Thu Dec 23 11:29:41 PST 2021
The "reg" property on the "ports" node of the Realtek switch is not supposed to
be there which causes warnings while compiling. Remove it.
Reported-by: Stephen Rothwell <sfr at canb.auug.org.au>
Fixes: 3d2d52a0d183 ("ARM: dts: BCM5301X: define RTL8365MB switch on Asus RT-AC88U")
Signed-off-by: Arınç ÜNAL <arinc.unal at arinc9.com>
---
arch/arm/boot/dts/bcm47094-asus-rt-ac88u.dts | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/boot/dts/bcm47094-asus-rt-ac88u.dts b/arch/arm/boot/dts/bcm47094-asus-rt-ac88u.dts
index df8199fd4eb4..82f9629f0abb 100644
--- a/arch/arm/boot/dts/bcm47094-asus-rt-ac88u.dts
+++ b/arch/arm/boot/dts/bcm47094-asus-rt-ac88u.dts
@@ -106,7 +106,6 @@ switch {
ports {
#address-cells = <1>;
#size-cells = <0>;
- reg = <0>;
port at 0 {
reg = <0>;
--
2.25.1
More information about the linux-arm-kernel
mailing list