arm64: dts: rockchip: rk3588-rk806: Raise avdd_0v75_s0 voltage to 0.8375V

HDMI has compatibility problems when the HDMI PHY VDD is set to
the nominal 0.75V. On some televisions, signal may be no recognized
when switch resolution. After actual testing, raising voltage up
to 0.8375V can solve the compatibility problems such as no signal.

Signed-off-by: Algea Cao <algea.cao@rock-chips.com>
Change-Id: I217ad22e844c2526ebbc2fcb38f11c04ae4dcd51
This commit is contained in:
Algea Cao 2022-08-30 14:51:59 +08:00 committed by Tao Huang
parent 68ddb8c21b
commit 4c455b1887
2 changed files with 4 additions and 4 deletions

View File

@ -371,8 +371,8 @@
vdd_0v75_hdmi_edp_s0: NLDO_REG3 { vdd_0v75_hdmi_edp_s0: NLDO_REG3 {
regulator-always-on; regulator-always-on;
regulator-boot-on; regulator-boot-on;
regulator-min-microvolt = <750000>; regulator-min-microvolt = <837500>;
regulator-max-microvolt = <750000>; regulator-max-microvolt = <837500>;
regulator-name = "vdd_0v75_hdmi_edp_s0"; regulator-name = "vdd_0v75_hdmi_edp_s0";
regulator-state-mem { regulator-state-mem {
regulator-off-in-suspend; regulator-off-in-suspend;

View File

@ -362,8 +362,8 @@
avdd_0v75_s0: NLDO_REG3 { avdd_0v75_s0: NLDO_REG3 {
regulator-always-on; regulator-always-on;
regulator-boot-on; regulator-boot-on;
regulator-min-microvolt = <750000>; regulator-min-microvolt = <837500>;
regulator-max-microvolt = <750000>; regulator-max-microvolt = <837500>;
regulator-name = "avdd_0v75_s0"; regulator-name = "avdd_0v75_s0";
regulator-state-mem { regulator-state-mem {
regulator-off-in-suspend; regulator-off-in-suspend;