Commit 759a4518 authored by Jason Cooper's avatar Jason Cooper Committed by Arnd Bergmann

ARM: kirkwood: convert uart0 to devicetree.

This uart is the primary console for the dreamplug.  Removed
kirkwood_uart0_init() call from board-dt.c.
Signed-off-by: default avatarJason Cooper <jason@lakedaemon.net>
Reviewed-by: default avatarArnd Bergmann <arnd@arndb.de>
Acked-by: default avatarNicolas Pitre <nico@linaro.org>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 3d468b6d
......@@ -15,4 +15,11 @@ chosen {
bootargs = "console=ttyS0,115200n8 earlyprintk";
};
serial@f1012000 {
compatible = "ns16550a";
reg = <0xf1012000 0xff>;
reg-shift = <2>;
interrupts = <33>;
clock-frequency = <200000000>;
};
};
......@@ -140,8 +140,6 @@ static void __init dreamplug_init(void)
*/
kirkwood_mpp_conf(dreamplug_mpp_config);
kirkwood_uart0_init();
spi_register_board_info(dreamplug_spi_slave_info,
ARRAY_SIZE(dreamplug_spi_slave_info));
kirkwood_spi_init();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment