Message ID | 20211130212332.25401-1-martin.botka@somainline.org |
---|---|
State | New |
Headers | show |
Series | [1/4] dt-bindings: qcom-rpmpd: Add sm6125 power domains | expand |
On Tue, 30 Nov 2021 22:23:29 +0100, Martin Botka wrote: > Add dt-bindings for sm6125 SoC RPM Power Domains > > Applied, thanks! [3/4] arm64: dt: sm6125: Add RPMPD node commit: d0bfc92303dde7f13fac1873c25a3bee913bfef3 [4/4] arm64: dt: sm6125: Add power domains to sdhc commit: 556a9f3ae17ef19deecac130fea38f258d5abeb2 Best regards,
diff --git a/include/dt-bindings/power/qcom-rpmpd.h b/include/dt-bindings/power/qcom-rpmpd.h index 340b0ffe5eb8..0006a2930dcc 100644 --- a/include/dt-bindings/power/qcom-rpmpd.h +++ b/include/dt-bindings/power/qcom-rpmpd.h @@ -219,12 +219,20 @@ #define SM6115_VDD_LPI_CX 6 #define SM6115_VDD_LPI_MX 7 +/* SM6125 Power Domains */ +#define SM6125_VDDCX 0 +#define SM6125_VDDCX_AO 1 +#define SM6125_VDDCX_VFL 2 +#define SM6125_VDDMX 3 +#define SM6125_VDDMX_AO 4 +#define SM6125_VDDMX_VFL 5 + /* QCM2290 Power Domains */ #define QCM2290_VDDCX 0 -- 2.34.0
Add dt-bindings for sm6125 SoC RPM Power Domains Signed-off-by: Martin Botka <martin.botka@somainline.org> --- include/dt-bindings/power/qcom-rpmpd.h | 8 ++++++++ 1 file changed, 8 insertions(+)