From ffc84cf75c15ef96245cecccbef1c4ecded144a9 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Wed, 27 Oct 2010 10:02:13 +0000 Subject: [PATCH] register uart driver on livebox (#8013) SVN-Revision: 23653 --- .../linux/brcm63xx/patches-2.6.35/170-board_livebox.patch | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/target/linux/brcm63xx/patches-2.6.35/170-board_livebox.patch b/target/linux/brcm63xx/patches-2.6.35/170-board_livebox.patch index 02354d573c..6c390456cb 100644 --- a/target/linux/brcm63xx/patches-2.6.35/170-board_livebox.patch +++ b/target/linux/brcm63xx/patches-2.6.35/170-board_livebox.patch @@ -20,7 +20,7 @@ EXTRA_CFLAGS += -Werror --- /dev/null +++ b/arch/mips/bcm63xx/boards/board_livebox.c -@@ -0,0 +1,223 @@ +@@ -0,0 +1,228 @@ +/* + * This file is subject to the terms and conditions of the GNU General Public + * License. See the file "COPYING" in the main directory of this archive @@ -43,6 +43,7 @@ +#include +#include +#include ++#include +#include +#include +#include @@ -63,6 +64,7 @@ + .name = "Livebox", + .expected_cpu_id = 0x6348, + ++ .has_uart0 = 1, + .has_enet0 = 1, + .has_enet1 = 1, + .has_pci = 1, @@ -215,6 +217,9 @@ +{ + u32 val; + ++ if (board.has_uart0) ++ bcm63xx_uart_register(0); ++ + if (board.has_pccard) + bcm63xx_pcmcia_register(); + -- 2.30.2