diff mbox series

arm: dts: aspeed-bmc-tiogapass: enable second MAC

Message ID 20200930192507.27847-1-fercerpav@gmail.com
State New
Headers show
Series arm: dts: aspeed-bmc-tiogapass: enable second MAC | expand

Commit Message

Paul Fertser Sept. 30, 2020, 7:25 p.m. UTC
Tioga Pass reference design includes Intel I210 Ethernet controller
connected to the BMC with NC/SI.

MAC readout is not supported.

Signed-off-by: Paul Fertser <fercerpav@gmail.com>
---
 arch/arm/boot/dts/aspeed-bmc-facebook-tiogapass.dts | 8 ++++++++
 1 file changed, 8 insertions(+)

Comments

Joel Stanley Oct. 28, 2020, 5:51 a.m. UTC | #1
On Wed, 30 Sep 2020 at 19:27, Paul Fertser <fercerpav@gmail.com> wrote:
>
> Tioga Pass reference design includes Intel I210 Ethernet controller
> connected to the BMC with NC/SI.
>
> MAC readout is not supported.
>
> Signed-off-by: Paul Fertser <fercerpav@gmail.com>

Vijay, can I get a review from you on this one please?

> ---
>  arch/arm/boot/dts/aspeed-bmc-facebook-tiogapass.dts | 8 ++++++++
>  1 file changed, 8 insertions(+)
>
> diff --git a/arch/arm/boot/dts/aspeed-bmc-facebook-tiogapass.dts b/arch/arm/boot/dts/aspeed-bmc-facebook-tiogapass.dts
> index 2d44d9ad4e40..b2ba798bf3c4 100644
> --- a/arch/arm/boot/dts/aspeed-bmc-facebook-tiogapass.dts
> +++ b/arch/arm/boot/dts/aspeed-bmc-facebook-tiogapass.dts
> @@ -196,6 +196,14 @@
>         use-ncsi;
>  };
>
> +&mac1 {
> +       status = "okay";
> +
> +       pinctrl-names = "default";
> +       pinctrl-0 = <&pinctrl_rmii2_default>;
> +       use-ncsi;
> +};
> +
>  &adc {
>         status = "okay";
>  };
> --
> 2.17.1
>
Vijay Khemka Nov. 12, 2020, 7:14 p.m. UTC | #2
On 10/27/20, 10:51 PM, "Joel Stanley" <joel@jms.id.au> wrote:

    On Wed, 30 Sep 2020 at 19:27, Paul Fertser <fercerpav@gmail.com> wrote:
    >
    > Tioga Pass reference design includes Intel I210 Ethernet controller
    > connected to the BMC with NC/SI.
    >
    > MAC readout is not supported.
    >
    > Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Reviewed-by: Vijay Khemka<vijaykhemkalinux@gmail.com>
Tested-by: Vijay Khemka<vijaykhemkalinux@gmail.com>


    Vijay, can I get a review from you on this one please?

Sorry Joel, for late response, I have tested and verified this yesterday

    > ---
    >  arch/arm/boot/dts/aspeed-bmc-facebook-tiogapass.dts | 8 ++++++++
    >  1 file changed, 8 insertions(+)
    >
    > diff --git a/arch/arm/boot/dts/aspeed-bmc-facebook-tiogapass.dts b/arch/arm/boot/dts/aspeed-bmc-facebook-tiogapass.dts
    > index 2d44d9ad4e40..b2ba798bf3c4 100644
    > --- a/arch/arm/boot/dts/aspeed-bmc-facebook-tiogapass.dts
    > +++ b/arch/arm/boot/dts/aspeed-bmc-facebook-tiogapass.dts
    > @@ -196,6 +196,14 @@
    >         use-ncsi;
    >  };
    >
    > +&mac1 {
    > +       status = "okay";
    > +
    > +       pinctrl-names = "default";
    > +       pinctrl-0 = <&pinctrl_rmii2_default>;
    > +       use-ncsi;
    > +};
    > +
    >  &adc {
    >         status = "okay";
    >  };
    > --
    > 2.17.1
    >
Joel Stanley Nov. 16, 2020, 6:01 a.m. UTC | #3
On Thu, 12 Nov 2020 at 19:14, Vijay Khemka <vijaykhemka@fb.com> wrote:
>
>
>
> On 10/27/20, 10:51 PM, "Joel Stanley" <joel@jms.id.au> wrote:
>
>     On Wed, 30 Sep 2020 at 19:27, Paul Fertser <fercerpav@gmail.com> wrote:
>     >
>     > Tioga Pass reference design includes Intel I210 Ethernet controller
>     > connected to the BMC with NC/SI.
>     >
>     > MAC readout is not supported.
>     >
>     > Signed-off-by: Paul Fertser <fercerpav@gmail.com>
> Reviewed-by: Vijay Khemka<vijaykhemkalinux@gmail.com>
> Tested-by: Vijay Khemka<vijaykhemkalinux@gmail.com>
>
>
>     Vijay, can I get a review from you on this one please?
>
> Sorry Joel, for late response, I have tested and verified this yesterday

Thanks for taking a look.

Paul, in the future please use scripts/get_maintainers.pl in the
kernel tree to send this patch to the correct location. Importantly,
you should cc linux-arm-kernel and myself (as the maintainer).

I've merged this for 5.11.

Cheers,

Joel
>
>     > ---
>     >  arch/arm/boot/dts/aspeed-bmc-facebook-tiogapass.dts | 8 ++++++++
>     >  1 file changed, 8 insertions(+)
>     >
>     > diff --git a/arch/arm/boot/dts/aspeed-bmc-facebook-tiogapass.dts b/arch/arm/boot/dts/aspeed-bmc-facebook-tiogapass.dts
>     > index 2d44d9ad4e40..b2ba798bf3c4 100644
>     > --- a/arch/arm/boot/dts/aspeed-bmc-facebook-tiogapass.dts
>     > +++ b/arch/arm/boot/dts/aspeed-bmc-facebook-tiogapass.dts
>     > @@ -196,6 +196,14 @@
>     >         use-ncsi;
>     >  };
>     >
>     > +&mac1 {
>     > +       status = "okay";
>     > +
>     > +       pinctrl-names = "default";
>     > +       pinctrl-0 = <&pinctrl_rmii2_default>;
>     > +       use-ncsi;
>     > +};
>     > +
>     >  &adc {
>     >         status = "okay";
>     >  };
>     > --
>     > 2.17.1
>     >
>
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/aspeed-bmc-facebook-tiogapass.dts b/arch/arm/boot/dts/aspeed-bmc-facebook-tiogapass.dts
index 2d44d9ad4e40..b2ba798bf3c4 100644
--- a/arch/arm/boot/dts/aspeed-bmc-facebook-tiogapass.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-facebook-tiogapass.dts
@@ -196,6 +196,14 @@ 
 	use-ncsi;
 };
 
+&mac1 {
+	status = "okay";
+
+	pinctrl-names = "default";
+	pinctrl-0 = <&pinctrl_rmii2_default>;
+	use-ncsi;
+};
+
 &adc {
 	status = "okay";
 };