ramips: let the "reserved" MTD partition be RO for R6220
authorEnrico Mioso <mrkiko.rs@gmail.com>
Tue, 30 May 2017 09:04:06 +0000 (11:04 +0200)
committerJohn Crispin <john@phrozen.org>
Wed, 31 May 2017 06:45:02 +0000 (08:45 +0200)
The "reserved" partition should probably be read-only, just in case. Even
not knowing it's content, other devices have marked it as such, so it
seems a good idea to do so also for this device.

Signed-off-by: Enrico Mioso <mrkiko.rs@gmail.com>
CC: Mathias Kresin <dev@kresin.me>
CC: Hanqing Wong <hquu@outlook.com>
target/linux/ramips/dts/R6220.dts

index 72c6fc7d5a4c0b3e358b233159b9e3c720a116d5..eb9f3c4a2567762ac08ce026c921b581faaa51b3 100644 (file)
        partition@4200000 {
                label = "reserved";
                reg = <0x4200000 0x3c00000>;
+               read-only;
        };
 };