From ec0d693d1223740667b9b2667dc6fbacc0bd5d15 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 5 Oct 2021 16:38:32 +0200 Subject: [PATCH] ath79: add certificates partition for indio device Signed-off-by: John Crispin --- ...25-ath79-add-Support-for-Indio-305AC.patch | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/patches/0025-ath79-add-Support-for-Indio-305AC.patch b/patches/0025-ath79-add-Support-for-Indio-305AC.patch index 23a4bdac2..f531f060b 100644 --- a/patches/0025-ath79-add-Support-for-Indio-305AC.patch +++ b/patches/0025-ath79-add-Support-for-Indio-305AC.patch @@ -1,22 +1,22 @@ -From da01b2ec475761de8ac92045329483f8a9cf7438 Mon Sep 17 00:00:00 2001 +From bd7e19e3cc30bda8d0b0ae6f3d0c44425c6b7541 Mon Sep 17 00:00:00 2001 From: Rohan Nathi Date: Thu, 24 Jun 2021 13:48:45 +0000 -Subject: [PATCH 25/43] ath79: add Support for Indio 305AC +Subject: [PATCH 01/22] ath79: add Support for Indio 305AC Signed-off-by: Rohan Nathi --- - .../ath79/dts/qca9531_indio_um-305ac.dts | 116 ++++++++++++++++++ + .../ath79/dts/qca9531_indio_um-305ac.dts | 121 ++++++++++++++++++ .../etc/hotplug.d/firmware/11-ath10k-caldata | 1 + target/linux/ath79/image/generic.mk | 11 ++ - 3 files changed, 128 insertions(+) + 3 files changed, 133 insertions(+) create mode 100755 target/linux/ath79/dts/qca9531_indio_um-305ac.dts diff --git a/target/linux/ath79/dts/qca9531_indio_um-305ac.dts b/target/linux/ath79/dts/qca9531_indio_um-305ac.dts new file mode 100755 -index 0000000000..763fdcefa8 +index 0000000000..3952c4ad2c --- /dev/null +++ b/target/linux/ath79/dts/qca9531_indio_um-305ac.dts -@@ -0,0 +1,116 @@ +@@ -0,0 +1,121 @@ +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT + +#include "qca953x.dtsi" @@ -100,7 +100,12 @@ index 0000000000..763fdcefa8 + partition@50000 { + compatible = "denx,uimage"; + label = "firmware"; -+ reg = <0x050000 0xfa0000>; ++ reg = <0x050000 0xf90000>; ++ }; ++ ++ partition@fe0000 { ++ label = "certificates"; ++ reg = <0xfe0000 0x010000>; + }; + + art: partition@ff0000 {