From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 252F9C433EF for ; Thu, 7 Apr 2022 06:57:59 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 9ED458205B; Thu, 7 Apr 2022 08:57:56 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1649314676; bh=YBy3sWU+0GMcdpPpf8QvVTIsivyVoknYNNvsA15Quvo=; h=Date:Subject:To:References:From:In-Reply-To:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=eLpA5QalLXQdspKsCjfrScTKK9cfQzgM4rGp7zetM6PYLHYukdWP1sUo319cMU0Xb DScJnk/Wai8zb/90+OVe4aJz+k+Bz5vpdA9ULhiDvp+7DUNx7ViSf+AdBrinBfjRVh NG4vSD12J39jnBjdJziAhJV4KFTaw5mK/eJNoRNAMPm5kAX7F9ytWIbqcnwc5kQVsp HLvMxT6PEIAc9mgZ9DYVTRjfGcy8fPTCF3Xee78ruehn77Z182Lk9ofDpBBZYXJylS L84oVtr55DXhlOgmyd5qfUVhCAsPBkW59fUUnDMNBYT2rfNUTWnL4+EPXIRUDmiAvo +nNpCS6MvOJvA== Received: by phobos.denx.de (Postfix, from userid 109) id 574598269E; Thu, 7 Apr 2022 08:57:54 +0200 (CEST) Received: from mout-u-204.mailbox.org (mout-u-204.mailbox.org [IPv6:2001:67c:2050:1::465:204]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 986A4801B5 for ; Thu, 7 Apr 2022 08:57:51 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=fail smtp.mailfrom=sr@denx.de Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:105:465:1:2:0]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-u-204.mailbox.org (Postfix) with ESMTPS id 4KYsdq3gRFz9sRG; Thu, 7 Apr 2022 08:57:51 +0200 (CEST) Message-ID: <7328bbfe-b5ee-d596-6f13-ca999fe46289@denx.de> Date: Thu, 7 Apr 2022 08:57:47 +0200 MIME-Version: 1.0 Subject: Re: [PATCH v3 1/4] arm: mvebu: dts: uDPU: update DTS Content-Language: en-US To: Robert Marko , u-boot@lists.denx.de, pali@kernel.org, marek.behun@nic.cz References: <20220324095739.1162965-1-robert.marko@sartura.hr> From: Stefan Roese In-Reply-To: <20220324095739.1162965-1-robert.marko@sartura.hr> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.5 at phobos.denx.de X-Virus-Status: Clean 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 Reviewed-by: Stefan Roese 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