[PATCH 04/14] arm64: xilinx: Use lower case for partition address
Michal Simek
michal.simek at amd.com
Fri Sep 22 12:35:33 CEST 2023
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>
---
arch/arm/dts/zynqmp-sm-k26-revA.dts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/dts/zynqmp-sm-k26-revA.dts b/arch/arm/dts/zynqmp-sm-k26-revA.dts
index 47e8e747ba36..1d62c48e062e 100644
--- a/arch/arm/dts/zynqmp-sm-k26-revA.dts
+++ b/arch/arm/dts/zynqmp-sm-k26-revA.dts
@@ -233,9 +233,9 @@
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 */
};
};
};
--
2.36.1
More information about the U-Boot
mailing list