mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
arm64: dts: rockchip: rk3576-rk806: Raise vdda0v75_hdmi_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. Change-Id: I633f0321e83ac2a6325e4ca1de60c4b22c9a9961 Signed-off-by: Algea Cao <algea.cao@rock-chips.com>
This commit is contained in:
@@ -358,8 +358,8 @@
|
||||
vdda0v75_hdmi_s0: NLDO_REG3 {
|
||||
regulator-always-on;
|
||||
regulator-boot-on;
|
||||
regulator-min-microvolt = <750000>;
|
||||
regulator-max-microvolt = <750000>;
|
||||
regulator-min-microvolt = <837500>;
|
||||
regulator-max-microvolt = <837500>;
|
||||
regulator-name = "vdda0v75_hdmi_s0";
|
||||
regulator-state-mem {
|
||||
regulator-off-in-suspend;
|
||||
|
||||
Reference in New Issue
Block a user