[PATCH] ath79: add support for Ubiquiti UniFi AP Pro
Adrian Schmutzler
mail at adrianschmutzler.de
Mon Sep 14 11:27:29 EDT 2020
Hi,
> + firmware-partition at 50000 {
Is there a special reason for calling this "firmware-partition"?
> + label = "firmware";
> + reg = <0x50000 0xf60000>;
> + };
> +
> + partition at fb0000 {
> + label = "cfg";
> + reg = <0xfb0000 0x40000>;
> + read-only;
> + };
> +
> + art: partition at f0000 {
Typo: @ff0000
> + label = "art";
> + reg = <0xff0000 0x10000>;
> + read-only;
> + };
> + };
> + };
> +};
> +
> +&pcie {
> + status = "okay";
> +
> + wifi at 0,0 {
> + compatible = "pci168c,0033";
> + reg = <0 0 0 0 0>;
> + qca,no-eeprom;
> + };
> +};
> +
> +&wmac {
> + status = "okay";
> + mtd-cal-data = <&art 0x1000>;
I'd like an empty line after status here.
[...]
> + IMAGES := sysupgrade.bin factory.bin
> + IMAGE/sysupgrade.bin := append-kernel | pad-to $$$$(KERNEL_SIZE) |
> append-rootfs |\
> + pad-rootfs | append-metadata | check-size $$$$(IMAGE_SIZE)
check-size can be used without argument now. (But watch out during backporting ...).
Best
Adrian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: openpgp-digital-signature.asc
Type: application/pgp-signature
Size: 834 bytes
Desc: not available
URL: <http://lists.openwrt.org/pipermail/openwrt-devel/attachments/20200914/e744f70a/attachment.sig>
More information about the openwrt-devel
mailing list