From: Xu Yang Date: Mon, 17 Jul 2023 02:28:33 +0000 (+0800) Subject: ARM: dts: nxp/imx6sll: fix wrong property name in usbphy node X-Git-Tag: v6.1.52~290 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e41170d128e67cedbbd564e0e03c1a44fdb9d7ce;p=platform%2Fkernel%2Flinux-starfive.git ARM: dts: nxp/imx6sll: fix wrong property name in usbphy node [ Upstream commit ee70b908f77a9d8f689dea986f09e6d7dc481934 ] 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 Signed-off-by: Shawn Guo Signed-off-by: Sasha Levin --- diff --git a/arch/arm/boot/dts/imx6sll.dtsi b/arch/arm/boot/dts/imx6sll.dtsi index 2873369..3659fd5 100644 --- a/arch/arm/boot/dts/imx6sll.dtsi +++ b/arch/arm/boot/dts/imx6sll.dtsi @@ -552,7 +552,7 @@ reg = <0x020ca000 0x1000>; interrupts = ; clocks = <&clks IMX6SLL_CLK_USBPHY2>; - phy-reg_3p0-supply = <®_3p0>; + phy-3p0-supply = <®_3p0>; fsl,anatop = <&anatop>; };