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 dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qLBiU-00H4vk-0u for linux-arm-kernel@lists.infradead.org; Mon, 17 Jul 2023 00:03:55 +0000 Date: Mon, 17 Jul 2023 08:03:42 +0800 From: Shawn Guo Subject: Re: [PATCH] ARM: dts: imx6sll: fix wrong property name in usbphy node Message-ID: <20230717000342.GA9559@dragon> References: <20230606060106.2948626-1-xu.yang_2@nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230606060106.2948626-1-xu.yang_2@nxp.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+lwn-linux-arm-kernel=archive.lwn.net@lists.infradead.org List-Archive: To: Xu Yang Cc: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, linux-imx@nxp.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, jun.li@nxp.com On Tue, Jun 06, 2023 at 02:01:06PM +0800, Xu Yang wrote: > Property name "phy-3p0-supply" is used instead of "phy-reg_3p0-supply". > > Fixes: 9f30b6b1a957 ("ARM: dts: imx: Add basic dtsi file for imx6sll") > cc: > Signed-off-by: Xu Yang It doesn't apply to v6.5-rc1. Could you rebase and resend? Shawn > --- > arch/arm/boot/dts/imx6sll.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/imx6sll.dtsi b/arch/arm/boot/dts/imx6sll.dtsi > index 2873369a57c0..3659fd5ecfa6 100644 > --- a/arch/arm/boot/dts/imx6sll.dtsi > +++ b/arch/arm/boot/dts/imx6sll.dtsi > @@ -552,7 +552,7 @@ usbphy2: usb-phy@20ca000 { > reg = <0x020ca000 0x1000>; > interrupts = ; > clocks = <&clks IMX6SLL_CLK_USBPHY2>; > - phy-reg_3p0-supply = <®_3p0>; > + phy-3p0-supply = <®_3p0>; > fsl,anatop = <&anatop>; > }; > > -- > 2.34.1 > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel