diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-05-04 21:33:42 +0800 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-05-12 13:32:17 +0800 |
commit | 2954ff395bcf69cb31dbe500bec20ce0944ea19e (patch) | |
tree | ca9c1e7e3b0f12151825c496a38a6c8268b2e499 /drivers/clk/mxs/clk-imx23.c | |
parent | bc3a59c1b7b1c367fec615b872bdb89ac232f62e (diff) | |
download | op-kernel-dev-2954ff395bcf69cb31dbe500bec20ce0944ea19e.zip op-kernel-dev-2954ff395bcf69cb31dbe500bec20ce0944ea19e.tar.gz |
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 dcae112..07fe1f1 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 = { static struct clk_lookup xbus_lookups[] __initdata = { { .dev_id = "duart", .con_id = "apb_pclk"}, + { .dev_id = "80070000.serial", .con_id = "apb_pclk"}, { .dev_id = "mxs-dma-apbx", }, { .dev_id = "80024000.dma-apbx", }, }; |