arm64: dts: imx8mp-evk: correct gpio-led pad settings
[ Upstream commit b838582ab8d5fb11b2c0275056a9f34e1d94fece ]
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: 50d336b12f
("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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
17b3883ba5
commit
2ade1b1d92
@@ -148,7 +148,7 @@
|
|||||||
|
|
||||||
pinctrl_gpio_led: gpioledgrp {
|
pinctrl_gpio_led: gpioledgrp {
|
||||||
fsl,pins = <
|
fsl,pins = <
|
||||||
MX8MP_IOMUXC_NAND_READY_B__GPIO3_IO16 0x19
|
MX8MP_IOMUXC_NAND_READY_B__GPIO3_IO16 0x140
|
||||||
>;
|
>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user