Commit ee70b908 authored by Xu Yang's avatar Xu Yang Committed by Shawn Guo
Browse files

ARM: dts: nxp/imx6sll: fix wrong property name in usbphy node



Property name "phy-3p0-supply" is used instead of "phy-reg_3p0-supply".

Fixes: 9f30b6b1 ("ARM: dts: imx: Add basic dtsi file for imx6sll")
cc: <stable@vger.kernel.org>
Signed-off-by: default avatarXu Yang <xu.yang_2@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent f7a0b575
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -552,7 +552,7 @@
				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>;
			};