mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 14:42:08 +02:00
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>
This commit is contained in:
parent
e141277e32
commit
774acd59a2
|
|
@ -103,9 +103,9 @@ &nand {
|
|||
status = "okay";
|
||||
|
||||
flash@0 {
|
||||
reg = <0>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
reg = <0>;
|
||||
nand-bus-width = <16>;
|
||||
|
||||
partition@0 {
|
||||
|
|
@ -194,7 +194,7 @@ qspi_boot: partition@0 {
|
|||
reg = <0x0 0x03FE0000>;
|
||||
};
|
||||
|
||||
qspi_rootfs: partition@3FE0000 {
|
||||
qspi_rootfs: partition@3fe0000 {
|
||||
label = "Root Filesystem - JFFS2";
|
||||
reg = <0x03FE0000 0x0C020000>;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -109,7 +109,7 @@ qspi_boot: partition@0 {
|
|||
reg = <0x0 0x03FE0000>;
|
||||
};
|
||||
|
||||
qspi_rootfs: partition@3FE0000 {
|
||||
qspi_rootfs: partition@3fe0000 {
|
||||
label = "Root Filesystem - JFFS2";
|
||||
reg = <0x03FE0000 0x0C020000>;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user