Skip to content

Commit b838582

Browse files
MrVanShawn Guo
authored andcommitted
arm64: dts: imx8mp-evk: correct gpio-led 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 Correct setting with PE PUE set, DSE set to 0. Fixes: 50d336b ("arm64: dts: imx8mp-evk: Add GPIO LED support") 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 2d4fb72 commit b838582

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
@@ -461,7 +461,7 @@
461461

462462
pinctrl_gpio_led: gpioledgrp {
463463
fsl,pins = <
464-
MX8MP_IOMUXC_NAND_READY_B__GPIO3_IO16 0x19
464+
MX8MP_IOMUXC_NAND_READY_B__GPIO3_IO16 0x140
465465
>;
466466
};
467467

0 commit comments

Comments
 (0)