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:
Nickey Yang
2020-06-02 21:51:08 +08:00
committed by Tao Huang
parent 594b68feba
commit a77a960706

View File

@@ -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;
};