All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: BCM5301X: Disable gmac0 and enable port@8 on Asus RT-AC88U
@ 2022-04-10  9:44 ` Arınç ÜNAL
  0 siblings, 0 replies; 4+ messages in thread
From: Arınç ÜNAL @ 2022-04-10  9:44 UTC (permalink / raw)
  To: Florian Fainelli, Rafał Miłecki, Hauke Mehrtens, Rob Herring
  Cc: linux-kernel, linux-arm-kernel, devicetree,
	bcm-kernel-feedback-list, Arınç ÜNAL

Disable gmac0 which is not connected to any switch MAC. Enable port@8 of
the Broadcom switch which is connected to gmac2.

Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com>
---
 arch/arm/boot/dts/bcm47094-asus-rt-ac88u.dts | 5 ++++-
 1 file changed, 4 insertions(+), 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 2f944d1c0330..d8503758342b 100644
--- a/arch/arm/boot/dts/bcm47094-asus-rt-ac88u.dts
+++ b/arch/arm/boot/dts/bcm47094-asus-rt-ac88u.dts
@@ -232,7 +232,6 @@ port@8 {
 			reg = <8>;
 			ethernet = <&gmac2>;
 			label = "cpu";
-			status = "disabled";
 
 			fixed-link {
 				speed = <1000>;
@@ -242,6 +241,10 @@ fixed-link {
 	};
 };
 
+&gmac0 {
+	status = "disabled";
+};
+
 &gmac1 {
 	nvmem-cells = <&et1macaddr>;
 	nvmem-cell-names = "mac-address";
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] ARM: dts: BCM5301X: Disable gmac0 and enable port@8 on Asus RT-AC88U
@ 2022-04-10  9:44 ` Arınç ÜNAL
  0 siblings, 0 replies; 4+ messages in thread
From: Arınç ÜNAL @ 2022-04-10  9:44 UTC (permalink / raw)
  To: Florian Fainelli, Rafał Miłecki, Hauke Mehrtens, Rob Herring
  Cc: linux-kernel, linux-arm-kernel, devicetree,
	bcm-kernel-feedback-list, Arınç ÜNAL

Disable gmac0 which is not connected to any switch MAC. Enable port@8 of
the Broadcom switch which is connected to gmac2.

Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com>
---
 arch/arm/boot/dts/bcm47094-asus-rt-ac88u.dts | 5 ++++-
 1 file changed, 4 insertions(+), 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 2f944d1c0330..d8503758342b 100644
--- a/arch/arm/boot/dts/bcm47094-asus-rt-ac88u.dts
+++ b/arch/arm/boot/dts/bcm47094-asus-rt-ac88u.dts
@@ -232,7 +232,6 @@ port@8 {
 			reg = <8>;
 			ethernet = <&gmac2>;
 			label = "cpu";
-			status = "disabled";
 
 			fixed-link {
 				speed = <1000>;
@@ -242,6 +241,10 @@ fixed-link {
 	};
 };
 
+&gmac0 {
+	status = "disabled";
+};
+
 &gmac1 {
 	nvmem-cells = <&et1macaddr>;
 	nvmem-cell-names = "mac-address";
-- 
2.25.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] ARM: dts: BCM5301X: Disable gmac0 and enable port@8 on Asus RT-AC88U
  2022-04-10  9:44 ` Arınç ÜNAL
@ 2022-04-19 18:30   ` Florian Fainelli
  -1 siblings, 0 replies; 4+ messages in thread
From: Florian Fainelli @ 2022-04-19 18:30 UTC (permalink / raw)
  To: Arınç ÜNAL, Florian Fainelli,
	Rafał Miłecki, Hauke Mehrtens, Rob Herring
  Cc: linux-kernel, linux-arm-kernel, devicetree, bcm-kernel-feedback-list



On 4/10/2022 2:44 AM, Arınç ÜNAL wrote:
> Disable gmac0 which is not connected to any switch MAC. Enable port@8 of
> the Broadcom switch which is connected to gmac2.
> 
> Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com>

Applied to https://github.com/Broadcom/stblinux/commits/devicetree/next, 
thanks!
-- 
Florian

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] ARM: dts: BCM5301X: Disable gmac0 and enable port@8 on Asus RT-AC88U
@ 2022-04-19 18:30   ` Florian Fainelli
  0 siblings, 0 replies; 4+ messages in thread
From: Florian Fainelli @ 2022-04-19 18:30 UTC (permalink / raw)
  To: Arınç ÜNAL, Florian Fainelli,
	Rafał Miłecki, Hauke Mehrtens, Rob Herring
  Cc: linux-kernel, linux-arm-kernel, devicetree, bcm-kernel-feedback-list



On 4/10/2022 2:44 AM, Arınç ÜNAL wrote:
> Disable gmac0 which is not connected to any switch MAC. Enable port@8 of
> the Broadcom switch which is connected to gmac2.
> 
> Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com>

Applied to https://github.com/Broadcom/stblinux/commits/devicetree/next, 
thanks!
-- 
Florian

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-04-19 18:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-10  9:44 [PATCH] ARM: dts: BCM5301X: Disable gmac0 and enable port@8 on Asus RT-AC88U Arınç ÜNAL
2022-04-10  9:44 ` Arınç ÜNAL
2022-04-19 18:30 ` Florian Fainelli
2022-04-19 18:30   ` Florian Fainelli

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.