arm64: dts: rockchip: rk3368: modify vcc_lcd configure for rk3368 808 evb

1.When the system starts, enable vcc_lcd.
2.when the System sleep, disable vcc_lcd.

Change-Id: I29afc3e98a8cbe7ded65a8b9de1990fa2ea26b53
Signed-off-by: Wang Jie <dave.wang@rock-chips.com>
This commit is contained in:
Wang Jie
2020-02-28 13:01:41 +08:00
committed by Tao Huang
parent 3f291e5ffb
commit 87ee4bbe5d

View File

@@ -85,6 +85,10 @@
pinctrl-0 = <&lcd_pwr>;
regulator-name = "vcc_lcd";
enable-active-high;
regulator-boot-on;
regulator-state-mem {
regulator-off-in-suspend;
};
};
vcc_otg_vbus: otg-vbus-regulator {