diff options
author | Sibi Sankar <quic_sibis@quicinc.com> | 2023-10-25 16:59:41 +0300 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2023-10-26 17:17:47 +0300 |
commit | 7eb31ec5e1cdb4705450e4d728407767cae2b919 (patch) | |
tree | 7d6587e80b430518c8861d3b810b76a953e72376 /include/dt-bindings | |
parent | d4d56c079ddd19293b11de1f2309add0b8972af2 (diff) | |
download | linux-7eb31ec5e1cdb4705450e4d728407767cae2b919.tar.xz |
dt-bindings: power: qcom,rpmhpd: Add GMXC PD index
Document GMXC (Graphics MXC) power domain index which will be used on
SC8380XP SoCs.
Signed-off-by: Sibi Sankar <quic_sibis@quicinc.com>
Link: https://lore.kernel.org/r/20231025135943.13854-2-quic_sibis@quicinc.com
[Ulf: Re-based to step up the index number]
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/power/qcom,rpmhpd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dt-bindings/power/qcom,rpmhpd.h b/include/dt-bindings/power/qcom,rpmhpd.h index 0f6a74e09970..e54ffa361451 100644 --- a/include/dt-bindings/power/qcom,rpmhpd.h +++ b/include/dt-bindings/power/qcom,rpmhpd.h @@ -27,5 +27,6 @@ #define RPMHPD_DDR 17 #define RPMHPD_XO 18 #define RPMHPD_NSP2 19 +#define RPMHPD_GMXC 20 #endif |