Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

arm64: dts: socfpga: n5x/stratix10: fix dtbs_check warning for partitions

flash@0: partitions: Unevaluated properties are not allowed
('partition@3FE0000' was unexpected)

Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>

+3 -3
+2 -2
arch/arm64/boot/dts/altera/socfpga_stratix10_socdk_nand.dts
··· 103 103 status = "okay"; 104 104 105 105 flash@0 { 106 + reg = <0>; 106 107 #address-cells = <1>; 107 108 #size-cells = <1>; 108 - reg = <0>; 109 109 nand-bus-width = <16>; 110 110 111 111 partition@0 { ··· 194 194 reg = <0x0 0x03FE0000>; 195 195 }; 196 196 197 - qspi_rootfs: partition@3FE0000 { 197 + qspi_rootfs: partition@3fe0000 { 198 198 label = "Root Filesystem - JFFS2"; 199 199 reg = <0x03FE0000 0x0C020000>; 200 200 };
+1 -1
arch/arm64/boot/dts/intel/socfpga_n5x_socdk.dts
··· 109 109 reg = <0x0 0x03FE0000>; 110 110 }; 111 111 112 - qspi_rootfs: partition@3FE0000 { 112 + qspi_rootfs: partition@3fe0000 { 113 113 label = "Root Filesystem - JFFS2"; 114 114 reg = <0x03FE0000 0x0C020000>; 115 115 };