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>
This commit is contained in:
committed by
Vishvanath Singh
parent
7603d11550
commit
df60c4102a
@@ -5,6 +5,17 @@
|
|||||||
|
|
||||||
#include "tuna-sde-display.dtsi"
|
#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 {
|
&pm8550vs_d_gpios {
|
||||||
lcd_backlight_ctrl {
|
lcd_backlight_ctrl {
|
||||||
lcd_backlight_en_default: lcd_backlight_en_default {
|
lcd_backlight_en_default: lcd_backlight_en_default {
|
||||||
|
@@ -1,10 +1,21 @@
|
|||||||
// SPDX-License-Identifier: BSD-3-Clause
|
// 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"
|
#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 {
|
&dsi_nt37801_amoled_cmd {
|
||||||
qcom,panel-supply-entries = <&dsi_panel_pwr_supply>;
|
qcom,panel-supply-entries = <&dsi_panel_pwr_supply>;
|
||||||
qcom,panel-sec-supply-entries = <&dsi_panel_pwr_supply>;
|
qcom,panel-sec-supply-entries = <&dsi_panel_pwr_supply>;
|
||||||
|
Reference in New Issue
Block a user