arm64: dts: stratix10/agilex/n5x: fix dtbs_check warning for memory node
authorDinh Nguyen <dinguyen@kernel.org>
Sun, 25 Jun 2023 19:12:56 +0000 (14:12 -0500)
committerDinh Nguyen <dinguyen@kernel.org>
Mon, 10 Jul 2023 00:45:08 +0000 (19:45 -0500)
commitb2c62c39567ccd3315076c542b73f29e38d50aaa
tree7c6d0585ccb5fe36388f4b8491230fe3113bc194
parent5dad11fa36c088b10dc14688451e1205e2580dc4
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>
arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts
arch/arm64/boot/dts/altera/socfpga_stratix10_socdk_nand.dts
arch/arm64/boot/dts/altera/socfpga_stratix10_swvp.dts
arch/arm64/boot/dts/intel/socfpga_agilex_n6000.dts
arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts
arch/arm64/boot/dts/intel/socfpga_agilex_socdk_nand.dts
arch/arm64/boot/dts/intel/socfpga_n5x_socdk.dts