mirror of https://github.com/hak5/openwrt-owl.git
brcm63xx: Add fallback sprom for WAP-5813n
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 42105owl
parent
061f738087
commit
6eb9375da4
|
@ -8,7 +8,7 @@
|
|||
#include <linux/platform_device.h>
|
||||
#include <linux/spi/spi.h>
|
||||
#include <linux/spi/spi_gpio.h>
|
||||
@@ -4559,6 +4560,99 @@ static struct board_info __initdata boar
|
||||
@@ -4559,6 +4560,117 @@ static struct board_info __initdata boar
|
||||
.has_ohci0 = 1,
|
||||
.has_ehci0 = 1,
|
||||
};
|
||||
|
@ -27,12 +27,22 @@
|
|||
+ }
|
||||
+};
|
||||
+
|
||||
+static struct sprom_fixup __initdata wap5813n_fixups[] = {
|
||||
+ { .offset = 97, .value = 0xfeed },
|
||||
+ { .offset = 98, .value = 0x15d1 },
|
||||
+ { .offset = 99, .value = 0xfb0d },
|
||||
+ { .offset = 113, .value = 0xfef7 },
|
||||
+ { .offset = 114, .value = 0x15f7 },
|
||||
+ { .offset = 115, .value = 0xfb1a },
|
||||
+};
|
||||
+
|
||||
+static struct board_info __initdata board_WAP5813n = {
|
||||
+ .name = "96369R-1231N",
|
||||
+ .expected_cpu_id = 0x6368,
|
||||
+
|
||||
+ .has_uart0 = 1,
|
||||
+ .has_pci = 1,
|
||||
+ .use_fallback_sprom = 1,
|
||||
+ .has_ohci0 = 1,
|
||||
+ .has_ehci0 = 1,
|
||||
+
|
||||
|
@ -102,13 +112,21 @@
|
|||
+ },
|
||||
+ },
|
||||
+
|
||||
+ .fallback_sprom = {
|
||||
+ .type = SPROM_BCM43222,
|
||||
+ .pci_bus = 0,
|
||||
+ .pci_dev = 1,
|
||||
+ .board_fixups = wap5813n_fixups,
|
||||
+ .num_board_fixups = ARRAY_SIZE(wap5813n_fixups),
|
||||
+ },
|
||||
+
|
||||
+ .spis = WAP5813n_spi_devices,
|
||||
+ .num_spis = ARRAY_SIZE(WAP5813n_spi_devices),
|
||||
+};
|
||||
#endif
|
||||
|
||||
/*
|
||||
@@ -4942,6 +5036,7 @@ static const struct board_info __initcon
|
||||
@@ -4942,6 +5054,7 @@ static const struct board_info __initcon
|
||||
#ifdef CONFIG_BCM63XX_CPU_6368
|
||||
&board_96368mvwg,
|
||||
&board_96368mvngr,
|
||||
|
|
|
@ -99,7 +99,7 @@
|
|||
static struct b53_platform_data WAP5813n_b53_pdata = {
|
||||
.alias = "eth0",
|
||||
};
|
||||
@@ -5036,6 +5128,7 @@ static const struct board_info __initcon
|
||||
@@ -5054,6 +5146,7 @@ static const struct board_info __initcon
|
||||
#ifdef CONFIG_BCM63XX_CPU_6368
|
||||
&board_96368mvwg,
|
||||
&board_96368mvngr,
|
||||
|
|
|
@ -99,7 +99,7 @@
|
|||
static struct b53_platform_data WAP5813n_b53_pdata = {
|
||||
.alias = "eth0",
|
||||
};
|
||||
@@ -5129,6 +5221,7 @@ static const struct board_info __initcon
|
||||
@@ -5147,6 +5239,7 @@ static const struct board_info __initcon
|
||||
&board_96368mvwg,
|
||||
&board_96368mvngr,
|
||||
&board_VR3025u,
|
||||
|
|
|
@ -90,7 +90,7 @@
|
|||
static struct board_info __initdata board_VR3025u = {
|
||||
.name = "96368M-1541N",
|
||||
.expected_cpu_id = 0x6368,
|
||||
@@ -5220,6 +5303,7 @@ static const struct board_info __initcon
|
||||
@@ -5238,6 +5321,7 @@ static const struct board_info __initcon
|
||||
#ifdef CONFIG_BCM63XX_CPU_6368
|
||||
&board_96368mvwg,
|
||||
&board_96368mvngr,
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
static struct board_info __initdata board_HW553 = {
|
||||
.name = "HW553",
|
||||
.expected_cpu_id = 0x6358,
|
||||
@@ -5286,6 +5329,7 @@ static const struct board_info __initcon
|
||||
@@ -5304,6 +5347,7 @@ static const struct board_info __initcon
|
||||
&board_nb4_fxc_r1,
|
||||
&board_nb4_fxc_r2,
|
||||
&board_ct6373_1,
|
||||
|
|
|
@ -89,7 +89,7 @@
|
|||
static struct board_info __initdata board_A4001N1 = {
|
||||
.name = "963281T_TEF",
|
||||
.expected_cpu_id = 0x6328,
|
||||
@@ -5277,6 +5359,7 @@ static const struct board_info __initcon
|
||||
@@ -5295,6 +5377,7 @@ static const struct board_info __initcon
|
||||
&board_AR5381u,
|
||||
&board_AR5387un,
|
||||
&board_963281TAN,
|
||||
|
|
|
@ -142,7 +142,7 @@
|
|||
#endif
|
||||
|
||||
/*
|
||||
@@ -5353,6 +5488,7 @@ static const struct board_info __initcon
|
||||
@@ -5371,6 +5506,7 @@ static const struct board_info __initcon
|
||||
#ifdef CONFIG_BCM63XX_CPU_6318
|
||||
&board_96318ref,
|
||||
&board_96318ref_p300,
|
||||
|
|
Loading…
Reference in New Issue