ARM: dts: msm: update dvdd initial voltage for tuna MTP & CDP
Increase DVDD initial voltage from 1.06V to 1.09V. Also increase the min voltage voting to 1.09V for CDP and MTP platforms of Tuna. This is to avoid any voltage drop issue on the DVDD rail similar to Tuna QRD platform. Change-Id: I77eabf294777130059bac6f748cc5c0f4a7d0002 Signed-off-by: Abhinav Saurabh <quic_abhisaur@quicinc.com> Signed-off-by: lnxdisplay <lnxdisplay@localhost>
This commit is contained in:
committed by
lnxdisplay
parent
814a9fa2be
commit
b32b6000f9
@@ -5,6 +5,17 @@
|
||||
|
||||
#include "tuna-sde-display.dtsi"
|
||||
|
||||
&L3D {
|
||||
qcom,init-voltage = <1090000>;
|
||||
};
|
||||
|
||||
&dsi_panel_pwr_supply {
|
||||
qcom,panel-supply-entry@1 {
|
||||
qcom,supply-min-voltage = <1090000>;
|
||||
qcom,supply-max-voltage = <1100000>;
|
||||
};
|
||||
};
|
||||
|
||||
&pm8550vs_d_gpios {
|
||||
lcd_backlight_ctrl {
|
||||
lcd_backlight_en_default: lcd_backlight_en_default {
|
||||
|
@@ -1,10 +1,21 @@
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
/*
|
||||
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
* Copyright (c) 2024-2025 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*/
|
||||
|
||||
#include "tuna-sde-display.dtsi"
|
||||
|
||||
&L3D {
|
||||
qcom,init-voltage = <1090000>;
|
||||
};
|
||||
|
||||
&dsi_panel_pwr_supply {
|
||||
qcom,panel-supply-entry@1 {
|
||||
qcom,supply-min-voltage = <1090000>;
|
||||
qcom,supply-max-voltage = <1100000>;
|
||||
};
|
||||
};
|
||||
|
||||
&dsi_nt37801_amoled_cmd {
|
||||
qcom,panel-supply-entries = <&dsi_panel_pwr_supply>;
|
||||
qcom,panel-sec-supply-entries = <&dsi_panel_pwr_supply>;
|
||||
|
Reference in New Issue
Block a user