diff options
author | Archit Taneja <architt@codeaurora.org> | 2015-04-02 08:50:41 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2015-04-07 00:07:49 +0300 |
commit | 4c385b25fab119144bffb255ad77712fe586ac10 (patch) | |
tree | c5cfd13e58e699b94524de7b4ec52d4d57bf587b /include/dt-bindings/clock/qcom,gcc-ipq806x.h | |
parent | f375573c96470a27b911aeb1c0a25212d0e145a2 (diff) | |
download | linux-4c385b25fab119144bffb255ad77712fe586ac10.tar.xz |
clk: qcom: Add EBI2 clocks for IPQ806x
The NAND controller within EBI2 requires EBI2_CLK and
EBI2_ALWAYS_ON_CLK clocks. Create structs for these clocks so
that they can be used by the NAND controller driver. Add an entry
for EBI2_AON_CLK in the gcc-ipq806x DT binding document.
Signed-off-by: Archit Taneja <architt@codeaurora.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'include/dt-bindings/clock/qcom,gcc-ipq806x.h')
-rw-r--r-- | include/dt-bindings/clock/qcom,gcc-ipq806x.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/qcom,gcc-ipq806x.h b/include/dt-bindings/clock/qcom,gcc-ipq806x.h index 04fb29ae30e6..ebd63fd05649 100644 --- a/include/dt-bindings/clock/qcom,gcc-ipq806x.h +++ b/include/dt-bindings/clock/qcom,gcc-ipq806x.h @@ -288,5 +288,6 @@ #define UBI32_CORE2_CLK_SRC 278 #define UBI32_CORE1_CLK 279 #define UBI32_CORE2_CLK 280 +#define EBI2_AON_CLK 281 #endif |