summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi
diff options
context:
space:
mode:
authorAngus Ainslie <angus@akkea.ca>2022-02-28 14:12:21 +0100
committerShawn Guo <shawnguo@kernel.org>2022-04-08 18:40:52 +0800
commitc3e9d4547a9e15b56c2ceefa54ec04057b3276eb (patch)
treee05bf9ca707f05a0d8c88a645909d415e241c15b /arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi
parent2bf475ce12e6a67b971045f3ed53494bbcbf0b65 (diff)
arm64: dts: imx8mq-librem5: add a RO firmware partition
This partition will hold a squashfs firmware jail. Only one read-only partition is needed. Signed-off-by: Angus Ainslie <angus@akkea.ca> Signed-off-by: Martin Kepplinger <martin.kepplinger@puri.sm> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi')
-rw-r--r--arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi9
1 files changed, 2 insertions, 7 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi b/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi
index a0c8191bd33c..587e55aaa57b 100644
--- a/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi
@@ -325,15 +325,10 @@
};
partition@30000 {
- label = "protected1";
- reg = <0x30000 0x10000>;
+ label = "firmware";
+ reg = <0x30000 0x1d0000>;
read-only;
};
-
- partition@40000 {
- label = "rw";
- reg = <0x40000 0x1C0000>;
- };
};
};