[PATCH 2/6] arm64: xilinx: Use lower case for partition address
Laurent Pinchart
laurent.pinchart at ideasonboard.com
Mon Sep 18 07:58:29 PDT 2023
Hi Michal,
Thank you for the patch.
On Mon, Sep 18, 2023 at 02:41:13PM +0200, Michal Simek wrote:
> Lower case should be used for register address.
> Issue is reported as:
> flash at 0: partitions: Unevaluated properties are not allowed
> ('partition at 22A0000' was unexpected)
>
> Signed-off-by: Michal Simek <michal.simek at amd.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
> ---
>
> arch/arm64/boot/dts/xilinx/zynqmp-sm-k26-revA.dts | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/xilinx/zynqmp-sm-k26-revA.dts b/arch/arm64/boot/dts/xilinx/zynqmp-sm-k26-revA.dts
> index c4774a42d5fc..157dcb4a27a8 100644
> --- a/arch/arm64/boot/dts/xilinx/zynqmp-sm-k26-revA.dts
> +++ b/arch/arm64/boot/dts/xilinx/zynqmp-sm-k26-revA.dts
> @@ -222,9 +222,9 @@ partition at 2280000 {
> label = "Secure OS Storage";
> reg = <0x2280000 0x20000>; /* 128KB */
> };
> - partition at 22A0000 {
> + partition at 22a0000 {
> label = "User";
> - reg = <0x22A0000 0x1d60000>; /* 29.375 MB */
> + reg = <0x22a0000 0x1d60000>; /* 29.375 MB */
> };
> };
> };
--
Regards,
Laurent Pinchart
More information about the linux-arm-kernel
mailing list