arm64: dts: socfpga: n5x/stratix10: fix dtbs_check warning for partitions
authorDinh Nguyen <dinguyen@kernel.org>
Fri, 23 Jun 2023 05:38:12 +0000 (00:38 -0500)
committerDinh Nguyen <dinguyen@kernel.org>
Mon, 10 Jul 2023 14:56:14 +0000 (09:56 -0500)
flash@0: partitions: Unevaluated properties are not allowed
('partition@3FE0000' was unexpected)

Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
arch/arm64/boot/dts/altera/socfpga_stratix10_socdk_nand.dts
arch/arm64/boot/dts/intel/socfpga_n5x_socdk.dts

index 12beed7e7769a3da3ba1a3d6071ef7bf698d08b7..bd6f78e0fe2f79a476004a35f17eefbb25b5f538 100644 (file)
        status = "okay";
 
        flash@0 {
+               reg = <0>;
                #address-cells = <1>;
                #size-cells = <1>;
-               reg = <0>;
                nand-bus-width = <16>;
 
                partition@0 {
                                reg = <0x0 0x03FE0000>;
                        };
 
-                       qspi_rootfs: partition@3FE0000 {
+                       qspi_rootfs: partition@3fe0000 {
                                label = "Root Filesystem - JFFS2";
                                reg = <0x03FE0000 0x0C020000>;
                        };
index b3325d72ae1f30587fab0123082c3d98d41a98c0..5ddfdff37c25c08dd44a082f16af0a221c8d794a 100644 (file)
                                reg = <0x0 0x03FE0000>;
                        };
 
-                       qspi_rootfs: partition@3FE0000 {
+                       qspi_rootfs: partition@3fe0000 {
                                label = "Root Filesystem - JFFS2";
                                reg = <0x03FE0000 0x0C020000>;
                        };