diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2014-07-10 09:18:29 +0100 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2014-07-11 13:21:22 -0700 |
commit | 5f775498bdc44f294c37eaa7a205335e3b6667df (patch) | |
tree | c6f015755676ae4d12731a587aef7b654dbcec0f /include/dt-bindings/clock | |
parent | 7f9b72ae972fd6395debeb2f859b7cadf2c2466e (diff) | |
download | talos-obmc-linux-5f775498bdc44f294c37eaa7a205335e3b6667df.tar.gz talos-obmc-linux-5f775498bdc44f294c37eaa7a205335e3b6667df.zip |
clk: qcom: Fully support apq8064 global clock control
Add in the handful of new clocks and introduce a new reset table
with the few new resets.
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'include/dt-bindings/clock')
-rw-r--r-- | include/dt-bindings/clock/qcom,gcc-msm8960.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/qcom,gcc-msm8960.h b/include/dt-bindings/clock/qcom,gcc-msm8960.h index f9f547146a15..7d20eedfee98 100644 --- a/include/dt-bindings/clock/qcom,gcc-msm8960.h +++ b/include/dt-bindings/clock/qcom,gcc-msm8960.h @@ -308,5 +308,16 @@ #define PLL13 292 #define PLL14 293 #define PLL14_VOTE 294 +#define USB_HS3_H_CLK 295 +#define USB_HS3_XCVR_SRC 296 +#define USB_HS3_XCVR_CLK 297 +#define USB_HS4_H_CLK 298 +#define USB_HS4_XCVR_SRC 299 +#define USB_HS4_XCVR_CLK 300 +#define SATA_PHY_CFG_CLK 301 +#define SATA_A_CLK 302 +#define CE3_SRC 303 +#define CE3_CORE_CLK 304 +#define CE3_H_CLK 305 #endif |