From f34de7c22842f2aba0da8b2766acb9b9af3d8d78 Mon Sep 17 00:00:00 2001 From: Jishnu Prakash Date: Thu, 30 Dec 2021 19:00:37 +0530 Subject: [PATCH] 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 --- qcom/neo-stub-regulator.dtsi | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/qcom/neo-stub-regulator.dtsi b/qcom/neo-stub-regulator.dtsi index 77d80455..b12d01d9 100644 --- a/qcom/neo-stub-regulator.dtsi +++ b/qcom/neo-stub-regulator.dtsi @@ -76,6 +76,29 @@ regulator-max-microvolt = ; }; + 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 = + ; + regulator-max-microvolt = + ; + }; + + 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 = + ; + regulator-max-microvolt = + ; + }; + VDD_EBI_LEVEL: S10A_LEVEL: pm8150_s10_level: regulator-pm8150-s10-level {