diff options
author | Scott Wood <scottwood@freescale.com> | 2015-09-19 23:29:55 -0500 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2015-10-21 18:05:55 -0500 |
commit | 9e19ca2f627e5a6ee7425c48cc30b7356995b691 (patch) | |
tree | f76333b0f8c622f5f96e141eced1dedeaee10a89 /drivers/clk/Kconfig | |
parent | 0dfc86b3173feee96f36e71879aa6dd56a4d7925 (diff) | |
download | linux-9e19ca2f627e5a6ee7425c48cc30b7356995b691.tar.bz2 |
clk: qoriq: Add ls2080a support.
LS2080A is the first implementation of the chassis 3 clockgen, which
has a different register layout than previous chips. It is also little
endian, unlike previous chips.
Signed-off-by: Scott Wood <scottwood@freescale.com>
Acked-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/clk/Kconfig')
-rw-r--r-- | drivers/clk/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig index 42f7120ca9ce..9f1970c19690 100644 --- a/drivers/clk/Kconfig +++ b/drivers/clk/Kconfig @@ -121,7 +121,7 @@ config COMMON_CLK_AXI_CLKGEN config CLK_QORIQ bool "Clock driver for Freescale QorIQ platforms" - depends on (PPC_E500MC || ARM) && OF + depends on (PPC_E500MC || ARM || ARM64) && OF ---help--- This adds the clock driver support for Freescale QorIQ platforms using common clock framework. |