Commit c3e9d454 authored by Angus Ainslie's avatar Angus Ainslie Committed by Shawn Guo

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: default avatarAngus Ainslie <angus@akkea.ca>
Signed-off-by: default avatarMartin Kepplinger <martin.kepplinger@puri.sm>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 2bf475ce
...@@ -325,15 +325,10 @@ partition@0 { ...@@ -325,15 +325,10 @@ partition@0 {
}; };
partition@30000 { partition@30000 {
label = "protected1"; label = "firmware";
reg = <0x30000 0x10000>; reg = <0x30000 0x1d0000>;
read-only; read-only;
}; };
partition@40000 {
label = "rw";
reg = <0x40000 0x1C0000>;
};
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment