[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210217111944.1416-5-martin.kepplinger@puri.sm>
Date: Wed, 17 Feb 2021 12:19:43 +0100
From: Martin Kepplinger <martin.kepplinger@...i.sm>
To: robh@...nel.org, shawnguo@...nel.org, festevam@...il.com
Cc: kernel@...gutronix.de, linux-imx@....com, krzk@...nel.org,
kernel@...i.sm, devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
Angus Ainslie <angus@...ea.ca>,
Martin Kepplinger <martin.kepplinger@...i.sm>
Subject: [PATCH v2 4/5] arm64: dts: librem5: protect some partitions of the nor-flash
From: Angus Ainslie <angus@...ea.ca>
These sections should be read only as they contain important data.
Signed-off-by: Angus Ainslie <angus@...ea.ca>
Signed-off-by: Martin Kepplinger <martin.kepplinger@...i.sm>
---
.../arm64/boot/dts/freescale/imx8mq-librem5.dtsi | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi b/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi
index c2bbbdeb93e3..3c0462f81b3a 100644
--- a/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi
@@ -258,6 +258,22 @@
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <1000000>;
+ #address-cells = <1>;
+ #size-cells = <1>;
+ partition@0 {
+ label = "protected0";
+ reg = <0x00000000 0x00030000>;
+ read-only;
+ };
+ partition@...00 {
+ label = "protected1";
+ reg = <0x00030000 0x00010000>;
+ read-only;
+ };
+ partition@...00 {
+ label = "rw";
+ reg = <0x00040000 0x001C0000>;
+ };
};
};
--
2.20.1
Powered by blists - more mailing lists