All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Roese <sr@denx.de>
To: Robert Marko <robert.marko@sartura.hr>,
	pali@kernel.org, marek.behun@nic.cz, rfried.dev@gmail.com,
	u-boot@lists.denx.de
Subject: Re: [PATCH v5 1/3] arm: mvebu: dts: sync DTS
Date: Fri, 20 May 2022 15:46:02 +0200	[thread overview]
Message-ID: <37e25d95-08f1-7cb9-657a-3953ff3d7a09@denx.de> (raw)
In-Reply-To: <20220520114633.2116594-1-robert.marko@sartura.hr>

On 20.05.22 13:46, Robert Marko wrote:
> Update the uDPU DTS to the version that is pending upstream [1][2][3][4].
> 
> [1] https://patchwork.kernel.org/project/linux-arm-kernel/patch/20220516124828.45144-4-robert.marko@sartura.hr/
> [2] https://patchwork.kernel.org/project/linux-arm-kernel/patch/20220516124828.45144-5-robert.marko@sartura.hr/
> [3] https://patchwork.kernel.org/project/linux-arm-kernel/patch/20220516124828.45144-6-robert.marko@sartura.hr/
> [4] https://patchwork.kernel.org/project/linux-arm-kernel/patch/20220516124828.45144-7-robert.marko@sartura.hr/
> 
> Signed-off-by: Robert Marko <robert.marko@sartura.hr>

Reviewed-by: Stefan Roese <sr@denx.de>

Thanks,
Stefan

> ---
>   arch/arm/dts/armada-3720-uDPU.dts | 23 ++++++++++-------------
>   1 file changed, 10 insertions(+), 13 deletions(-)
> 
> diff --git a/arch/arm/dts/armada-3720-uDPU.dts b/arch/arm/dts/armada-3720-uDPU.dts
> index 1f534c0c65..f21a855fc6 100644
> --- a/arch/arm/dts/armada-3720-uDPU.dts
> +++ b/arch/arm/dts/armada-3720-uDPU.dts
> @@ -16,7 +16,7 @@
>   
>   / {
>   	model = "Methode uDPU Board";
> -	compatible = "methode,udpu", "marvell,armada3720";
> +	compatible = "methode,udpu", "marvell,armada3720", "marvell,armada3710";
>   
>   	chosen {
>   		stdout-path = "serial0:115200n8";
> @@ -28,35 +28,34 @@
>   	};
>   
>   	leds {
> -		pinctrl-names = "default";
>   		compatible = "gpio-leds";
>   
> -		power1 {
> +		led-power1 {
>   			label = "udpu:green:power";
>   			gpios = <&gpionb 11 GPIO_ACTIVE_LOW>;
>   		};
>   
> -		power2 {
> +		led-power2 {
>   			label = "udpu:red:power";
>   			gpios = <&gpionb 12 GPIO_ACTIVE_LOW>;
>   		};
>   
> -		network1 {
> +		led-network1 {
>   			label = "udpu:green:network";
>   			gpios = <&gpionb 13 GPIO_ACTIVE_LOW>;
>   		};
>   
> -		network2 {
> +		led-network2 {
>   			label = "udpu:red:network";
>   			gpios = <&gpionb 14 GPIO_ACTIVE_LOW>;
>   		};
>   
> -		alarm1 {
> +		led-alarm1 {
>   			label = "udpu:green:alarm";
>   			gpios = <&gpionb 15 GPIO_ACTIVE_LOW>;
>   		};
>   
> -		alarm2 {
> +		led-alarm2 {
>   			label = "udpu:red:alarm";
>   			gpios = <&gpionb 16 GPIO_ACTIVE_LOW>;
>   		};
> @@ -99,7 +98,7 @@
>   	pinctrl-names = "default";
>   	pinctrl-0 = <&spi_quad_pins>;
>   
> -	spi-flash@0 {
> +	flash@0 {
>   		compatible = "jedec,spi-nor";
>   		reg = <0>;
>   		spi-max-frequency = <54000000>;
> @@ -153,14 +152,12 @@
>   	scl-gpios = <&gpionb 2 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
>   	sda-gpios = <&gpionb 3 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
>   
> -	nct375@48 {
> -		status = "okay";
> +	temp-sensor@48 {
>   		compatible = "ti,tmp75c";
>   		reg = <0x48>;
>   	};
>   
> -	nct375@49 {
> -		status = "okay";
> +	temp-sensor@49 {
>   		compatible = "ti,tmp75c";
>   		reg = <0x49>;
>   	};

Viele Grüße,
Stefan Roese

-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr@denx.de

  parent reply	other threads:[~2022-05-20 13:54 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-20 11:46 [PATCH v5 1/3] arm: mvebu: dts: sync DTS Robert Marko
2022-05-20 11:46 ` [PATCH v5 2/3] arm: mvebu: add support for Methode eDPU Robert Marko
2022-05-20 13:46   ` Stefan Roese
2022-05-23  8:20   ` Pali Rohár
2022-05-23  9:18     ` Robert Marko
2022-05-23  9:20       ` Pali Rohár
2022-06-02 21:58         ` Pali Rohár
2022-06-03  9:42           ` Stefan Roese
2022-06-03 10:39             ` Robert Marko
2022-07-21 12:23   ` Stefan Roese
2022-05-20 11:46 ` [PATCH v5 3/3] MAINTAINERS: add myself as Methode maintainer Robert Marko
2022-05-20 13:46   ` Stefan Roese
2022-07-21 12:23   ` Stefan Roese
2022-05-20 13:46 ` Stefan Roese [this message]
2022-07-21 12:23 ` [PATCH v5 1/3] arm: mvebu: dts: sync DTS Stefan Roese

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=37e25d95-08f1-7cb9-657a-3953ff3d7a09@denx.de \
    --to=sr@denx.de \
    --cc=marek.behun@nic.cz \
    --cc=pali@kernel.org \
    --cc=rfried.dev@gmail.com \
    --cc=robert.marko@sartura.hr \
    --cc=u-boot@lists.denx.de \
    /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.