* [PATCH] ARM: dts: imx6sll: fix wrong property name in usbphy node
@ 2023-06-06 6:01 Xu Yang
2023-07-17 0:03 ` Shawn Guo
0 siblings, 1 reply; 3+ messages in thread
From: Xu Yang @ 2023-06-06 6:01 UTC (permalink / raw)
To: robh+dt, krzysztof.kozlowski+dt, shawnguo
Cc: conor+dt, linux-imx, devicetree, linux-arm-kernel, xu.yang_2,
jun.li
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>
---
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 = <®_3p0>;
+ phy-3p0-supply = <®_3p0>;
fsl,anatop = <&anatop>;
};
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] ARM: dts: imx6sll: fix wrong property name in usbphy node
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
2023-07-17 2:09 ` [EXT] " Xu Yang
0 siblings, 1 reply; 3+ messages in thread
From: Shawn Guo @ 2023-07-17 0:03 UTC (permalink / raw)
To: Xu Yang
Cc: robh+dt, krzysztof.kozlowski+dt, conor+dt, linux-imx, devicetree,
linux-arm-kernel, jun.li
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 = <®_3p0>;
> + phy-3p0-supply = <®_3p0>;
> fsl,anatop = <&anatop>;
> };
>
> --
> 2.34.1
>
^ permalink raw reply [flat|nested] 3+ messages in thread* RE: [EXT] Re: [PATCH] ARM: dts: imx6sll: fix wrong property name in usbphy node
2023-07-17 0:03 ` Shawn Guo
@ 2023-07-17 2:09 ` Xu Yang
0 siblings, 0 replies; 3+ messages in thread
From: Xu Yang @ 2023-07-17 2:09 UTC (permalink / raw)
To: Shawn Guo
Cc: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org,
conor+dt@kernel.org, dl-linux-imx, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, Jun Li
> -----Original Message-----
> 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?
Sure.
Best Regards,
Xu Yang
>
> 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 = <®_3p0>;
> > + phy-3p0-supply = <®_3p0>;
> > fsl,anatop = <&anatop>;
> > };
> >
> > --
> > 2.34.1
> >
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-07-17 2:09 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2023-07-17 2:09 ` [EXT] " Xu Yang
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).