Message ID | 20211223192941.1016-1-arinc.unal@arinc9.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | ARM: dts: BCM5301X: remove reg property from ports node on Asus RT-AC88U | expand |
Please ignore this patch since the commit this patch fixes was reverted. I'm going to submit another patch to make up for the revert. On 23/12/2021 22:29, Arınç ÜNAL wrote: > 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@canb.auug.org.au> > Fixes: 3d2d52a0d183 ("ARM: dts: BCM5301X: define RTL8365MB switch on Asus RT-AC88U") > Signed-off-by: Arınç ÜNAL <arinc.unal@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@0 { > reg = <0>;
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@0 { reg = <0>;
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@canb.auug.org.au> Fixes: 3d2d52a0d183 ("ARM: dts: BCM5301X: define RTL8365MB switch on Asus RT-AC88U") Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com> --- arch/arm/boot/dts/bcm47094-asus-rt-ac88u.dts | 1 - 1 file changed, 1 deletion(-)