diff options
author | Rajendra Nayak <rnayak@codeaurora.org> | 2015-08-06 12:37:49 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2015-09-17 00:22:45 +0200 |
commit | 639af9490b545bb41ae1f7623aec73d6951d5630 (patch) | |
tree | 74b7d1f371da20ba9152416728e1d598a5748c11 /include/dt-bindings | |
parent | clk: qcom: gdsc: Add GDSCs in msm8974 MMCC (diff) | |
download | linux-639af9490b545bb41ae1f7623aec73d6951d5630.tar.xz linux-639af9490b545bb41ae1f7623aec73d6951d5630.zip |
clk: qcom: gdsc: Add GDSCs in apq8084 GCC
Add the GDSC instances that exist as part of apq8084 GCC block
Signed-off-by: Rajendra Nayak <rnayak@codeaurora.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/clock/qcom,gcc-apq8084.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/qcom,gcc-apq8084.h b/include/dt-bindings/clock/qcom,gcc-apq8084.h index 2c0da566c46a..5aa7ebeae411 100644 --- a/include/dt-bindings/clock/qcom,gcc-apq8084.h +++ b/include/dt-bindings/clock/qcom,gcc-apq8084.h @@ -348,4 +348,10 @@ #define GCC_PCIE_1_PIPE_CLK 331 #define GCC_PCIE_1_SLV_AXI_CLK 332 +/* gdscs */ +#define USB_HS_HSIC_GDSC 0 +#define PCIE0_GDSC 1 +#define PCIE1_GDSC 2 +#define USB30_GDSC 3 + #endif |