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 X-Spam-Level: X-Spam-Status: No, score=-13.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0F21FC4338F for ; Fri, 20 Aug 2021 06:25:16 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 9ED1661029 for ; Fri, 20 Aug 2021 06:25:14 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 9ED1661029 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=thorsis.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 90FF582C0A; Fri, 20 Aug 2021 08:25:11 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=thorsis.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id E423F82C0C; Fri, 20 Aug 2021 08:25:09 +0200 (CEST) Received: from mail.thorsis.com (mail.thorsis.com [92.198.35.195]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 4A96282BFA for ; Fri, 20 Aug 2021 08:25:05 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=thorsis.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=ada@thorsis.com Received: from localhost (localhost [127.0.0.1]) by mail.thorsis.com (Postfix) with ESMTP id E048998 for ; Fri, 20 Aug 2021 08:25:04 +0200 (CEST) Received: from mail.thorsis.com ([127.0.0.1]) by localhost (mail.thorsis.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id govAqIS9kc9a for ; Fri, 20 Aug 2021 08:25:04 +0200 (CEST) Received: by mail.thorsis.com (Postfix, from userid 109) id BD315334C; Fri, 20 Aug 2021 08:25:04 +0200 (CEST) Date: Fri, 20 Aug 2021 08:25:00 +0200 From: Alexander Dahl To: Eugen Hristev Cc: u-boot@lists.denx.de, mihai.sain@microchip.com Subject: Re: [PATCH 3/4] ARM: dts: at91: sama5d2: fix dtc warning for ohci and ehci Message-ID: Mail-Followup-To: Eugen Hristev , u-boot@lists.denx.de, mihai.sain@microchip.com References: <20210817102925.62787-1-eugen.hristev@microchip.com> <20210817102925.62787-3-eugen.hristev@microchip.com> Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210817102925.62787-3-eugen.hristev@microchip.com> X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 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.2 at phobos.denx.de X-Virus-Status: Clean Hello, Am Tue, Aug 17, 2021 at 01:29:24PM +0300 schrieb Eugen Hristev: > Fixed the following DTC build warning (reproducible with W=1) > > arch/arm/dts/at91-sama5d2_icp.dtb: Warning (unit_address_format): /ahb/ohci@00400000: unit name should not have leading 0s > arch/arm/dts/at91-sama5d2_icp.dtb: Warning (unit_address_format): /ahb/ehci@00500000: unit name should not have leading 0s > > Signed-off-by: Eugen Hristev > --- > arch/arm/dts/at91-sama5d27_som1_ek.dts | 4 ++-- > arch/arm/dts/at91-sama5d2_ptc_ek.dts | 4 ++-- > arch/arm/dts/at91-sama5d2_xplained.dts | 4 ++-- > arch/arm/dts/sama5d2.dtsi | 4 ++-- > 4 files changed, 8 insertions(+), 8 deletions(-) > > diff --git a/arch/arm/dts/at91-sama5d27_som1_ek.dts b/arch/arm/dts/at91-sama5d27_som1_ek.dts > index ee851a1bef..efd1a5d197 100644 > --- a/arch/arm/dts/at91-sama5d27_som1_ek.dts > +++ b/arch/arm/dts/at91-sama5d27_som1_ek.dts > @@ -68,7 +68,7 @@ > }; > > ahb { > - usb1: ohci@00400000 { > + usb1: ohci@400000 { > num-ports = <3>; > atmel,vbus-gpio = <&pioA 42 0>; > pinctrl-names = "default"; > @@ -76,7 +76,7 @@ > status = "okay"; > }; > > - usb2: ehci@00500000 { > + usb2: ehci@500000 { > status = "okay"; > }; > > diff --git a/arch/arm/dts/at91-sama5d2_ptc_ek.dts b/arch/arm/dts/at91-sama5d2_ptc_ek.dts > index cd3711a02a..f45fb1ef26 100644 > --- a/arch/arm/dts/at91-sama5d2_ptc_ek.dts > +++ b/arch/arm/dts/at91-sama5d2_ptc_ek.dts > @@ -76,7 +76,7 @@ > status = "okay"; > }; > > - usb1: ohci@00400000 { > + usb1: ohci@400000 { > num-ports = <3>; > atmel,vbus-gpio = <0 > &pioA PIN_PB12 GPIO_ACTIVE_HIGH > @@ -87,7 +87,7 @@ > status = "okay"; > }; > > - usb2: ehci@00500000 { > + usb2: ehci@500000 { > status = "okay"; > }; > > diff --git a/arch/arm/dts/at91-sama5d2_xplained.dts b/arch/arm/dts/at91-sama5d2_xplained.dts > index b733c4d4ce..e7c91c5fec 100644 > --- a/arch/arm/dts/at91-sama5d2_xplained.dts > +++ b/arch/arm/dts/at91-sama5d2_xplained.dts > @@ -25,7 +25,7 @@ > }; > > ahb { > - usb1: ohci@00400000 { > + usb1: ohci@400000 { > num-ports = <3>; > atmel,vbus-gpio = <&pioA 42 0>; > pinctrl-names = "default"; > @@ -33,7 +33,7 @@ > status = "okay"; > }; > > - usb2: ehci@00500000 { > + usb2: ehci@500000 { > status = "okay"; > }; > > diff --git a/arch/arm/dts/sama5d2.dtsi b/arch/arm/dts/sama5d2.dtsi > index 6fb2cb25f9..d8a125b073 100644 > --- a/arch/arm/dts/sama5d2.dtsi > +++ b/arch/arm/dts/sama5d2.dtsi > @@ -32,7 +32,7 @@ > #size-cells = <1>; > u-boot,dm-pre-reloc; > > - usb1: ohci@00400000 { > + usb1: ohci@400000 { > compatible = "atmel,at91rm9200-ohci", "usb-ohci"; > reg = <0x00400000 0x100000>; > clocks = <&uhphs_clk>, <&uhphs_clk>, <&uhpck>; > @@ -40,7 +40,7 @@ > status = "disabled"; > }; > > - usb2: ehci@00500000 { > + usb2: ehci@500000 { > compatible = "atmel,at91sam9g45-ehci", "usb-ehci"; > reg = <0x00500000 0x100000>; > clocks = <&utmi>, <&uhphs_clk>; Reviewed-by: Alexander Dahl Greets Alex