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:
Algea Cao
2017-10-27 11:13:31 +08:00
committed by Huang, Tao
parent a931e3a83f
commit 62680836ee

View File

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