Skip to content

Commit

Permalink
dt-bindings: power: Add rpm power domain bindings for sdx55
Browse files Browse the repository at this point in the history
Add RPM power domain bindings for the SDX55 SoC

Acked-by: Manivannan Sadhasivam <[email protected]>
Signed-off-by: Vinod Koul <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
  • Loading branch information
vinodkoul authored and andersson committed Nov 26, 2020
1 parent 0924dad commit f365bd3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions Documentation/devicetree/bindings/power/qcom,rpmpd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ properties:
- qcom,sdm660-rpmpd
- qcom,sc7180-rpmhpd
- qcom,sdm845-rpmhpd
- qcom,sdx55-rpmhpd
- qcom,sm8150-rpmhpd
- qcom,sm8250-rpmhpd

Expand Down
5 changes: 5 additions & 0 deletions include/dt-bindings/power/qcom-rpmpd.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
#define SDM845_GFX 7
#define SDM845_MSS 8

/* SDX55 Power Domain Indexes */
#define SDX55_MSS 0
#define SDX55_MX 1
#define SDX55_CX 2

/* SM8150 Power Domain Indexes */
#define SM8150_MSS 0
#define SM8150_EBI 1
Expand Down

0 comments on commit f365bd3

Please sign in to comment.