mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
ARM: dts: rockchip: rv11xx-evb-v10: fix vcc18_lcd regulator
vcc18_lcd is the power enable pin of dsi panel board, and it also provides the rst signal of panel through RC circuit. When we power on and change the pin directly, the rst will not power down completely, resulting in the probability that the screen cannot display after reboot. so fix it. Signed-off-by: Nickey Yang <nickey.yang@rock-chips.com> Change-Id: Ifb47ea23a4bd2d9e41fd317d3c7777e158e54dec
This commit is contained in:
@@ -142,7 +142,6 @@
|
||||
vcc18_lcd_n: vcc18-lcd-n {
|
||||
compatible = "regulator-fixed";
|
||||
regulator-name = "vcc18_lcd_n";
|
||||
regulator-boot-on;
|
||||
gpio = <&gpio3 RK_PA7 GPIO_ACTIVE_HIGH>;
|
||||
enable-active-high;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user