mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-01-27 14:44:08 +00:00
ARM: dts: msm: Update stub regulators for neo
Add stub regulators for VDD_MM_MXC_VOTER_LEVEL and VDD_GFX_MXC_VOTER_LEVEL regulators, required by clocks. Change-Id: Idb5918102b61c08cffa539c84f6f8871b45c7265
This commit is contained in:
@@ -76,6 +76,29 @@
|
||||
regulator-max-microvolt = <RPMH_REGULATOR_LEVEL_MAX>;
|
||||
};
|
||||
|
||||
VDD_MXC_MMCX_VOTER_LEVEL: VDD_MXC_MM_VOTER_LEVEL:
|
||||
VDD_MM_MXC_VOTER_LEVEL:
|
||||
regulator-pm8150-s8-mmcx-voter-level {
|
||||
compatible = "qcom,stub-regulator";
|
||||
regulator-name = "pm8150_s8_mmcx_voter_level";
|
||||
qcom,hpm-min-load = <10000>;
|
||||
regulator-min-microvolt =
|
||||
<RPMH_REGULATOR_LEVEL_MIN_SVS>;
|
||||
regulator-max-microvolt =
|
||||
<RPMH_REGULATOR_LEVEL_MAX>;
|
||||
};
|
||||
|
||||
VDD_MXC_GFX_VOTER_LEVEL: VDD_GFX_MXC_VOTER_LEVEL:
|
||||
regulator-pm8150-s8-gfx-voter-level {
|
||||
compatible = "qcom,stub-regulator";
|
||||
regulator-name = "pm8150_s8_gfx_voter_level";
|
||||
qcom,hpm-min-load = <10000>;
|
||||
regulator-min-microvolt =
|
||||
<RPMH_REGULATOR_LEVEL_MIN_SVS>;
|
||||
regulator-max-microvolt =
|
||||
<RPMH_REGULATOR_LEVEL_MAX>;
|
||||
};
|
||||
|
||||
VDD_EBI_LEVEL:
|
||||
S10A_LEVEL:
|
||||
pm8150_s10_level: regulator-pm8150-s10-level {
|
||||
|
||||
Reference in New Issue
Block a user