[PATCH v2 10/12] arm64: dts: fsl-ls1088a-ten64: change to low case hex value
Frank Li
Frank.Li at nxp.com
Mon Aug 19 10:01:19 PDT 2024
Change to low case for hex value to fix below warning:
arch/arm64/boot/dts/freescale/fsl-ls1088a-ten64.dtb: flash at 0:
partitions: Unevaluated properties are not allowed ('partition at 5C0000' was unexpected)
Signed-off-by: Frank Li <Frank.Li at nxp.com>
---
arch/arm64/boot/dts/freescale/fsl-ls1088a-ten64.dts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1088a-ten64.dts b/arch/arm64/boot/dts/freescale/fsl-ls1088a-ten64.dts
index 57f2082143c8a..bc0d89427fbe5 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1088a-ten64.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1088a-ten64.dts
@@ -323,9 +323,9 @@ partition at 580000 {
reg = <0x580000 0x40000>;
};
- partition at 5C0000 {
+ partition at 5c0000 {
label = "dpc";
- reg = <0x5C0000 0x40000>;
+ reg = <0x5c0000 0x40000>;
};
partition at 600000 {
--
2.34.1
More information about the linux-arm-kernel
mailing list