* [PATCH] ARM: dts: BCM5301X: Linksys EA9500 add port 5 and port 7 [not found] <cover.1602701516.git.npcomplete13@gmail.com> @ 2020-10-14 19:27 ` Vivek Unune 2020-10-22 20:16 ` Vivek Unune 2020-10-22 20:41 ` Florian Fainelli 0 siblings, 2 replies; 5+ messages in thread From: Vivek Unune @ 2020-10-14 19:27 UTC (permalink / raw) Cc: florian.fainelli, Vivek Unune, Hauke Mehrtens, Rafał Miłecki, bcm-kernel-feedback-list, Rob Herring, linux-arm-kernel, devicetree, linux-kernel Add ports 5 and 7 which are connected to gmac cores 1 & 2. These will be disabled for now. Signed-off-by: Vivek Unune <npcomplete13@gmail.com> --- .../boot/dts/bcm47094-linksys-panamera.dts | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/arch/arm/boot/dts/bcm47094-linksys-panamera.dts b/arch/arm/boot/dts/bcm47094-linksys-panamera.dts index 9fcd215177d7..0ff502d5aa0c 100644 --- a/arch/arm/boot/dts/bcm47094-linksys-panamera.dts +++ b/arch/arm/boot/dts/bcm47094-linksys-panamera.dts @@ -242,6 +242,30 @@ port@4 { label = "wan"; }; + port@5 { + reg = <5>; + ethernet = <&gmac0>; + label = "cpu"; + status = "disabled"; + + fixed-link { + speed = <1000>; + full-duplex; + }; + }; + + port@7 { + reg = <7>; + ethernet = <&gmac1>; + label = "cpu"; + status = "disabled"; + + fixed-link { + speed = <1000>; + full-duplex; + }; + }; + port@8 { reg = <8>; ethernet = <&gmac2>; -- 2.25.1 ^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] ARM: dts: BCM5301X: Linksys EA9500 add port 5 and port 7 2020-10-14 19:27 ` [PATCH] ARM: dts: BCM5301X: Linksys EA9500 add port 5 and port 7 Vivek Unune @ 2020-10-22 20:16 ` Vivek Unune 2020-10-22 20:21 ` Florian Fainelli 2020-10-22 20:41 ` Florian Fainelli 1 sibling, 1 reply; 5+ messages in thread From: Vivek Unune @ 2020-10-22 20:16 UTC (permalink / raw) To: florian.fainelli, Hauke Mehrtens, Rafał Miłecki, bcm-kernel-feedback-list, Rob Herring, linux-arm-kernel, devicetree, linux-kernel On Wed, Oct 14, 2020 at 03:27:27PM -0400, Vivek Unune wrote: > Add ports 5 and 7 which are connected to gmac cores 1 & 2. > These will be disabled for now. > > Signed-off-by: Vivek Unune <npcomplete13@gmail.com> > --- > .../boot/dts/bcm47094-linksys-panamera.dts | 24 +++++++++++++++++++ > 1 file changed, 24 insertions(+) > > diff --git a/arch/arm/boot/dts/bcm47094-linksys-panamera.dts b/arch/arm/boot/dts/bcm47094-linksys-panamera.dts > index 9fcd215177d7..0ff502d5aa0c 100644 > --- a/arch/arm/boot/dts/bcm47094-linksys-panamera.dts > +++ b/arch/arm/boot/dts/bcm47094-linksys-panamera.dts > @@ -242,6 +242,30 @@ port@4 { > label = "wan"; > }; > > + port@5 { > + reg = <5>; > + ethernet = <&gmac0>; > + label = "cpu"; > + status = "disabled"; > + > + fixed-link { > + speed = <1000>; > + full-duplex; > + }; > + }; > + > + port@7 { > + reg = <7>; > + ethernet = <&gmac1>; > + label = "cpu"; > + status = "disabled"; > + > + fixed-link { > + speed = <1000>; > + full-duplex; > + }; > + }; > + > port@8 { > reg = <8>; > ethernet = <&gmac2>; > -- > 2.25.1 > Any feedback? Thanks! Vivek ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] ARM: dts: BCM5301X: Linksys EA9500 add port 5 and port 7 2020-10-22 20:16 ` Vivek Unune @ 2020-10-22 20:21 ` Florian Fainelli 2020-10-22 20:24 ` Vivek Unune 0 siblings, 1 reply; 5+ messages in thread From: Florian Fainelli @ 2020-10-22 20:21 UTC (permalink / raw) To: Vivek Unune, florian.fainelli, Hauke Mehrtens, Rafał Miłecki, bcm-kernel-feedback-list, Rob Herring, linux-arm-kernel, devicetree, linux-kernel On 10/22/20 1:16 PM, Vivek Unune wrote: > On Wed, Oct 14, 2020 at 03:27:27PM -0400, Vivek Unune wrote: >> Add ports 5 and 7 which are connected to gmac cores 1 & 2. >> These will be disabled for now. >> >> Signed-off-by: Vivek Unune <npcomplete13@gmail.com> >> --- >> .../boot/dts/bcm47094-linksys-panamera.dts | 24 +++++++++++++++++++ >> 1 file changed, 24 insertions(+) >> >> diff --git a/arch/arm/boot/dts/bcm47094-linksys-panamera.dts b/arch/arm/boot/dts/bcm47094-linksys-panamera.dts >> index 9fcd215177d7..0ff502d5aa0c 100644 >> --- a/arch/arm/boot/dts/bcm47094-linksys-panamera.dts >> +++ b/arch/arm/boot/dts/bcm47094-linksys-panamera.dts >> @@ -242,6 +242,30 @@ port@4 { >> label = "wan"; >> }; >> >> + port@5 { >> + reg = <5>; >> + ethernet = <&gmac0>; >> + label = "cpu"; >> + status = "disabled"; >> + >> + fixed-link { >> + speed = <1000>; >> + full-duplex; >> + }; >> + }; >> + >> + port@7 { >> + reg = <7>; >> + ethernet = <&gmac1>; >> + label = "cpu"; >> + status = "disabled"; >> + >> + fixed-link { >> + speed = <1000>; >> + full-duplex; >> + }; >> + }; >> + >> port@8 { >> reg = <8>; >> ethernet = <&gmac2>; >> -- >> 2.25.1 >> > > Any feedback? Going through my queue of patches, I should be able to apply this patch soon. -- Florian ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] ARM: dts: BCM5301X: Linksys EA9500 add port 5 and port 7 2020-10-22 20:21 ` Florian Fainelli @ 2020-10-22 20:24 ` Vivek Unune 0 siblings, 0 replies; 5+ messages in thread From: Vivek Unune @ 2020-10-22 20:24 UTC (permalink / raw) To: Florian Fainelli Cc: florian.fainelli, Hauke Mehrtens, Rafał Miłecki, bcm-kernel-feedback-list, Rob Herring, linux-arm-kernel, devicetree, linux-kernel On Thu, Oct 22, 2020 at 01:21:10PM -0700, Florian Fainelli wrote: > On 10/22/20 1:16 PM, Vivek Unune wrote: > > On Wed, Oct 14, 2020 at 03:27:27PM -0400, Vivek Unune wrote: > >> Add ports 5 and 7 which are connected to gmac cores 1 & 2. > >> These will be disabled for now. > >> > >> Signed-off-by: Vivek Unune <npcomplete13@gmail.com> > >> --- > >> .../boot/dts/bcm47094-linksys-panamera.dts | 24 +++++++++++++++++++ > >> 1 file changed, 24 insertions(+) > >> > >> diff --git a/arch/arm/boot/dts/bcm47094-linksys-panamera.dts b/arch/arm/boot/dts/bcm47094-linksys-panamera.dts > >> index 9fcd215177d7..0ff502d5aa0c 100644 > >> --- a/arch/arm/boot/dts/bcm47094-linksys-panamera.dts > >> +++ b/arch/arm/boot/dts/bcm47094-linksys-panamera.dts > >> @@ -242,6 +242,30 @@ port@4 { > >> label = "wan"; > >> }; > >> > >> + port@5 { > >> + reg = <5>; > >> + ethernet = <&gmac0>; > >> + label = "cpu"; > >> + status = "disabled"; > >> + > >> + fixed-link { > >> + speed = <1000>; > >> + full-duplex; > >> + }; > >> + }; > >> + > >> + port@7 { > >> + reg = <7>; > >> + ethernet = <&gmac1>; > >> + label = "cpu"; > >> + status = "disabled"; > >> + > >> + fixed-link { > >> + speed = <1000>; > >> + full-duplex; > >> + }; > >> + }; > >> + > >> port@8 { > >> reg = <8>; > >> ethernet = <&gmac2>; > >> -- > >> 2.25.1 > >> > > > > Any feedback? > > Going through my queue of patches, I should be able to apply this patch > soon. Hi Florian, Thanks for quick response! -Vivek ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] ARM: dts: BCM5301X: Linksys EA9500 add port 5 and port 7 2020-10-14 19:27 ` [PATCH] ARM: dts: BCM5301X: Linksys EA9500 add port 5 and port 7 Vivek Unune 2020-10-22 20:16 ` Vivek Unune @ 2020-10-22 20:41 ` Florian Fainelli 1 sibling, 0 replies; 5+ messages in thread From: Florian Fainelli @ 2020-10-22 20:41 UTC (permalink / raw) To: bcm-kernel-feedback-list, Vivek Unune Cc: devicetree, florian.fainelli, Hauke Mehrtens, Rafał Miłecki, linux-kernel, Rob Herring, linux-arm-kernel On Wed, 14 Oct 2020 15:27:27 -0400, Vivek Unune <npcomplete13@gmail.com> wrote: > Add ports 5 and 7 which are connected to gmac cores 1 & 2. > These will be disabled for now. > > Signed-off-by: Vivek Unune <npcomplete13@gmail.com> > --- Applied to devicetree/next, thanks! -- Florian ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2020-10-22 20:41 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <cover.1602701516.git.npcomplete13@gmail.com>
2020-10-14 19:27 ` [PATCH] ARM: dts: BCM5301X: Linksys EA9500 add port 5 and port 7 Vivek Unune
2020-10-22 20:16 ` Vivek Unune
2020-10-22 20:21 ` Florian Fainelli
2020-10-22 20:24 ` Vivek Unune
2020-10-22 20:41 ` Florian Fainelli
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).