Skip to content

Commit 59eadd2

Browse files
Satya Priyabroonie
authored andcommitted
regulator: qcom-rpmh: Add PMG1110 regulators
Add support for PMG1110 regulators. Signed-off-by: Satya Priya <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent ac88e95 commit 59eadd2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

drivers/regulator/qcom-rpmh-regulator.c

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -814,6 +814,11 @@ static const struct rpmh_vreg_init_data pm8998_vreg_data[] = {
814814
{}
815815
};
816816

817+
static const struct rpmh_vreg_init_data pmg1110_vreg_data[] = {
818+
RPMH_VREG("smps1", "smp%s1", &pmic5_ftsmps510, "vdd-s1"),
819+
{}
820+
};
821+
817822
static const struct rpmh_vreg_init_data pmi8998_vreg_data[] = {
818823
RPMH_VREG("bob", "bob%s1", &pmic4_bob, "vdd-bob"),
819824
{}
@@ -1217,6 +1222,10 @@ static const struct of_device_id __maybe_unused rpmh_regulator_match_table[] = {
12171222
.compatible = "qcom,pm8998-rpmh-regulators",
12181223
.data = pm8998_vreg_data,
12191224
},
1225+
{
1226+
.compatible = "qcom,pmg1110-rpmh-regulators",
1227+
.data = pmg1110_vreg_data,
1228+
},
12201229
{
12211230
.compatible = "qcom,pmi8998-rpmh-regulators",
12221231
.data = pmi8998_vreg_data,

0 commit comments

Comments
 (0)