All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vivek Unune <npcomplete13@gmail.com>
To: Florian Fainelli <f.fainelli@gmail.com>
Cc: florian.fainelli@broadcom.com,
	"Hauke Mehrtens" <hauke@hauke-m.de>,
	"Rafał Miłecki" <zajec5@gmail.com>,
	bcm-kernel-feedback-list@broadcom.com,
	"Rob Herring" <robh+dt@kernel.org>,
	linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] ARM: dts: BCM5301X: Linksys EA9500 add port 5 and port 7
Date: Thu, 22 Oct 2020 16:24:11 -0400	[thread overview]
Message-ID: <20201022202411.GA254260@ubuntu> (raw)
In-Reply-To: <fc925a63-2caf-92d6-8e60-1cdb6f0d4c6d@gmail.com>

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

WARNING: multiple messages have this Message-ID (diff)
From: Vivek Unune <npcomplete13@gmail.com>
To: Florian Fainelli <f.fainelli@gmail.com>
Cc: devicetree@vger.kernel.org, florian.fainelli@broadcom.com,
	"Hauke Mehrtens" <hauke@hauke-m.de>,
	"Rafał Miłecki" <zajec5@gmail.com>,
	linux-kernel@vger.kernel.org, "Rob Herring" <robh+dt@kernel.org>,
	bcm-kernel-feedback-list@broadcom.com,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] ARM: dts: BCM5301X: Linksys EA9500 add port 5 and port 7
Date: Thu, 22 Oct 2020 16:24:11 -0400	[thread overview]
Message-ID: <20201022202411.GA254260@ubuntu> (raw)
In-Reply-To: <fc925a63-2caf-92d6-8e60-1cdb6f0d4c6d@gmail.com>

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

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

  reply	other threads:[~2020-10-22 20:24 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [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-14 19:27   ` Vivek Unune
2020-10-22 20:16   ` Vivek Unune
2020-10-22 20:16     ` Vivek Unune
2020-10-22 20:21     ` Florian Fainelli
2020-10-22 20:21       ` Florian Fainelli
2020-10-22 20:24       ` Vivek Unune [this message]
2020-10-22 20:24         ` Vivek Unune
2020-10-22 20:41   ` Florian Fainelli
2020-10-22 20:41     ` Florian Fainelli

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201022202411.GA254260@ubuntu \
    --to=npcomplete13@gmail.com \
    --cc=bcm-kernel-feedback-list@broadcom.com \
    --cc=devicetree@vger.kernel.org \
    --cc=f.fainelli@gmail.com \
    --cc=florian.fainelli@broadcom.com \
    --cc=hauke@hauke-m.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=zajec5@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.