diff mbox series

[v4,01/10] dt-bindings: vendor-prefixes: add Methode Electronics

Message ID 20220516124828.45144-1-robert.marko@sartura.hr
State Not Applicable, archived
Headers show
Series [v4,01/10] dt-bindings: vendor-prefixes: add Methode Electronics | expand

Checks

Context Check Description
robh/checkpatch success
robh/patch-applied success
robh/dtbs-check warning build log
robh/dt-meta-schema success

Commit Message

Robert Marko May 16, 2022, 12:48 p.m. UTC
Add vendor prefix for Methode Electronics, Inc. (https://www.methode.com)

Signed-off-by: Robert Marko <robert.marko@sartura.hr>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
 1 file changed, 2 insertions(+)

Comments

Robert Marko Aug. 8, 2022, 11:42 a.m. UTC | #1
On Mon, May 16, 2022 at 2:48 PM Robert Marko <robert.marko@sartura.hr> wrote:
>
> Methode eDPU is an Armada 3720 powered board based on the Methode uDPU.
>
> They feature the same CPU, RAM, and storage as well as the form factor.
>
> However, eDPU only has one SFP slot plus a copper G.hn port.
>
> Signed-off-by: Robert Marko <robert.marko@sartura.hr>
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
> Changes in v2:
> * Make the DTS split a separate commit
> ---
>  arch/arm64/boot/dts/marvell/Makefile             |  1 +
>  arch/arm64/boot/dts/marvell/armada-3720-eDPU.dts | 14 ++++++++++++++
>  2 files changed, 15 insertions(+)
>  create mode 100644 arch/arm64/boot/dts/marvell/armada-3720-eDPU.dts
>
> diff --git a/arch/arm64/boot/dts/marvell/Makefile b/arch/arm64/boot/dts/marvell/Makefile
> index 1c794cdcb8e6..104d7d7e8215 100644
> --- a/arch/arm64/boot/dts/marvell/Makefile
> +++ b/arch/arm64/boot/dts/marvell/Makefile
> @@ -1,6 +1,7 @@
>  # SPDX-License-Identifier: GPL-2.0
>  # Mvebu SoC Family
>  dtb-$(CONFIG_ARCH_MVEBU) += armada-3720-db.dtb
> +dtb-$(CONFIG_ARCH_MVEBU) += armada-3720-eDPU.dtb
>  dtb-$(CONFIG_ARCH_MVEBU) += armada-3720-espressobin.dtb
>  dtb-$(CONFIG_ARCH_MVEBU) += armada-3720-espressobin-emmc.dtb
>  dtb-$(CONFIG_ARCH_MVEBU) += armada-3720-espressobin-ultra.dtb
> diff --git a/arch/arm64/boot/dts/marvell/armada-3720-eDPU.dts b/arch/arm64/boot/dts/marvell/armada-3720-eDPU.dts
> new file mode 100644
> index 000000000000..57fc698e55d0
> --- /dev/null
> +++ b/arch/arm64/boot/dts/marvell/armada-3720-eDPU.dts
> @@ -0,0 +1,14 @@
> +// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
> +
> +/dts-v1/;
> +
> +#include "armada-3720-uDPU.dtsi"
> +
> +/ {
> +       model = "Methode eDPU Board";
> +       compatible = "methode,edpu", "marvell,armada3720", "marvell,armada3710";
> +};
> +
> +&eth0 {
> +       phy-mode = "2500base-x";
> +};
> --
> 2.36.1
>

Hi Gregory,
Is there something else that I can improve in the series?

Regards,
Robert
Gregory CLEMENT Aug. 30, 2022, 7:42 a.m. UTC | #2
Robert Marko <robert.marko@sartura.hr> writes:

> On Mon, May 16, 2022 at 2:48 PM Robert Marko <robert.marko@sartura.hr> wrote:
>>
>> Methode eDPU is an Armada 3720 powered board based on the Methode uDPU.
>>
>> They feature the same CPU, RAM, and storage as well as the form factor.
>>
>> However, eDPU only has one SFP slot plus a copper G.hn port.
>>
>> Signed-off-by: Robert Marko <robert.marko@sartura.hr>
>> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>> ---
>> Changes in v2:
>> * Make the DTS split a separate commit
>> ---
>>  arch/arm64/boot/dts/marvell/Makefile             |  1 +
>>  arch/arm64/boot/dts/marvell/armada-3720-eDPU.dts | 14 ++++++++++++++
>>  2 files changed, 15 insertions(+)
>>  create mode 100644 arch/arm64/boot/dts/marvell/armada-3720-eDPU.dts
>>
>> diff --git a/arch/arm64/boot/dts/marvell/Makefile b/arch/arm64/boot/dts/marvell/Makefile
>> index 1c794cdcb8e6..104d7d7e8215 100644
>> --- a/arch/arm64/boot/dts/marvell/Makefile
>> +++ b/arch/arm64/boot/dts/marvell/Makefile
>> @@ -1,6 +1,7 @@
>>  # SPDX-License-Identifier: GPL-2.0
>>  # Mvebu SoC Family
>>  dtb-$(CONFIG_ARCH_MVEBU) += armada-3720-db.dtb
>> +dtb-$(CONFIG_ARCH_MVEBU) += armada-3720-eDPU.dtb
>>  dtb-$(CONFIG_ARCH_MVEBU) += armada-3720-espressobin.dtb
>>  dtb-$(CONFIG_ARCH_MVEBU) += armada-3720-espressobin-emmc.dtb
>>  dtb-$(CONFIG_ARCH_MVEBU) += armada-3720-espressobin-ultra.dtb
>> diff --git a/arch/arm64/boot/dts/marvell/armada-3720-eDPU.dts b/arch/arm64/boot/dts/marvell/armada-3720-eDPU.dts
>> new file mode 100644
>> index 000000000000..57fc698e55d0
>> --- /dev/null
>> +++ b/arch/arm64/boot/dts/marvell/armada-3720-eDPU.dts
>> @@ -0,0 +1,14 @@
>> +// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
>> +
>> +/dts-v1/;
>> +
>> +#include "armada-3720-uDPU.dtsi"
>> +
>> +/ {
>> +       model = "Methode eDPU Board";
>> +       compatible = "methode,edpu", "marvell,armada3720", "marvell,armada3710";
>> +};
>> +
>> +&eth0 {
>> +       phy-mode = "2500base-x";
>> +};
>> --
>> 2.36.1
>>
>
> Hi Gregory,
Hello Roberto,

> Is there something else that I can improve in the series?

Sorry for having missed this series. At first view it seems OK, I am
going to have a closer look this week.

Gregory


>
> Regards,
> Robert
>
> -- 
> Robert Marko
> Staff Embedded Linux Engineer
> Sartura Ltd.
> Lendavska ulica 16a
> 10000 Zagreb, Croatia
> Email: robert.marko@sartura.hr
> Web: www.sartura.hr
Robert Marko Aug. 31, 2022, 11:12 a.m. UTC | #3
On Tue, Aug 30, 2022 at 9:42 AM Gregory CLEMENT
<gregory.clement@bootlin.com> wrote:
>
> Robert Marko <robert.marko@sartura.hr> writes:
>
> > On Mon, May 16, 2022 at 2:48 PM Robert Marko <robert.marko@sartura.hr> wrote:
> >>
> >> Methode eDPU is an Armada 3720 powered board based on the Methode uDPU.
> >>
> >> They feature the same CPU, RAM, and storage as well as the form factor.
> >>
> >> However, eDPU only has one SFP slot plus a copper G.hn port.
> >>
> >> Signed-off-by: Robert Marko <robert.marko@sartura.hr>
> >> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> >> ---
> >> Changes in v2:
> >> * Make the DTS split a separate commit
> >> ---
> >>  arch/arm64/boot/dts/marvell/Makefile             |  1 +
> >>  arch/arm64/boot/dts/marvell/armada-3720-eDPU.dts | 14 ++++++++++++++
> >>  2 files changed, 15 insertions(+)
> >>  create mode 100644 arch/arm64/boot/dts/marvell/armada-3720-eDPU.dts
> >>
> >> diff --git a/arch/arm64/boot/dts/marvell/Makefile b/arch/arm64/boot/dts/marvell/Makefile
> >> index 1c794cdcb8e6..104d7d7e8215 100644
> >> --- a/arch/arm64/boot/dts/marvell/Makefile
> >> +++ b/arch/arm64/boot/dts/marvell/Makefile
> >> @@ -1,6 +1,7 @@
> >>  # SPDX-License-Identifier: GPL-2.0
> >>  # Mvebu SoC Family
> >>  dtb-$(CONFIG_ARCH_MVEBU) += armada-3720-db.dtb
> >> +dtb-$(CONFIG_ARCH_MVEBU) += armada-3720-eDPU.dtb
> >>  dtb-$(CONFIG_ARCH_MVEBU) += armada-3720-espressobin.dtb
> >>  dtb-$(CONFIG_ARCH_MVEBU) += armada-3720-espressobin-emmc.dtb
> >>  dtb-$(CONFIG_ARCH_MVEBU) += armada-3720-espressobin-ultra.dtb
> >> diff --git a/arch/arm64/boot/dts/marvell/armada-3720-eDPU.dts b/arch/arm64/boot/dts/marvell/armada-3720-eDPU.dts
> >> new file mode 100644
> >> index 000000000000..57fc698e55d0
> >> --- /dev/null
> >> +++ b/arch/arm64/boot/dts/marvell/armada-3720-eDPU.dts
> >> @@ -0,0 +1,14 @@
> >> +// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
> >> +
> >> +/dts-v1/;
> >> +
> >> +#include "armada-3720-uDPU.dtsi"
> >> +
> >> +/ {
> >> +       model = "Methode eDPU Board";
> >> +       compatible = "methode,edpu", "marvell,armada3720", "marvell,armada3710";
> >> +};
> >> +
> >> +&eth0 {
> >> +       phy-mode = "2500base-x";
> >> +};
> >> --
> >> 2.36.1
> >>
> >
> > Hi Gregory,
> Hello Roberto,
>
> > Is there something else that I can improve in the series?
>
> Sorry for having missed this series. At first view it seems OK, I am
> going to have a closer look this week.

Thanks, that sounds good.

Regards,
Robert
>
> Gregory
>
>
> >
> > Regards,
> > Robert
> >
> > --
> > Robert Marko
> > Staff Embedded Linux Engineer
> > Sartura Ltd.
> > Lendavska ulica 16a
> > 10000 Zagreb, Croatia
> > Email: robert.marko@sartura.hr
> > Web: www.sartura.hr
>
> --
> Gregory Clement, Bootlin
> Embedded Linux and Kernel engineering
> http://bootlin.com
Gregory CLEMENT Sept. 2, 2022, 3:22 p.m. UTC | #4
Robert Marko <robert.marko@sartura.hr> writes:

> On Tue, Aug 30, 2022 at 9:42 AM Gregory CLEMENT
> <gregory.clement@bootlin.com> wrote:
>>
>> Robert Marko <robert.marko@sartura.hr> writes:
>>
>> > On Mon, May 16, 2022 at 2:48 PM Robert Marko <robert.marko@sartura.hr> wrote:
>> >>
>> >> Methode eDPU is an Armada 3720 powered board based on the Methode uDPU.
>> >>
>> >> They feature the same CPU, RAM, and storage as well as the form factor.
>> >>
>> >> However, eDPU only has one SFP slot plus a copper G.hn port.
>> >>
>> >> Signed-off-by: Robert Marko <robert.marko@sartura.hr>
>> >> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>> >> ---
>> >> Changes in v2:
>> >> * Make the DTS split a separate commit
>> >> ---
>> >>  arch/arm64/boot/dts/marvell/Makefile             |  1 +
>> >>  arch/arm64/boot/dts/marvell/armada-3720-eDPU.dts | 14 ++++++++++++++
>> >>  2 files changed, 15 insertions(+)
>> >>  create mode 100644 arch/arm64/boot/dts/marvell/armada-3720-eDPU.dts
>> >>
>> >> diff --git a/arch/arm64/boot/dts/marvell/Makefile b/arch/arm64/boot/dts/marvell/Makefile
>> >> index 1c794cdcb8e6..104d7d7e8215 100644
>> >> --- a/arch/arm64/boot/dts/marvell/Makefile
>> >> +++ b/arch/arm64/boot/dts/marvell/Makefile
>> >> @@ -1,6 +1,7 @@
>> >>  # SPDX-License-Identifier: GPL-2.0
>> >>  # Mvebu SoC Family
>> >>  dtb-$(CONFIG_ARCH_MVEBU) += armada-3720-db.dtb
>> >> +dtb-$(CONFIG_ARCH_MVEBU) += armada-3720-eDPU.dtb
>> >>  dtb-$(CONFIG_ARCH_MVEBU) += armada-3720-espressobin.dtb
>> >>  dtb-$(CONFIG_ARCH_MVEBU) += armada-3720-espressobin-emmc.dtb
>> >>  dtb-$(CONFIG_ARCH_MVEBU) += armada-3720-espressobin-ultra.dtb
>> >> diff --git a/arch/arm64/boot/dts/marvell/armada-3720-eDPU.dts b/arch/arm64/boot/dts/marvell/armada-3720-eDPU.dts
>> >> new file mode 100644
>> >> index 000000000000..57fc698e55d0
>> >> --- /dev/null
>> >> +++ b/arch/arm64/boot/dts/marvell/armada-3720-eDPU.dts
>> >> @@ -0,0 +1,14 @@
>> >> +// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
>> >> +
>> >> +/dts-v1/;
>> >> +
>> >> +#include "armada-3720-uDPU.dtsi"
>> >> +
>> >> +/ {
>> >> +       model = "Methode eDPU Board";
>> >> +       compatible = "methode,edpu", "marvell,armada3720", "marvell,armada3710";
>> >> +};
>> >> +
>> >> +&eth0 {
>> >> +       phy-mode = "2500base-x";
>> >> +};
>> >> --
>> >> 2.36.1
>> >>
>> >
>> > Hi Gregory,
>> Hello Roberto,
>>
>> > Is there something else that I can improve in the series?
>>
>> Sorry for having missed this series. At first view it seems OK, I am
>> going to have a closer look this week.
>
> Thanks, that sounds good.

Hello,

could you send again patch 8, I managed to apply all the other ones
excepting this one.

Thanks,

Gregory


>
> Regards,
> Robert
>>
>> Gregory
>>
>>
>> >
>> > Regards,
>> > Robert
>> >
>> > --
>> > Robert Marko
>> > Staff Embedded Linux Engineer
>> > Sartura Ltd.
>> > Lendavska ulica 16a
>> > 10000 Zagreb, Croatia
>> > Email: robert.marko@sartura.hr
>> > Web: www.sartura.hr
>>
>> --
>> Gregory Clement, Bootlin
>> Embedded Linux and Kernel engineering
>> http://bootlin.com
>
>
>
> -- 
> Robert Marko
> Staff Embedded Linux Engineer
> Sartura Ltd.
> Lendavska ulica 16a
> 10000 Zagreb, Croatia
> Email: robert.marko@sartura.hr
> Web: www.sartura.hr
Gregory CLEMENT Sept. 2, 2022, 4:13 p.m. UTC | #5
Gregory CLEMENT <gregory.clement@bootlin.com> writes:

> Robert Marko <robert.marko@sartura.hr> writes:
>
>> On Tue, Aug 30, 2022 at 9:42 AM Gregory CLEMENT
>> <gregory.clement@bootlin.com> wrote:
>>>
>>> Robert Marko <robert.marko@sartura.hr> writes:
>>>
>>> > On Mon, May 16, 2022 at 2:48 PM Robert Marko <robert.marko@sartura.hr> wrote:
>>> >>
>>> >> Methode eDPU is an Armada 3720 powered board based on the Methode uDPU.
>>> >>
>>> >> They feature the same CPU, RAM, and storage as well as the form factor.
>>> >>
>>> >> However, eDPU only has one SFP slot plus a copper G.hn port.
>>> >>
>>> >> Signed-off-by: Robert Marko <robert.marko@sartura.hr>
>>> >> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>>> >> ---
>>> >> Changes in v2:
>>> >> * Make the DTS split a separate commit
>>> >> ---
>>> >>  arch/arm64/boot/dts/marvell/Makefile             |  1 +
>>> >>  arch/arm64/boot/dts/marvell/armada-3720-eDPU.dts | 14 ++++++++++++++
>>> >>  2 files changed, 15 insertions(+)
>>> >>  create mode 100644 arch/arm64/boot/dts/marvell/armada-3720-eDPU.dts
>>> >>
>>> >> diff --git a/arch/arm64/boot/dts/marvell/Makefile b/arch/arm64/boot/dts/marvell/Makefile
>>> >> index 1c794cdcb8e6..104d7d7e8215 100644
>>> >> --- a/arch/arm64/boot/dts/marvell/Makefile
>>> >> +++ b/arch/arm64/boot/dts/marvell/Makefile
>>> >> @@ -1,6 +1,7 @@
>>> >>  # SPDX-License-Identifier: GPL-2.0
>>> >>  # Mvebu SoC Family
>>> >>  dtb-$(CONFIG_ARCH_MVEBU) += armada-3720-db.dtb
>>> >> +dtb-$(CONFIG_ARCH_MVEBU) += armada-3720-eDPU.dtb
>>> >>  dtb-$(CONFIG_ARCH_MVEBU) += armada-3720-espressobin.dtb
>>> >>  dtb-$(CONFIG_ARCH_MVEBU) += armada-3720-espressobin-emmc.dtb
>>> >>  dtb-$(CONFIG_ARCH_MVEBU) += armada-3720-espressobin-ultra.dtb
>>> >> diff --git a/arch/arm64/boot/dts/marvell/armada-3720-eDPU.dts b/arch/arm64/boot/dts/marvell/armada-3720-eDPU.dts
>>> >> new file mode 100644
>>> >> index 000000000000..57fc698e55d0
>>> >> --- /dev/null
>>> >> +++ b/arch/arm64/boot/dts/marvell/armada-3720-eDPU.dts
>>> >> @@ -0,0 +1,14 @@
>>> >> +// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
>>> >> +
>>> >> +/dts-v1/;
>>> >> +
>>> >> +#include "armada-3720-uDPU.dtsi"
>>> >> +
>>> >> +/ {
>>> >> +       model = "Methode eDPU Board";
>>> >> +       compatible = "methode,edpu", "marvell,armada3720", "marvell,armada3710";
>>> >> +};
>>> >> +
>>> >> +&eth0 {
>>> >> +       phy-mode = "2500base-x";
>>> >> +};
>>> >> --
>>> >> 2.36.1
>>> >>
>>> >
>>> > Hi Gregory,
>>> Hello Roberto,
>>>
>>> > Is there something else that I can improve in the series?
>>>
>>> Sorry for having missed this series. At first view it seems OK, I am
>>> going to have a closer look this week.
>>
>> Thanks, that sounds good.
>
> Hello,
>
> could you send again patch 8, I managed to apply all the other ones
> excepting this one.

Finally I managed to sort it out, all the series is applied on mvebu/dt64

Thanks,

Gregory
>
>
>>
>> Regards,
>> Robert
>>>
>>> Gregory
>>>
>>>
>>> >
>>> > Regards,
>>> > Robert
>>> >
>>> > --
>>> > Robert Marko
>>> > Staff Embedded Linux Engineer
>>> > Sartura Ltd.
>>> > Lendavska ulica 16a
>>> > 10000 Zagreb, Croatia
>>> > Email: robert.marko@sartura.hr
>>> > Web: www.sartura.hr
>>>
>>> --
>>> Gregory Clement, Bootlin
>>> Embedded Linux and Kernel engineering
>>> http://bootlin.com
>>
>>
>>
>> -- 
>> Robert Marko
>> Staff Embedded Linux Engineer
>> Sartura Ltd.
>> Lendavska ulica 16a
>> 10000 Zagreb, Croatia
>> Email: robert.marko@sartura.hr
>> Web: www.sartura.hr
>
> -- 
> Gregory Clement, Bootlin
> Embedded Linux and Kernel engineering
> http://bootlin.com
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
Robert Marko Sept. 2, 2022, 5:26 p.m. UTC | #6
On Fri, Sep 2, 2022 at 6:13 PM Gregory CLEMENT
<gregory.clement@bootlin.com> wrote:
>
> Gregory CLEMENT <gregory.clement@bootlin.com> writes:
>
> > Robert Marko <robert.marko@sartura.hr> writes:
> >
> >> On Tue, Aug 30, 2022 at 9:42 AM Gregory CLEMENT
> >> <gregory.clement@bootlin.com> wrote:
> >>>
> >>> Robert Marko <robert.marko@sartura.hr> writes:
> >>>
> >>> > On Mon, May 16, 2022 at 2:48 PM Robert Marko <robert.marko@sartura.hr> wrote:
> >>> >>
> >>> >> Methode eDPU is an Armada 3720 powered board based on the Methode uDPU.
> >>> >>
> >>> >> They feature the same CPU, RAM, and storage as well as the form factor.
> >>> >>
> >>> >> However, eDPU only has one SFP slot plus a copper G.hn port.
> >>> >>
> >>> >> Signed-off-by: Robert Marko <robert.marko@sartura.hr>
> >>> >> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> >>> >> ---
> >>> >> Changes in v2:
> >>> >> * Make the DTS split a separate commit
> >>> >> ---
> >>> >>  arch/arm64/boot/dts/marvell/Makefile             |  1 +
> >>> >>  arch/arm64/boot/dts/marvell/armada-3720-eDPU.dts | 14 ++++++++++++++
> >>> >>  2 files changed, 15 insertions(+)
> >>> >>  create mode 100644 arch/arm64/boot/dts/marvell/armada-3720-eDPU.dts
> >>> >>
> >>> >> diff --git a/arch/arm64/boot/dts/marvell/Makefile b/arch/arm64/boot/dts/marvell/Makefile
> >>> >> index 1c794cdcb8e6..104d7d7e8215 100644
> >>> >> --- a/arch/arm64/boot/dts/marvell/Makefile
> >>> >> +++ b/arch/arm64/boot/dts/marvell/Makefile
> >>> >> @@ -1,6 +1,7 @@
> >>> >>  # SPDX-License-Identifier: GPL-2.0
> >>> >>  # Mvebu SoC Family
> >>> >>  dtb-$(CONFIG_ARCH_MVEBU) += armada-3720-db.dtb
> >>> >> +dtb-$(CONFIG_ARCH_MVEBU) += armada-3720-eDPU.dtb
> >>> >>  dtb-$(CONFIG_ARCH_MVEBU) += armada-3720-espressobin.dtb
> >>> >>  dtb-$(CONFIG_ARCH_MVEBU) += armada-3720-espressobin-emmc.dtb
> >>> >>  dtb-$(CONFIG_ARCH_MVEBU) += armada-3720-espressobin-ultra.dtb
> >>> >> diff --git a/arch/arm64/boot/dts/marvell/armada-3720-eDPU.dts b/arch/arm64/boot/dts/marvell/armada-3720-eDPU.dts
> >>> >> new file mode 100644
> >>> >> index 000000000000..57fc698e55d0
> >>> >> --- /dev/null
> >>> >> +++ b/arch/arm64/boot/dts/marvell/armada-3720-eDPU.dts
> >>> >> @@ -0,0 +1,14 @@
> >>> >> +// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
> >>> >> +
> >>> >> +/dts-v1/;
> >>> >> +
> >>> >> +#include "armada-3720-uDPU.dtsi"
> >>> >> +
> >>> >> +/ {
> >>> >> +       model = "Methode eDPU Board";
> >>> >> +       compatible = "methode,edpu", "marvell,armada3720", "marvell,armada3710";
> >>> >> +};
> >>> >> +
> >>> >> +&eth0 {
> >>> >> +       phy-mode = "2500base-x";
> >>> >> +};
> >>> >> --
> >>> >> 2.36.1
> >>> >>
> >>> >
> >>> > Hi Gregory,
> >>> Hello Roberto,
> >>>
> >>> > Is there something else that I can improve in the series?
> >>>
> >>> Sorry for having missed this series. At first view it seems OK, I am
> >>> going to have a closer look this week.
> >>
> >> Thanks, that sounds good.
> >
> > Hello,
> >
> > could you send again patch 8, I managed to apply all the other ones
> > excepting this one.
>
> Finally I managed to sort it out, all the series is applied on mvebu/dt64

Thanks,
Regards
Robert
>
> Thanks,
>
> Gregory
> >
> >
> >>
> >> Regards,
> >> Robert
> >>>
> >>> Gregory
> >>>
> >>>
> >>> >
> >>> > Regards,
> >>> > Robert
> >>> >
> >>> > --
> >>> > Robert Marko
> >>> > Staff Embedded Linux Engineer
> >>> > Sartura Ltd.
> >>> > Lendavska ulica 16a
> >>> > 10000 Zagreb, Croatia
> >>> > Email: robert.marko@sartura.hr
> >>> > Web: www.sartura.hr
> >>>
> >>> --
> >>> Gregory Clement, Bootlin
> >>> Embedded Linux and Kernel engineering
> >>> http://bootlin.com
> >>
> >>
> >>
> >> --
> >> Robert Marko
> >> Staff Embedded Linux Engineer
> >> Sartura Ltd.
> >> Lendavska ulica 16a
> >> 10000 Zagreb, Croatia
> >> Email: robert.marko@sartura.hr
> >> Web: www.sartura.hr
> >
> > --
> > Gregory Clement, Bootlin
> > Embedded Linux and Kernel engineering
> > http://bootlin.com
> >
> > _______________________________________________
> > linux-arm-kernel mailing list
> > linux-arm-kernel@lists.infradead.org
> > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
>
> --
> Gregory Clement, Bootlin
> Embedded Linux and Kernel engineering
> http://bootlin.com
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml
index 8fc6ed566cf9..2ee5a62363ea 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -768,6 +768,8 @@  patternProperties:
     description: Cisco Meraki, LLC
   "^merrii,.*":
     description: Merrii Technology Co., Ltd.
+  "^methode,.*":
+    description: Methode Electronics, Inc.
   "^micrel,.*":
     description: Micrel Inc.
   "^microchip,.*":