aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/patches-3.14/526-board_CT6373-1.patch
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2014-08-10 12:21:48 +0000
committerJonas Gorski <jogo@openwrt.org>2014-08-10 12:21:48 +0000
commit54271ac89eb5e59ad267ca25bc5fb555367e2d2d (patch)
treeeafb48882e20814dfac8fa4ac1287174ad803b38 /target/linux/brcm63xx/patches-3.14/526-board_CT6373-1.patch
parent41babbcc87e2cb86e203ebf19ec799208d75dd19 (diff)
downloadmaster-187ad058-54271ac89eb5e59ad267ca25bc5fb555367e2d2d.tar.gz
master-187ad058-54271ac89eb5e59ad267ca25bc5fb555367e2d2d.tar.bz2
master-187ad058-54271ac89eb5e59ad267ca25bc5fb555367e2d2d.zip
brcm63xx: Add fallback sprom for CT6373
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42101 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/patches-3.14/526-board_CT6373-1.patch')
-rw-r--r--target/linux/brcm63xx/patches-3.14/526-board_CT6373-1.patch11
1 files changed, 9 insertions, 2 deletions
diff --git a/target/linux/brcm63xx/patches-3.14/526-board_CT6373-1.patch b/target/linux/brcm63xx/patches-3.14/526-board_CT6373-1.patch
index 4a1cfb48a8..96ef61c729 100644
--- a/target/linux/brcm63xx/patches-3.14/526-board_CT6373-1.patch
+++ b/target/linux/brcm63xx/patches-3.14/526-board_CT6373-1.patch
@@ -13,7 +13,7 @@
/*
* known 3368 boards
*/
-@@ -2427,6 +2433,117 @@ static struct board_info __initdata boar
+@@ -2427,6 +2433,124 @@ static struct board_info __initdata boar
.num_spis = ARRAY_SIZE(nb4_spi_devices),
};
@@ -62,6 +62,7 @@
+
+ .has_uart0 = 1,
+ .has_pci = 1,
++ .use_fallback_sprom = 1,
+ .has_ohci0 = 1,
+ .has_ehci0 = 1,
+
@@ -122,6 +123,12 @@
+ },
+ },
+
++ .fallback_sprom = {
++ .type = SPROM_BCM4318,
++ .pci_bus = 0,
++ .pci_dev = 1,
++ },
++
+ .devs = ct6373_devices,
+ .num_devs = ARRAY_SIZE(ct6373_devices),
+ .spis = ct6373_spi_devices,
@@ -131,7 +138,7 @@
static struct board_info __initdata board_HW553 = {
.name = "HW553",
.expected_cpu_id = 0x6358,
-@@ -2705,6 +2822,7 @@ static const struct board_info __initcon
+@@ -2705,6 +2829,7 @@ static const struct board_info __initcon
&board_nb4_ser_r2,
&board_nb4_fxc_r1,
&board_nb4_fxc_r2,