arm64: dts: stratix10/agilex/n5x: fix dtbs_check warning for memory node

Although, we expect the bootloader to full memory details but passing empty
values can give warning, so add a default value.

memory: False schema does not allow {'device_type': ['memory'], 'reg': [[0, 0, 0, 0]]}

Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
This commit is contained in:
Dinh Nguyen 2023-06-25 14:12:56 -05:00
parent 5dad11fa36
commit b2c62c3956
7 changed files with 13 additions and 13 deletions

View File

@ -38,10 +38,10 @@
};
};
memory {
memory@80000000 {
device_type = "memory";
/* We expect the bootloader to fill in the reg */
reg = <0 0 0 0>;
reg = <0 0x80000000 0 0>;
};
ref_033v: regulator-v-ref {

View File

@ -38,10 +38,10 @@
};
};
memory {
memory@80000000 {
device_type = "memory";
/* We expect the bootloader to fill in the reg */
reg = <0 0 0 0>;
reg = <0 0x80000000 0 0>;
};
ref_033v: regulator-v-ref {

View File

@ -29,7 +29,7 @@
linux,initrd-end = <0x125c8324>;
};
memory {
memory@80000000 {
device_type = "memory";
reg = <0x0 0x0 0x0 0x80000000>;
};

View File

@ -20,10 +20,10 @@
stdout-path = "serial0:115200n8";
};
memory@0 {
memory@80000000 {
device_type = "memory";
/* We expect the bootloader to fill in the reg */
reg = <0 0 0 0>;
reg = <0 0x80000000 0 0>;
};
soc {

View File

@ -37,10 +37,10 @@
};
};
memory {
memory@80000000 {
device_type = "memory";
/* We expect the bootloader to fill in the reg */
reg = <0 0 0 0>;
reg = <0 0x80000000 0 0>;
};
};

View File

@ -37,10 +37,10 @@
};
};
memory {
memory@80000000 {
device_type = "memory";
/* We expect the bootloader to fill in the reg */
reg = <0 0 0 0>;
reg = <0 0x80000000 0 0>;
};
};

View File

@ -19,10 +19,10 @@
stdout-path = "serial0:115200n8";
};
memory {
memory@80000000 {
device_type = "memory";
/* We expect the bootloader to fill in the reg */
reg = <0 0 0 0>;
reg = <0 0x80000000 0 0>;
};
soc {