diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2021-09-17 06:04:34 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2021-10-14 01:20:22 +0300 |
commit | 78b727d0281507fabf954573420790b21e34aefe (patch) | |
tree | 27f0431a67242bf25266f49f9dd74d2ae94e4fd7 /include/linux/soc/qcom | |
parent | 68fb42fccdc99119ff585fcd592ab8506e26dbf5 (diff) | |
download | linux-78b727d0281507fabf954573420790b21e34aefe.tar.xz |
clk: qcom: smd-rpm: Add QCM2290 RPM clock support
Add support for RPM-managed clocks on the QCM2290 platform.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Link: https://lore.kernel.org/r/20210917030434.19859-4-shawn.guo@linaro.org
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'include/linux/soc/qcom')
-rw-r--r-- | include/linux/soc/qcom/smd-rpm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/soc/qcom/smd-rpm.h b/include/linux/soc/qcom/smd-rpm.h index 60e66fc9b6bf..860dd8cdf9f3 100644 --- a/include/linux/soc/qcom/smd-rpm.h +++ b/include/linux/soc/qcom/smd-rpm.h @@ -38,6 +38,8 @@ struct qcom_smd_rpm; #define QCOM_SMD_RPM_IPA_CLK 0x617069 #define QCOM_SMD_RPM_CE_CLK 0x6563 #define QCOM_SMD_RPM_AGGR_CLK 0x72676761 +#define QCOM_SMD_RPM_HWKM_CLK 0x6d6b7768 +#define QCOM_SMD_RPM_PKA_CLK 0x616b70 int qcom_rpm_smd_write(struct qcom_smd_rpm *rpm, int state, |