Commit cb2633ee authored by Frank Li's avatar Frank Li Committed by Shawn Guo
Browse files

arm64: dts: fsl-ls1088a-ten64: change to low case hex value



Change to low case for hex value to fix below warning:

arch/arm64/boot/dts/freescale/fsl-ls1088a-ten64.dtb: flash@0:
    partitions: Unevaluated properties are not allowed ('partition@5C0000' was unexpected)

Signed-off-by: default avatarFrank Li <Frank.Li@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 5c7a868e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -323,9 +323,9 @@ partition@580000 {
				reg = <0x580000 0x40000>;
			};

			partition@5C0000 {
			partition@5c0000 {
				label = "dpc";
				reg = <0x5C0000 0x40000>;
				reg = <0x5c0000 0x40000>;
			};

			partition@600000 {