diff options
author | Rajendra Nayak <rnayak@codeaurora.org> | 2015-01-20 05:05:32 +0300 |
---|---|---|
committer | Michael Turquette <mturquette@linaro.org> | 2015-01-27 22:49:14 +0300 |
commit | 2a5cfec947c788d19ef60cb12722d4c336d44482 (patch) | |
tree | af90c98d32e1928dfad8e27bbbbe0d26a378959d /include/dt-bindings/clock/qcom,gcc-ipq806x.h | |
parent | b3ee3eff57817ed5b4f6294b5a3407e4d9fc7014 (diff) | |
download | linux-2a5cfec947c788d19ef60cb12722d4c336d44482.tar.xz |
dt-bindings: Add #defines for IPQ806x lpass clock control
Add defines to make more human readable numbers for the lpass
clock controller found on IPQ806x SoCs. Also remove the PLL4
define in gcc to avoid #define conflicts because that clock
doesn't exist in gcc, instead it lives in lcc.
Signed-off-by: Rajendra Nayak <rnayak@codeaurora.org>
[sboyd@codeaurora.org: Split off into separate patch]
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Tested-by: Kenneth Westfield <kwestfie@codeaurora.org>
Signed-off-by: Michael Turquette <mturquette@linaro.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, 0 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/qcom,gcc-ipq806x.h b/include/dt-bindings/clock/qcom,gcc-ipq806x.h index b857cadb0bd4..04fb29ae30e6 100644 --- a/include/dt-bindings/clock/qcom,gcc-ipq806x.h +++ b/include/dt-bindings/clock/qcom,gcc-ipq806x.h @@ -238,7 +238,6 @@ #define PLL0_VOTE 221 #define PLL3 222 #define PLL3_VOTE 223 -#define PLL4 224 #define PLL4_VOTE 225 #define PLL8 226 #define PLL8_VOTE 227 |