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 20F76C433EF for ; Tue, 15 Mar 2022 08:52:11 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 8C83A838AB; Tue, 15 Mar 2022 09:51:55 +0100 (CET) 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=1647334316; bh=/rlYURoQkKZmmQoLR8GCp5xB7lHfXD6YzPc0QunxlqE=; h=Date:Subject:To:Cc:References:From:In-Reply-To:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=VKPLEZP0hG4fdjyIc23lvRmfQJRdHgiyIMOX/+Bim/6JozEP3aY1tZrMLLlBBw495 oYP6ehZDhdNIYgE++Ny4hHnY4sT11o7gIpMIx/Amf3gOGKp924j3+cACsNrTPZaUBQ 0pJYNODrRj+xmXFdmjndjmJBrMtzq3bhCUAnD1RSCf6XISOBAk8v7IQJGxRH3nUPBT nZMiaMuE44IdypBBTEokUXe6HOBVJ+MEKc7ogZ+bxZkJ7Yie3AuZlIw6y4M9vIrNuW 0YfoEd1irFYRrcAkYGuHA2oEJZJmACR944VyPt1NVMolO3kvQUZP6jOJz8z7pEa/A/ sSUGpV477Nnyw== Received: from [127.0.0.1] (p578adb1c.dip0.t-ipconnect.de [87.138.219.28]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: marex@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id 8035E83217; Tue, 15 Mar 2022 09:51:49 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1647334309; bh=/rlYURoQkKZmmQoLR8GCp5xB7lHfXD6YzPc0QunxlqE=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=OSnRChCT/F4fl5eZAfxRZuwgP/u0pRyyj8UJn9H6v6Ux1/gZyuEVTEdhAFvQLMunJ wlhLqp5qWguh9fP+g2I82cc92XYBCzGkg+/Q3cLuzsIkXIFasc9OJWzwn/6zByCAPX jUL/VZNSSGBsVp6pWed+iEpW0sNgYA9/6/zmh3QKGMXZZc7AxjW3JK7+GyQ5Im2uMe CcT7u+PZNddYKq8q4+Z8LSwDXLgrGis8Nd5jN2fYvktCrAn2kePbfZuQYBDLSVSkgF KEHXkKoZekWRTneRGBckArwMOol6BzZrb+KJd/CYDDxy2/EtIFzZgngjW2LOlfhg7g nYxL6PHk4XJ/A== Message-ID: Date: Tue, 15 Mar 2022 09:50:17 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.6.2 Subject: Re: [PATCH] ARM: dts: stm32: Add USB OTG pinctrl and regulator nodes into SPL DT on DHCOR Content-Language: en-US To: Patrice CHOTARD , u-boot@lists.denx.de Cc: Patrick Delaunay References: <20220128183520.55417-1-marex@denx.de> <12e0153e-4921-4f24-8faf-b7ccbb97be20@foss.st.com> From: Marek Vasut In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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/15/22 09:14, Patrice CHOTARD wrote: > Hi Marek > > On 1/31/22 09:22, Patrice CHOTARD wrote: >> Hi Marek >> >> On 1/28/22 19:35, Marek Vasut wrote: >>> Fix the following warning in SPL and make sure that even DTs which >>> enforce Vbus detection using u-boot,force-vbus-detection;, the DFU >>> in SPL will work. >>> >>> dwc2-udc-otg usb-otg@49000000: prop pinctrl-0 index 0 invalid phandle >>> >>> Signed-off-by: Marek Vasut >>> Cc: Patrice Chotard >>> Cc: Patrick Delaunay >>> --- >>> arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi | 8 ++++++++ >>> 1 file changed, 8 insertions(+) >>> >>> diff --git a/arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi b/arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi >>> index 71375510b4a..ff9ca625bf5 100644 >>> --- a/arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi >>> +++ b/arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi >>> @@ -171,6 +171,14 @@ >>> u-boot,dm-spl; >>> }; >>> >>> +&usb33 { >>> + u-boot,dm-spl; >>> +}; >>> + >>> +&usbotg_hs_pins_a { >>> + u-boot,dm-spl; >>> +}; >>> + >>> &usbotg_hs { >>> u-boot,dm-spl; >>> }; >> Reviewed-by: Patrice Chotard >> >> Thanks >> Patrice > > Applied to u-boot-stm32 This is for current release.