aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/qca9556_mikrotik_routerboard-wap-g-5hact2hnd.dts
diff options
context:
space:
mode:
authorThibaut VARÈNE <hacks@slashdirt.org>2020-03-21 13:07:23 +0100
committerKoen Vandeputte <koen.vandeputte@ncentric.com>2020-05-08 15:17:17 +0200
commit8f90dbfd1ff0b0c67a11d3960ca3c2b4384c4abc (patch)
tree690552d13bfd9e4962957108dd1b7e861805bd48 /target/linux/ath79/dts/qca9556_mikrotik_routerboard-wap-g-5hact2hnd.dts
parentc8b2ad41857dab598f38d49bc73622f5fb143521 (diff)
downloadupstream-8f90dbfd1ff0b0c67a11d3960ca3c2b4384c4abc.tar.gz
upstream-8f90dbfd1ff0b0c67a11d3960ca3c2b4384c4abc.tar.bz2
upstream-8f90dbfd1ff0b0c67a11d3960ca3c2b4384c4abc.zip
ath79/mikrotik: use routerbootpart partitions
Enable routerbootpart partitions on MikroTik devices. Tested-by: Roger Pueyo Centelles <roger.pueyo@guifi.net> Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
Diffstat (limited to 'target/linux/ath79/dts/qca9556_mikrotik_routerboard-wap-g-5hact2hnd.dts')
-rw-r--r--target/linux/ath79/dts/qca9556_mikrotik_routerboard-wap-g-5hact2hnd.dts18
1 files changed, 7 insertions, 11 deletions
diff --git a/target/linux/ath79/dts/qca9556_mikrotik_routerboard-wap-g-5hact2hnd.dts b/target/linux/ath79/dts/qca9556_mikrotik_routerboard-wap-g-5hact2hnd.dts
index 74cf1315b6..a0190760fb 100644
--- a/target/linux/ath79/dts/qca9556_mikrotik_routerboard-wap-g-5hact2hnd.dts
+++ b/target/linux/ath79/dts/qca9556_mikrotik_routerboard-wap-g-5hact2hnd.dts
@@ -84,37 +84,33 @@
label = "RouterBoot";
reg = <0x0 0x20000>;
read-only;
- compatible = "fixed-partitions";
+ compatible = "mikrotik,routerboot-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "bootloader1";
- reg = <0x0 0xe000>;
+ reg = <0x0 0x0>;
read-only;
};
- hard_config: partition@e000 {
- label = "hard_config";
- reg = <0xe000 0x1000>;
+ hard_config: hard_config {
read-only;
};
- partition@f000 {
- label = "bios";
- reg = <0xf000 0x1000>;
+ bios {
+ size = <0x1000>;
read-only;
};
partition@10000 {
label = "bootloader2";
- reg = <0x10000 0xf000>;
+ reg = <0x10000 0x0>;
read-only;
};
- partition@1f000 {
+ soft_config {
label = "soft_config";
- reg = <0x1f000 0x1000>;
};
};