Skip to content

Commit 1f50dc4

Browse files
tingguocjiegan0107
authored andcommitted
FROMLIST: arm64: dts: qcom: hamoa-iot-som: Add pm8010 L4M regulator
Add pm8010 L4M regulator which is used by Camera I2C pull-up. Signed-off-by: Tingguo Cheng <tingguo.cheng@oss.qualcomm.com> Signed-off-by: Wenmeng Liu <wenmeng.liu@oss.qualcomm.com> Link: https://lore.kernel.org/all/20260227-hamoa_evk-v1-1-36f895a24d8f@oss.qualcomm.com/
1 parent ca68e74 commit 1f50dc4

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/hamoa-iot-som.dtsi

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,21 @@
376376
regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
377377
};
378378
};
379+
380+
/* PM8010_M */
381+
regulators-8 {
382+
compatible = "qcom,pm8010-rpmh-regulators";
383+
qcom,pmic-id = "m";
384+
385+
vdd-l3-l4-supply = <&vreg_s4c_1p8>;
386+
387+
vreg_l4m_1p8: ldo4 {
388+
regulator-name = "vrer_l4m_1p8";
389+
regulator-min-microvolt = <1800000>;
390+
regulator-max-microvolt = <1808000>;
391+
regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
392+
};
393+
};
379394
};
380395

381396
&iris {

0 commit comments

Comments
 (0)