MLK-14762 ARM: dts: imx6sll-evk: correct gpio pin for lcd power control

EVK board uses KEY_ROW5 pin to control lcd power, which is
different from ARM2 board. This patch fixed it.

Signed-off-by: Robby Cai <robby.cai@nxp.com>
(cherry picked from commit d6a37c7bfe6e2a7de310bf332fc78a4646d319f1)
This commit is contained in:
Robby Cai 2017-05-04 14:52:24 +08:00
parent 175926d5e3
commit 30278abfe0

View File

@ -93,7 +93,7 @@
compatible = "regulator-fixed";
reg = <4>;
regulator-name = "lcd-pwr";
gpio = <&gpio4 8 0>;
gpio = <&gpio4 3 0>;
enable-active-high;
};
@ -486,7 +486,7 @@
MX6SLL_PAD_LCD_HSYNC__LCD_HSYNC 0x79
MX6SLL_PAD_LCD_VSYNC__LCD_VSYNC 0x79
MX6SLL_PAD_LCD_RESET__LCD_RESET 0x79
MX6SLL_PAD_ECSPI1_SCLK__GPIO4_IO08 0x79
MX6SLL_PAD_KEY_ROW5__GPIO4_IO03 0x80000000
>;
};