Files
android_kernel_samsung_sm87…/qcom/sun-pmic-overlay-v8.dtsi
David Collins ee11d4c1ad ARM: dts: qcom: specify PM8550VE_F temp-alarm ADC channel for sun V8
Add properties to the PM8550VE_F spmi-temp-alarm device to specify
it's die temperature ADC channel on Sun power grid V8 boards.  This
ensures that software is able to read it's precise die temperature
instead of estimating it based on the TEMP_ALARM peripheral
over-temperature stage.

Change-Id: I726e2ca236db94ef8aa7f6c19b3f4c74f745c763
Signed-off-by: David Collins <quic_collinsd@quicinc.com>
2024-03-27 14:37:53 -07:00

70 lines
878 B
Plaintext

// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2023-2024 Qualcomm Innovation Center, Inc. All rights reserved.
*/
&VRM_S4J {
status = "disabled";
};
&S4J {
status = "disabled";
};
&VRM_S5F {
status = "ok";
};
&S5F {
status = "ok";
};
&pm8550vs_f {
status = "disabled";
};
&pm8550vs_f_temp_alarm {
status = "disabled";
};
&pm8550ve_f {
status = "ok";
};
&pm8550ve_f_temp_alarm {
status = "ok";
};
&pm8550ve_f_tz {
io-channels = <&pmk8550_vadc PM8550VX_ADC5_GEN3_DIE_TEMP(5)>;
io-channel-names = "thermal";
};
&S8F_LEVEL {
regulator-name = "pm_v8f_s8_level";
};
&S8F_LEVEL_AO {
regulator-name = "pm_v8f_s8_level_ao";
};
&L1F {
regulator-name = "pm_v8f_l1";
};
&L1F_AO {
regulator-name = "pm_v8f_l1_ao";
};
&L1F_SO {
regulator-name = "pm_v8f_l1_so";
};
&L2F {
regulator-name = "pm_v8f_l2";
};
&L3F {
regulator-name = "pm_v8f_l3";
};