Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295886
b: refs/heads/master
c: 759a451
h: refs/heads/master
v: v3
  • Loading branch information
Jason Cooper authored and Arnd Bergmann committed Feb 27, 2012
1 parent 224ad7b commit d50220f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3d468b6d6052293ad3b8538b8277077981c28286
refs/heads/master: 759a45185ac0e4dfaf8bbfcb390ec73aca4b7a34
7 changes: 7 additions & 0 deletions trunk/arch/arm/boot/dts/kirkwood-dreamplug.dts
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,11 @@
bootargs = "console=ttyS0,115200n8 earlyprintk";
};

serial@f1012000 {
compatible = "ns16550a";
reg = <0xf1012000 0xff>;
reg-shift = <2>;
interrupts = <33>;
clock-frequency = <200000000>;
};
};
2 changes: 0 additions & 2 deletions trunk/arch/arm/mach-kirkwood/board-dt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit d50220f

Please sign in to comment.