[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20210217115248.7t5b64jorzfzbd7h@kozik-lap>
Date: Wed, 17 Feb 2021 12:52:48 +0100
From: Krzysztof Kozlowski <krzk@...nel.org>
To: Martin Kepplinger <martin.kepplinger@...i.sm>
Cc: robh@...nel.org, shawnguo@...nel.org, festevam@...il.com,
kernel@...gutronix.de, linux-imx@....com, kernel@...i.sm,
devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org, Angus Ainslie <angus@...ea.ca>
Subject: Re: [PATCH v2 4/5] arm64: dts: librem5: protect some partitions of
the nor-flash
On Wed, Feb 17, 2021 at 12:19:43PM +0100, Martin Kepplinger wrote:
> 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>;
Still a line break here is needed.
> + partition@0 {
> + label = "protected0";
> + reg = <0x00000000 0x00030000>;
> + read-only;
> + };
> + partition@...00 {
> + label = "protected1";
> + reg = <0x00030000 0x00010000>;
Drop the leading 0 in address and size. I saw some DTS using it but it's
not the common format. All nodes don't lead with 0 so why partitions are
different?
Best regards,
Krzysztof
Powered by blists - more mailing lists