From 42e69f45c7980a99f9a89e957d3174cda7b46253 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Thu, 6 Jun 2013 22:22:14 +0000 Subject: brcm63xx: add kernel space and image support for the Netgear CVG834G Signed-off-by: Florian Fainelli SVN-Revision: 36876 --- .../patches-3.9/555-netgear_CVG834G_E15R3921.patch | 54 ++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 target/linux/brcm63xx/patches-3.9/555-netgear_CVG834G_E15R3921.patch (limited to 'target/linux/brcm63xx/patches-3.9/555-netgear_CVG834G_E15R3921.patch') diff --git a/target/linux/brcm63xx/patches-3.9/555-netgear_CVG834G_E15R3921.patch b/target/linux/brcm63xx/patches-3.9/555-netgear_CVG834G_E15R3921.patch new file mode 100644 index 0000000000..9b43adb727 --- /dev/null +++ b/target/linux/brcm63xx/patches-3.9/555-netgear_CVG834G_E15R3921.patch @@ -0,0 +1,54 @@ +--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c ++++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c +@@ -69,6 +69,41 @@ + static struct board_info board; + + /* ++ * known 3368 boards ++ */ ++#ifdef CONFIG_BCM63XX_CPU_3368 ++static struct board_info __initdata board_cvg834g = { ++ .name = "CVG834G_E15R3921", ++ .expected_cpu_id = 0x3368, ++ ++ .has_uart0 = 1, ++ .has_uart1 = 1, ++ ++ .has_enet0 = 1, ++ .has_pci = 1, ++ ++ .enet0 = { ++ .has_phy = 1, ++ .use_internal_phy = 1, ++ }, ++ ++ .leds = { ++ { ++ .name = "CVG834G::switch-reset", ++ .gpio = 36, ++ .default_trigger= "default-on", ++ }, ++ ++ { ++ .name = "CVG834G:green:power", ++ .gpio = 37, ++ .default_trigger= "default-on", ++ }, ++ }, ++}; ++#endif ++ ++/* + * known 6328 boards + */ + #ifdef CONFIG_BCM63XX_CPU_6328 +@@ -3884,6 +3919,9 @@ static struct board_info __initdata boar + * all boards + */ + static const struct board_info __initconst *bcm963xx_boards[] = { ++#ifdef CONFIG_BCM63XX_CPU_3368 ++ &board_cvg834g, ++#endif + #ifdef CONFIG_BCM63XX_CPU_6328 + &board_96328avng, + &board_96328A_1241N, -- cgit v1.2.3