diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2015-05-27 21:02:46 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-05-31 03:04:36 +0300 |
commit | f7b81d67d0547c6ce246c89900eaa41303a3f89a (patch) | |
tree | b6bbc63907d34827e3155e1473531d3a7dc8e287 /include/dt-bindings/clock/qcom,gcc-ipq806x.h | |
parent | a74eab639ec502eb744528ef7c271576d670aa7a (diff) | |
download | linux-f7b81d67d0547c6ce246c89900eaa41303a3f89a.tar.xz |
clk: qcom: Add support for NSS/GMAC clocks and resets
Add the NSS/GMAC clocks and the TCM clock and NSS resets.
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/dt-bindings/clock/qcom,gcc-ipq806x.h')
-rw-r--r-- | include/dt-bindings/clock/qcom,gcc-ipq806x.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/qcom,gcc-ipq806x.h b/include/dt-bindings/clock/qcom,gcc-ipq806x.h index ebd63fd05649..dc4254b8cbbc 100644 --- a/include/dt-bindings/clock/qcom,gcc-ipq806x.h +++ b/include/dt-bindings/clock/qcom,gcc-ipq806x.h @@ -289,5 +289,7 @@ #define UBI32_CORE1_CLK 279 #define UBI32_CORE2_CLK 280 #define EBI2_AON_CLK 281 +#define NSSTCM_CLK_SRC 282 +#define NSSTCM_CLK 283 #endif |