mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2026-05-09 07:30:17 +02:00
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:
parent
175926d5e3
commit
30278abfe0
|
|
@ -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
|
||||
>;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user