All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Roese <sr@denx.de>
To: Robert Marko <robert.marko@sartura.hr>,
	u-boot@lists.denx.de, pali@kernel.org, marek.behun@nic.cz
Subject: Re: [PATCH v3 1/4] arm: mvebu: dts: uDPU: update DTS
Date: Thu, 7 Apr 2022 08:57:47 +0200	[thread overview]
Message-ID: <7328bbfe-b5ee-d596-6f13-ca999fe46289@denx.de> (raw)
In-Reply-To: <20220324095739.1162965-1-robert.marko@sartura.hr>

On 3/24/22 10:57, Robert Marko wrote:
> Update the uDPU DTS to the version that is pending upstream [1][2].
> 
> [1] https://patchwork.kernel.org/project/linux-arm-kernel/patch/20220322105857.1107016-1-robert.marko@sartura.hr/
> [2] https://patchwork.kernel.org/project/linux-arm-kernel/patch/20220322105857.1107016-2-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 | 21 +++++++++++++--------
>   1 file changed, 13 insertions(+), 8 deletions(-)
> 
> diff --git a/arch/arm/dts/armada-3720-uDPU.dts b/arch/arm/dts/armada-3720-uDPU.dts
> index 95d46e8d08..1f534c0c65 100644
> --- a/arch/arm/dts/armada-3720-uDPU.dts
> +++ b/arch/arm/dts/armada-3720-uDPU.dts
> @@ -99,7 +99,7 @@
>   	pinctrl-names = "default";
>   	pinctrl-0 = <&spi_quad_pins>;
>   
> -	m25p80@0 {
> +	spi-flash@0 {
>   		compatible = "jedec,spi-nor";
>   		reg = <0>;
>   		spi-max-frequency = <54000000>;
> @@ -108,10 +108,15 @@
>   			compatible = "fixed-partitions";
>   			#address-cells = <1>;
>   			#size-cells = <1>;
> -			/* only bootloader is located on the SPI */
> +
>   			partition@0 {
> -				label = "uboot";
> -				reg = <0 0x400000>;
> +				label = "firmware";
> +				reg = <0x0 0x180000>;
> +			};
> +
> +			partition@180000 {
> +				label = "u-boot-env";
> +				reg = <0x180000 0x10000>;
>   			};
>   		};
>   	};
> @@ -148,15 +153,15 @@
>   	scl-gpios = <&gpionb 2 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
>   	sda-gpios = <&gpionb 3 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
>   
> -	lm75@48 {
> +	nct375@48 {
>   		status = "okay";
> -		compatible = "lm75";
> +		compatible = "ti,tmp75c";
>   		reg = <0x48>;
>   	};
>   
> -	lm75@49 {
> +	nct375@49 {
>   		status = "okay";
> -		compatible = "lm75";
> +		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-04-07  6:57 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-24  9:57 [PATCH v3 1/4] arm: mvebu: dts: uDPU: update DTS Robert Marko
2022-03-24  9:57 ` [PATCH v3 2/4] net: mvneta: add SFP TX disable handling Robert Marko
2022-03-24 10:12   ` Marek Behún
2022-03-24 10:59     ` Robert Marko
2022-04-01 15:34   ` Ramon Fried
2022-04-07  6:58   ` Stefan Roese
2022-04-21 14:05   ` Stefan Roese
2022-03-24  9:57 ` [PATCH v3 3/4] arm: mvebu: dts: uDPU: fix non-working networking Robert Marko
2022-04-07  6:58   ` Stefan Roese
2022-04-21 14:05   ` Stefan Roese
2022-03-24  9:57 ` [PATCH v3 4/4] mvebu: uDPU: update defconfig Robert Marko
2022-04-07  6:59   ` Stefan Roese
2022-04-21 14:05   ` Stefan Roese
2022-04-07  6:57 ` Stefan Roese [this message]
2022-04-21 14:04 ` [PATCH v3 1/4] arm: mvebu: dts: uDPU: update 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=7328bbfe-b5ee-d596-6f13-ca999fe46289@denx.de \
    --to=sr@denx.de \
    --cc=marek.behun@nic.cz \
    --cc=pali@kernel.org \
    --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.