diff options
author | Josh Cartwright <joshc@codeaurora.org> | 2015-03-26 11:29:25 -0700 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2015-03-30 08:19:57 +0100 |
commit | 30bc3aa5c4ed3072bdff7d915772df1b91307ed4 (patch) | |
tree | 1b282c91327c22a50d261e173934c5e5e64dbd08 /include | |
parent | a77c50b44cfb663ad03faba9800fec19bdf83577 (diff) | |
download | linux-30bc3aa5c4ed3072bdff7d915772df1b91307ed4.tar.bz2 |
mfd: devicetree: qcom_rpm: Document IPQ8064 resources
The IPQ8064 SoC has several RPM-controlled resources, an NSS fabrick
clock and four regulator resources. Provide definitions for them.
Signed-off-by: Josh Cartwright <joshc@codeaurora.org>
[sboyd@codeaurora.org: Drop regulator part of binding]
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/dt-bindings/mfd/qcom-rpm.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/dt-bindings/mfd/qcom-rpm.h b/include/dt-bindings/mfd/qcom-rpm.h index 388a6f3d6165..13a9d4bf2662 100644 --- a/include/dt-bindings/mfd/qcom-rpm.h +++ b/include/dt-bindings/mfd/qcom-rpm.h @@ -141,6 +141,12 @@ #define QCOM_RPM_SYS_FABRIC_MODE 131 #define QCOM_RPM_USB_OTG_SWITCH 132 #define QCOM_RPM_VDDMIN_GPIO 133 +#define QCOM_RPM_NSS_FABRIC_0_CLK 134 +#define QCOM_RPM_NSS_FABRIC_1_CLK 135 +#define QCOM_RPM_SMB208_S1a 136 +#define QCOM_RPM_SMB208_S1b 137 +#define QCOM_RPM_SMB208_S2a 138 +#define QCOM_RPM_SMB208_S2b 139 /* * Constants used to select force mode for regulators. |