mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
Merge "ARM: dts: msm: Add support for S1F regulators"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
e80926ae9a
@@ -6,3 +6,12 @@
|
||||
qcom,msm-id = <581 0x10000>;
|
||||
};
|
||||
|
||||
&apps_rsc {
|
||||
rpmh-regulator-sf1-vreg-enable {
|
||||
status = "ok";
|
||||
};
|
||||
|
||||
rpmh-regulator-sf1-vreg-mode {
|
||||
status = "ok";
|
||||
};
|
||||
};
|
||||
|
||||
@@ -763,4 +763,24 @@
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
rpmh-regulator-sf1-vreg-enable {
|
||||
compatible = "qcom,rpmh-xob-regulator";
|
||||
qcom,resource-name = "gpioi7";
|
||||
status = "disabled";
|
||||
sf1_vreg_enable: regulator-sf1-vreg-enable {
|
||||
regulator-name = "sf1_vreg_enable";
|
||||
qcom,set = <RPMH_REGULATOR_SET_ALL>;
|
||||
};
|
||||
};
|
||||
|
||||
rpmh-regulator-sf1-vreg-mode {
|
||||
compatible = "qcom,rpmh-xob-regulator";
|
||||
qcom,resource-name = "gpioi10";
|
||||
status = "disabled";
|
||||
sf1_vreg_mode: regulator-sf1-vreg-mode {
|
||||
regulator-name = "sf1_vreg_mode";
|
||||
qcom,set = <RPMH_REGULATOR_SET_ALL>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user