Re: [RESEND PATCH v5 4/6] riscv: Setup reserved-memory node for FU540

2020-04-18 Thread Bin Meng
On Sat, Apr 18, 2020 at 2:10 PM Atish Patra wrote: > > FU540 uses OF_SEPARATE instead of OF_PRIOR. Should be OF_PRIOR_STAGE > > Enable OF_BOARD_FIXUP to update the DT with reserved-memory node. > > Signed-off-by: Atish Patra > --- > arch/riscv/lib/fdt_fixup.c | 15 +++ > config

[RESEND PATCH v5 4/6] riscv: Setup reserved-memory node for FU540

2020-04-17 Thread Atish Patra
FU540 uses OF_SEPARATE instead of OF_PRIOR. Enable OF_BOARD_FIXUP to update the DT with reserved-memory node. Signed-off-by: Atish Patra --- arch/riscv/lib/fdt_fixup.c | 15 +++ configs/sifive_fu540_defconfig | 1 + 2 files changed, 16 insertions(+) diff --git a/arch/riscv/lib