Skip to content

Commit e2c0082

Browse files
MrVanShawn Guo
authored andcommitted
arm64: dts: imx8mp-evk: correct vbus pad settings
0x19 is not a valid setting. According to RM bit layout, BIT3 and BIT0 are reserved. 8 7 6 5 4 3 2 1 0 PE HYS PUE ODE FSEL X DSE X Not set reserved bit. Fixes: 43da4f9 ("arm64: dts: imx8mp-evk: enable usb1 as host mode") Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent b838582 commit e2c0082

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/freescale/imx8mp-evk.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@
513513

514514
pinctrl_usb1_vbus: usb1grp {
515515
fsl,pins = <
516-
MX8MP_IOMUXC_GPIO1_IO14__USB2_OTG_PWR 0x19
516+
MX8MP_IOMUXC_GPIO1_IO14__USB2_OTG_PWR 0x10
517517
>;
518518
};
519519

0 commit comments

Comments
 (0)