mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-18 05:36:47 +07:00
arm64: dts: ls1046a: add a dummy memory 'reg' property
The memory node in fsl-ls1046a.dtsi has no 'reg' property, and causes the dtc warning below. Warning (unit_address_vs_reg): Node /memory@80000000 has a unit name, but no reg property Let's add a 'reg' property with dummy memory size, since bootloader will need to fill the correct one per board memory configuration anyway. Cc: Mingkai Hu <Mingkai.Hu@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org> Acked-by: Li Yang <leoyang.li@nxp.com>
This commit is contained in:
parent
f81d7af795
commit
80836d3c27
@ -131,6 +131,8 @@ CPU_PH20: cpu-ph20 {
|
|||||||
|
|
||||||
memory@80000000 {
|
memory@80000000 {
|
||||||
device_type = "memory";
|
device_type = "memory";
|
||||||
|
/* Real size will be filled by bootloader */
|
||||||
|
reg = <0x0 0x80000000 0x0 0x0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
sysclk: sysclk {
|
sysclk: sysclk {
|
||||||
|
Loading…
Reference in New Issue
Block a user