Skip to content

Commit 05d1039

Browse files
z3ntustorulf
authored andcommitted
dt-bindings: power: rpmpd: Add MSM8974 power domains
Add the compatibles and indexes for the rpmpd in MSM8974, both with the standard PM8841+PM8941 PMICs but also devices found with PMA8084. Signed-off-by: Luca Weiss <[email protected]> Acked-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Ulf Hansson <[email protected]>
1 parent fc67d66 commit 05d1039

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

Documentation/devicetree/bindings/power/qcom,rpmpd.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ properties:
2424
- qcom,msm8917-rpmpd
2525
- qcom,msm8939-rpmpd
2626
- qcom,msm8953-rpmpd
27+
- qcom,msm8974-rpmpd
28+
- qcom,msm8974pro-pma8084-rpmpd
2729
- qcom,msm8976-rpmpd
2830
- qcom,msm8994-rpmpd
2931
- qcom,msm8996-rpmpd

include/dt-bindings/power/qcom-rpmpd.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,13 @@
308308
#define MSM8953_VDDMX 5
309309
#define MSM8953_VDDMX_AO 6
310310

311+
/* MSM8974 Power Domain Indexes */
312+
#define MSM8974_VDDCX 0
313+
#define MSM8974_VDDCX_AO 1
314+
#define MSM8974_VDDCX_VFC 2
315+
#define MSM8974_VDDGFX 3
316+
#define MSM8974_VDDGFX_VFC 4
317+
311318
/* MSM8976 Power Domain Indexes */
312319
#define MSM8976_VDDCX 0
313320
#define MSM8976_VDDCX_AO 1

0 commit comments

Comments
 (0)