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: 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>

+13 -13
+2 -2
arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts
··· 38 38 }; 39 39 }; 40 40 41 - memory { 41 + memory@80000000 { 42 42 device_type = "memory"; 43 43 /* We expect the bootloader to fill in the reg */ 44 - reg = <0 0 0 0>; 44 + reg = <0 0x80000000 0 0>; 45 45 }; 46 46 47 47 ref_033v: regulator-v-ref {
+2 -2
arch/arm64/boot/dts/altera/socfpga_stratix10_socdk_nand.dts
··· 38 38 }; 39 39 }; 40 40 41 - memory { 41 + memory@80000000 { 42 42 device_type = "memory"; 43 43 /* We expect the bootloader to fill in the reg */ 44 - reg = <0 0 0 0>; 44 + reg = <0 0x80000000 0 0>; 45 45 }; 46 46 47 47 ref_033v: regulator-v-ref {
+1 -1
arch/arm64/boot/dts/altera/socfpga_stratix10_swvp.dts
··· 29 29 linux,initrd-end = <0x125c8324>; 30 30 }; 31 31 32 - memory { 32 + memory@80000000 { 33 33 device_type = "memory"; 34 34 reg = <0x0 0x0 0x0 0x80000000>; 35 35 };
+2 -2
arch/arm64/boot/dts/intel/socfpga_agilex_n6000.dts
··· 20 20 stdout-path = "serial0:115200n8"; 21 21 }; 22 22 23 - memory@0 { 23 + memory@80000000 { 24 24 device_type = "memory"; 25 25 /* We expect the bootloader to fill in the reg */ 26 - reg = <0 0 0 0>; 26 + reg = <0 0x80000000 0 0>; 27 27 }; 28 28 29 29 soc {
+2 -2
arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts
··· 37 37 }; 38 38 }; 39 39 40 - memory { 40 + memory@80000000 { 41 41 device_type = "memory"; 42 42 /* We expect the bootloader to fill in the reg */ 43 - reg = <0 0 0 0>; 43 + reg = <0 0x80000000 0 0>; 44 44 }; 45 45 }; 46 46
+2 -2
arch/arm64/boot/dts/intel/socfpga_agilex_socdk_nand.dts
··· 37 37 }; 38 38 }; 39 39 40 - memory { 40 + memory@80000000 { 41 41 device_type = "memory"; 42 42 /* We expect the bootloader to fill in the reg */ 43 - reg = <0 0 0 0>; 43 + reg = <0 0x80000000 0 0>; 44 44 }; 45 45 }; 46 46
+2 -2
arch/arm64/boot/dts/intel/socfpga_n5x_socdk.dts
··· 19 19 stdout-path = "serial0:115200n8"; 20 20 }; 21 21 22 - memory { 22 + memory@80000000 { 23 23 device_type = "memory"; 24 24 /* We expect the bootloader to fill in the reg */ 25 - reg = <0 0 0 0>; 25 + reg = <0 0x80000000 0 0>; 26 26 }; 27 27 28 28 soc {