mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
ARM: dts: rk3288-evb-android-rk818-edp: fix up HDMI can't display after resume
HDMI can't display afer resume, because HDMI 5v was turn off. This patch fix up this problem. Change-Id: Ib43893cdbdafec2cf264c724d5c56e9e0f63d8b5 Signed-off-by: Algea Cao <algea.cao@rock-chips.com>
This commit is contained in:
@@ -188,6 +188,8 @@
|
||||
vcc7-supply = <&vcc_sys>;
|
||||
vcc8-supply = <&vcc_sys>;
|
||||
vcc9-supply = <&vcc_io>;
|
||||
boost-supply = <&vcc_sys>;
|
||||
h_5v-supply = <&boost>;
|
||||
|
||||
regulators {
|
||||
vdd_logic: DCDC_REG1 {
|
||||
@@ -236,6 +238,17 @@
|
||||
};
|
||||
};
|
||||
|
||||
boost: DCDC_BOOST {
|
||||
regulator-always-on;
|
||||
regulator-boot-on;
|
||||
regulator-min-microvolt = <5000000>;
|
||||
regulator-max-microvolt = <5000000>;
|
||||
regulator-name = "boost";
|
||||
regulator-state-mem {
|
||||
regulator-on-in-suspend;
|
||||
};
|
||||
};
|
||||
|
||||
vcca_codec: LDO_REG1 {
|
||||
regulator-always-on;
|
||||
regulator-boot-on;
|
||||
@@ -348,6 +361,15 @@
|
||||
regulator-on-in-suspend;
|
||||
};
|
||||
};
|
||||
|
||||
h_5v: HDMI_SWITCH {
|
||||
regulator-always-on;
|
||||
regulator-boot-on;
|
||||
regulator-name = "h_5v";
|
||||
regulator-state-mem {
|
||||
regulator-on-in-suspend;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user