ath79: mikrotik: add rw soft_config to extra devices
authorJohn Thomson <git@johnthomson.fastmail.com.au>
Tue, 17 May 2022 23:23:14 +0000 (09:23 +1000)
committerKoen Vandeputte <koen.vandeputte@ncentric.com>
Thu, 30 Jun 2022 08:05:24 +0000 (10:05 +0200)
Linux MTD requires the parent partition be writable for a child
partition to be allowed write permission.

Signed-off-by: John Thomson <git@johnthomson.fastmail.com.au>
(cherry picked from commit 86fb287ad564e344d9630d8235104da144406d08)

target/linux/ath79/dts/ar9344_mikrotik_routerboard-16m-nor.dtsi
target/linux/ath79/dts/qca9558_mikrotik_routerboard-96x.dtsi

index 4bf0731b1afea8bc72e178ee4b207de380a0df4e..840bc3b436ed0758a0fcae5a121b84a74bc61d4e 100644 (file)
@@ -18,7 +18,6 @@
                        partition@0 {
                                label = "RouterBoot";
                                reg = <0x0 0x20000>;
-                               read-only;
                                compatible = "mikrotik,routerboot-partitions";
                                #address-cells = <1>;
                                #size-cells = <1>;
index e1de96e40cb2ffbfe4ebce28c03125be3c3ffaad..3cfc40cd86cef11fd99095114e9652942edc0084 100644 (file)
@@ -88,7 +88,6 @@
                        partition@0 {
                                label = "RouterBoot";
                                reg = <0x0 0x20000>;
-                               read-only;
                                compatible = "mikrotik,routerboot-partitions";
                                #address-cells = <1>;
                                #size-cells = <1>;