diff mbox series

[OpenWrt-Devel] ath79: fix merge/rebase omission for GL-AR300M16 and GL-AR300M-Lite

Message ID 20191115165143.10187-1-lede@allycomm.com
State Accepted
Headers show
Series [OpenWrt-Devel] ath79: fix merge/rebase omission for GL-AR300M16 and GL-AR300M-Lite | expand

Commit Message

Jeff Kletsky Nov. 15, 2019, 4:51 p.m. UTC
From: Jeff Kletsky <git-commits@allycomm.com>

Introduction of the ath79/nand images for the GL-AR300M series
resulted in a non-bootable set of partition names for the
ath79/generic kernels for the GL-AR300M16 and GL-AR300M-Lite.

Signed-off-by: Jeff Kletsky <git-commits@allycomm.com>
---
 target/linux/ath79/dts/qca9531_glinet_gl-ar300m-lite.dts | 5 +++++
 target/linux/ath79/dts/qca9531_glinet_gl-ar300m16.dts    | 5 +++++
 2 files changed, 10 insertions(+)
diff mbox series

Patch

diff --git a/target/linux/ath79/dts/qca9531_glinet_gl-ar300m-lite.dts b/target/linux/ath79/dts/qca9531_glinet_gl-ar300m-lite.dts
index ed00cdb585..0eeda5c3c9 100644
--- a/target/linux/ath79/dts/qca9531_glinet_gl-ar300m-lite.dts
+++ b/target/linux/ath79/dts/qca9531_glinet_gl-ar300m-lite.dts
@@ -11,6 +11,11 @@ 
 
 /delete-node/ &nand_flash;
 
+&nor_firmware {
+	compatible = "denx,uimage";
+	label = "firmware";
+};
+
 // "Disable" unpopulated GMAC1
 
 &eth1 {
diff --git a/target/linux/ath79/dts/qca9531_glinet_gl-ar300m16.dts b/target/linux/ath79/dts/qca9531_glinet_gl-ar300m16.dts
index ad491286ec..328b667f7b 100644
--- a/target/linux/ath79/dts/qca9531_glinet_gl-ar300m16.dts
+++ b/target/linux/ath79/dts/qca9531_glinet_gl-ar300m16.dts
@@ -10,3 +10,8 @@ 
 };
 
 /delete-node/ &nand_flash;
+
+&nor_firmware {
+	compatible = "denx,uimage";
+	label = "firmware";
+};