diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-05-04 09:33:42 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-05-12 01:32:17 -0400 |
commit | 2954ff395bcf69cb31dbe500bec20ce0944ea19e (patch) | |
tree | ca9c1e7e3b0f12151825c496a38a6c8268b2e499 /drivers/clk/mxs/clk-imx23.c | |
parent | bc3a59c1b7b1c367fec615b872bdb89ac232f62e (diff) |
ARM: mxs: add initial device tree support for imx23-evk board
It adds initial device tree support for imx23-evk board, and only
serial console is enabled.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Acked-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'drivers/clk/mxs/clk-imx23.c')
-rw-r--r-- | drivers/clk/mxs/clk-imx23.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/mxs/clk-imx23.c b/drivers/clk/mxs/clk-imx23.c index dcae11285716..07fe1f1b4b70 100644 --- a/drivers/clk/mxs/clk-imx23.c +++ b/drivers/clk/mxs/clk-imx23.c | |||
@@ -87,6 +87,7 @@ static struct clk_lookup hbus_lookups[] __initdata = { | |||
87 | 87 | ||
88 | static struct clk_lookup xbus_lookups[] __initdata = { | 88 | static struct clk_lookup xbus_lookups[] __initdata = { |
89 | { .dev_id = "duart", .con_id = "apb_pclk"}, | 89 | { .dev_id = "duart", .con_id = "apb_pclk"}, |
90 | { .dev_id = "80070000.serial", .con_id = "apb_pclk"}, | ||
90 | { .dev_id = "mxs-dma-apbx", }, | 91 | { .dev_id = "mxs-dma-apbx", }, |
91 | { .dev_id = "80024000.dma-apbx", }, | 92 | { .dev_id = "80024000.dma-apbx", }, |
92 | }; | 93 | }; |