All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gregory CLEMENT <gregory.clement@bootlin.com>
To: Robert Marko <robert.marko@sartura.hr>,
	robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org,
	andrew@lunn.ch, sebastian.hesselbarth@gmail.com,
	kostap@marvell.com, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Subject: Re: [PATCH v4 10/10] arm64: dts: marvell: add support for Methode eDPU
Date: Tue, 30 Aug 2022 09:42:00 +0200	[thread overview]
Message-ID: <87mtbm5gaf.fsf@BL-laptop> (raw)
In-Reply-To: <CA+HBbNF2R--984SdB0v42GMQOwAx4pTEz_FHifTtebN05ELU-Q@mail.gmail.com>

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

-- 
Gregory Clement, Bootlin
Embedded Linux and Kernel engineering
http://bootlin.com

WARNING: multiple messages have this Message-ID (diff)
From: Gregory CLEMENT <gregory.clement@bootlin.com>
To: Robert Marko <robert.marko@sartura.hr>,
	robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org,
	andrew@lunn.ch, sebastian.hesselbarth@gmail.com,
	kostap@marvell.com, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Subject: Re: [PATCH v4 10/10] arm64: dts: marvell: add support for Methode eDPU
Date: Tue, 30 Aug 2022 09:42:00 +0200	[thread overview]
Message-ID: <87mtbm5gaf.fsf@BL-laptop> (raw)
In-Reply-To: <CA+HBbNF2R--984SdB0v42GMQOwAx4pTEz_FHifTtebN05ELU-Q@mail.gmail.com>

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

-- 
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

  reply	other threads:[~2022-08-30  7:42 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-16 12:48 [PATCH v4 01/10] dt-bindings: vendor-prefixes: add Methode Electronics Robert Marko
2022-05-16 12:48 ` Robert Marko
2022-05-16 12:48 ` [PATCH v4 02/10] dt-bindings: marvell: convert Armada 37xx compatibles to YAML Robert Marko
2022-05-16 12:48   ` Robert Marko
2022-05-16 12:48 ` [PATCH v4 03/10] arm64: dts: marvell: espressobin-ultra: add generic Espressobin compatible Robert Marko
2022-05-16 12:48   ` Robert Marko
2022-05-16 12:48 ` [PATCH v4 04/10] arm64: dts: marvell: uDPU: add missing SoC compatible Robert Marko
2022-05-16 12:48   ` Robert Marko
2022-05-16 12:48 ` [PATCH v4 05/10] arm64: dts: marvell: uDPU: align LED-s with bindings Robert Marko
2022-05-16 12:48   ` Robert Marko
2022-05-16 12:48 ` [PATCH v4 06/10] arm64: dts: marvell: uDPU: remove LED node pinctrl-names Robert Marko
2022-05-16 12:48   ` Robert Marko
2022-05-16 12:48 ` [PATCH v4 07/10] arm64: dts: marvell: rename temp sensor nodes Robert Marko
2022-05-16 12:48   ` Robert Marko
2022-05-16 12:48 ` [PATCH v4 08/10] arm64: dts: marvell: split Methode uDPU DTS Robert Marko
2022-05-16 12:48   ` Robert Marko
2022-05-16 12:48 ` [PATCH v4 09/10] dt-bindings: marvell: armada-37xx: add Methode eDPU compatible Robert Marko
2022-05-16 12:48   ` Robert Marko
2022-05-16 12:48 ` [PATCH v4 10/10] arm64: dts: marvell: add support for Methode eDPU Robert Marko
2022-05-16 12:48   ` Robert Marko
2022-08-08 11:42   ` Robert Marko
2022-08-08 11:42     ` Robert Marko
2022-08-30  7:42     ` Gregory CLEMENT [this message]
2022-08-30  7:42       ` Gregory CLEMENT
2022-08-31 11:12       ` Robert Marko
2022-08-31 11:12         ` Robert Marko
2022-09-02 15:22         ` Gregory CLEMENT
2022-09-02 15:22           ` Gregory CLEMENT
2022-09-02 16:13           ` Gregory CLEMENT
2022-09-02 16:13             ` Gregory CLEMENT
2022-09-02 17:26             ` Robert Marko
2022-09-02 17:26               ` Robert Marko

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=87mtbm5gaf.fsf@BL-laptop \
    --to=gregory.clement@bootlin.com \
    --cc=andrew@lunn.ch \
    --cc=devicetree@vger.kernel.org \
    --cc=kostap@marvell.com \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robert.marko@sartura.hr \
    --cc=robh+dt@kernel.org \
    --cc=sebastian.hesselbarth@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.