ath79: add certificates partition for indio device

Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
John Crispin
2021-10-05 16:38:32 +02:00
parent 406dad6604
commit ec0d693d12

View File

@@ -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 <rohan.nathi@indionetworks.com>
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 <rohan.nathi@indionetworks.com>
---
.../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 {