mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
ARM: dts: rk3288-evb-android-rk818-mipi: 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: Id48ca0616b81ea27416dc733662f388d51b2643c Signed-off-by: Algea Cao <algea.cao@rock-chips.com>
This commit is contained in:
@@ -142,6 +142,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 {
|
||||
@@ -190,6 +192,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;
|
||||
@@ -302,6 +315,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