Skip to content

Commit ee70b90

Browse files
Xu YangShawn Guo
authored andcommitted
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: 9f30b6b ("ARM: dts: imx: Add basic dtsi file for imx6sll") cc: <stable@vger.kernel.org> Signed-off-by: Xu Yang <xu.yang_2@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent f7a0b57 commit ee70b90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/nxp/imx/imx6sll.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@
552552
reg = <0x020ca000 0x1000>;
553553
interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
554554
clocks = <&clks IMX6SLL_CLK_USBPHY2>;
555-
phy-reg_3p0-supply = <&reg_3p0>;
555+
phy-3p0-supply = <&reg_3p0>;
556556
fsl,anatop = <&anatop>;
557557
};
558558

0 commit comments

Comments
 (0)