On i.MX6SLL EVK board, lcd regulator is controlled by GPIO4 IO03 using MX6SLL_PAD_KEY_ROW5__GPIO4_IO03 pin, NOT MX6SLL_PAD_ECSPI1_SCLK__GPIO4_IO08, correct it. Signed-off-by: Anson Huang <Anson.Huang@xxxxxxx> --- arch/arm/boot/dts/imx6sll-evk.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/imx6sll-evk.dts b/arch/arm/boot/dts/imx6sll-evk.dts index cc5cf5e..41e87e6 100644 --- a/arch/arm/boot/dts/imx6sll-evk.dts +++ b/arch/arm/boot/dts/imx6sll-evk.dts @@ -74,7 +74,7 @@ pinctrl-names = "default"; pinctrl-0 = <&pinctrl_reg_lcd>; regulator-name = "lcd-pwr"; - gpio = <&gpio4 8 GPIO_ACTIVE_HIGH>; + gpio = <&gpio4 3 GPIO_ACTIVE_HIGH>; enable-active-high; }; @@ -289,7 +289,7 @@ pinctrl_reg_lcd: reglcdgrp { fsl,pins = < - MX6SLL_PAD_ECSPI1_SCLK__GPIO4_IO08 0x17059 + MX6SLL_PAD_KEY_ROW5__GPIO4_IO03 0x17059 >; }; -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html