From c56241c052b781243744c00d2a18904381d86895 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= Date: Sun, 9 Dec 2018 14:10:15 +0100 Subject: [PATCH] ramips: mt7621: specify "firmware" partition format for remaining devices MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rafał Miłecki --- target/linux/ramips/dts/RBM11G.dts | 1 + target/linux/ramips/dts/RBM33G.dts | 1 + target/linux/ramips/dts/WF-2881.dts | 1 + target/linux/ramips/dts/WSR-1166.dts | 1 + 4 files changed, 4 insertions(+) diff --git a/target/linux/ramips/dts/RBM11G.dts b/target/linux/ramips/dts/RBM11G.dts index 1288465c37..4c01316495 100644 --- a/target/linux/ramips/dts/RBM11G.dts +++ b/target/linux/ramips/dts/RBM11G.dts @@ -136,6 +136,7 @@ }; partition@40000 { + compatible = "mikrotik,minor"; label = "firmware"; reg = <0x040000 0xFC0000>; }; diff --git a/target/linux/ramips/dts/RBM33G.dts b/target/linux/ramips/dts/RBM33G.dts index beaa9d2696..08c5ab1f38 100644 --- a/target/linux/ramips/dts/RBM33G.dts +++ b/target/linux/ramips/dts/RBM33G.dts @@ -161,6 +161,7 @@ // Region <0x0 0x40000> seems reserved by OEM partition@40000 { + compatible = "mikrotik,minor"; label = "firmware"; reg = <0x040000 0xFC0000>; }; diff --git a/target/linux/ramips/dts/WF-2881.dts b/target/linux/ramips/dts/WF-2881.dts index 5d1781fcf8..aeff06b42b 100644 --- a/target/linux/ramips/dts/WF-2881.dts +++ b/target/linux/ramips/dts/WF-2881.dts @@ -86,6 +86,7 @@ }; partition@140000 { + compatible = "denx,uimage"; label = "firmware"; reg = <0x140000 0x7E40000>; }; diff --git a/target/linux/ramips/dts/WSR-1166.dts b/target/linux/ramips/dts/WSR-1166.dts index 3ab2e600d6..bb05745359 100644 --- a/target/linux/ramips/dts/WSR-1166.dts +++ b/target/linux/ramips/dts/WSR-1166.dts @@ -152,6 +152,7 @@ }; partition@50000 { + compatible = "openwrt,trx"; label = "firmware"; reg = <0x50000 0xf90000>; };