mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-09 22:22:09 -05:00
bcm63xx: vg-8050: switch to bcm-wfi-split
Allows to keep a backup firmware in case active firmware is corrupted. Also fix hsspi address warning. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
parent
b1d375b744
commit
e73c61a978
@ -107,7 +107,7 @@
|
|||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&pinctrl_hsspi_cs5>;
|
pinctrl-0 = <&pinctrl_hsspi_cs5>;
|
||||||
|
|
||||||
switch@0 {
|
switch@5 {
|
||||||
compatible = "brcm,bcm53125";
|
compatible = "brcm,bcm53125";
|
||||||
reg = <5>;
|
reg = <5>;
|
||||||
spi-max-frequency = <781000>;
|
spi-max-frequency = <781000>;
|
||||||
@ -178,16 +178,16 @@
|
|||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
|
|
||||||
cferom@0 {
|
partition@0 {
|
||||||
label = "cferom";
|
label = "cferom";
|
||||||
reg = <0x0000000 0x0020000>;
|
reg = <0x0000000 0x0020000>;
|
||||||
read-only;
|
read-only;
|
||||||
};
|
};
|
||||||
|
|
||||||
wfi@20000 {
|
partition@20000 {
|
||||||
compatible = "brcm,wfi";
|
compatible = "brcm,wfi-split";
|
||||||
label = "wfi";
|
label = "wfi";
|
||||||
reg = <0x0020000 0x7ee0000>;
|
reg = <0x0020000 0x7a80000>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@ -59,7 +59,7 @@ define Device/comtrend_vg-8050
|
|||||||
SUBPAGESIZE := 512
|
SUBPAGESIZE := 512
|
||||||
VID_HDR_OFFSET := 2048
|
VID_HDR_OFFSET := 2048
|
||||||
DEVICE_PACKAGES += $(USB2_PACKAGES)
|
DEVICE_PACKAGES += $(USB2_PACKAGES)
|
||||||
CFE_WFI_VERSION := 0x5731
|
CFE_WFI_VERSION := 0x5732
|
||||||
CFE_WFI_FLASH_TYPE := 3
|
CFE_WFI_FLASH_TYPE := 3
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += comtrend_vg-8050
|
TARGET_DEVICES += comtrend_vg-8050
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user