diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-08-10 12:21:48 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-08-10 12:21:48 +0000 |
commit | 312a7f988311266423936317e05615cdf5b5311f (patch) | |
tree | d6dd034e6252adfcf7dc2e905d5317b2278d365d /target/linux/brcm63xx/patches-3.14/526-board_CT6373-1.patch | |
parent | 8240f6ad541c06e78d23a6c7b50e6635e3161d74 (diff) | |
download | upstream-312a7f988311266423936317e05615cdf5b5311f.tar.gz upstream-312a7f988311266423936317e05615cdf5b5311f.tar.bz2 upstream-312a7f988311266423936317e05615cdf5b5311f.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>
SVN-Revision: 42101
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.patch | 11 |
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, |