devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Shawn Guo <shawnguo@kernel.org>
To: Xu Yang <xu.yang_2@nxp.com>
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
Subject: Re: [PATCH] ARM: dts: imx6sll: fix wrong property name in usbphy node
Date: Mon, 17 Jul 2023 08:03:42 +0800	[thread overview]
Message-ID: <20230717000342.GA9559@dragon> (raw)
In-Reply-To: <20230606060106.2948626-1-xu.yang_2@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: <stable@vger.kernel.org>
> Signed-off-by: Xu Yang <xu.yang_2@nxp.com>

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 = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
>  				clocks = <&clks IMX6SLL_CLK_USBPHY2>;
> -				phy-reg_3p0-supply = <&reg_3p0>;
> +				phy-3p0-supply = <&reg_3p0>;
>  				fsl,anatop = <&anatop>;
>  			};
>  
> -- 
> 2.34.1
> 

  reply	other threads:[~2023-07-17  0:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-06  6:01 [PATCH] ARM: dts: imx6sll: fix wrong property name in usbphy node Xu Yang
2023-07-17  0:03 ` Shawn Guo [this message]
2023-07-17  2:09   ` [EXT] " Xu Yang

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=20230717000342.GA9559@dragon \
    --to=shawnguo@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=jun.li@nxp.com \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=robh+dt@kernel.org \
    --cc=xu.yang_2@nxp.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).