From d8ec6dee49cb1389c2babdbb0bdb9e14d2bbe899 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Thu, 9 May 2019 15:31:05 +0200 Subject: ath79: Add missing read-only properties Add some read-only properties to protect partitions from accidental changes. Also fixed two whitespaces error on the way. Signed-off-by: Adrian Schmutzler --- target/linux/ath79/dts/qca9563_tplink_archer-a7-v5.dts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/linux/ath79/dts/qca9563_tplink_archer-a7-v5.dts') diff --git a/target/linux/ath79/dts/qca9563_tplink_archer-a7-v5.dts b/target/linux/ath79/dts/qca9563_tplink_archer-a7-v5.dts index a9174df4fa..42db1d7a24 100644 --- a/target/linux/ath79/dts/qca9563_tplink_archer-a7-v5.dts +++ b/target/linux/ath79/dts/qca9563_tplink_archer-a7-v5.dts @@ -39,16 +39,19 @@ info: info@f40000 { label = "info"; reg = <0xf40000 0x020000>; + read-only; }; config: config@f60000 { label = "config"; reg = <0xf60000 0x050000>; + read-only; }; partition@fc0000 { label = "partition-table"; reg = <0xfc0000 0x010000>; + read-only; }; art: art@ff0000 { -- cgit v1.2.3