Skip to content

Commit 774acd5

Browse files
author
Dinh Nguyen
committed
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>
1 parent e141277 commit 774acd5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

arch/arm64/boot/dts/altera/socfpga_stratix10_socdk_nand.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@
103103
status = "okay";
104104

105105
flash@0 {
106+
reg = <0>;
106107
#address-cells = <1>;
107108
#size-cells = <1>;
108-
reg = <0>;
109109
nand-bus-width = <16>;
110110

111111
partition@0 {
@@ -194,7 +194,7 @@
194194
reg = <0x0 0x03FE0000>;
195195
};
196196

197-
qspi_rootfs: partition@3FE0000 {
197+
qspi_rootfs: partition@3fe0000 {
198198
label = "Root Filesystem - JFFS2";
199199
reg = <0x03FE0000 0x0C020000>;
200200
};

arch/arm64/boot/dts/intel/socfpga_n5x_socdk.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
reg = <0x0 0x03FE0000>;
110110
};
111111

112-
qspi_rootfs: partition@3FE0000 {
112+
qspi_rootfs: partition@3fe0000 {
113113
label = "Root Filesystem - JFFS2";
114114
reg = <0x03FE0000 0x0C020000>;
115115
};

0 commit comments

Comments
 (0)