]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: fsl-ls1088a-ten64: change to low case hex value
authorFrank Li <Frank.Li@nxp.com>
Mon, 19 Aug 2024 17:01:19 +0000 (13:01 -0400)
committerShawn Guo <shawnguo@kernel.org>
Wed, 4 Sep 2024 09:36:21 +0000 (17:36 +0800)
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: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-ls1088a-ten64.dts

index d4867d6cf47cdc79a8a8ebf507b96e7e0683717d..bea9e8bcafc470738a0a97e8c2ccefd20fc79241 100644 (file)
                                reg = <0x580000 0x40000>;
                        };
 
-                       partition@5C0000 {
+                       partition@5c0000 {
                                label = "dpc";
-                               reg = <0x5C0000 0x40000>;
+                               reg = <0x5c0000 0x40000>;
                        };
 
                        partition@600000 {