Re: [PATCH v2 1/2] ARM: socfpga: Fix SDRAM firewall init

2022-11-02 Thread Sascha Hauer
On Tue, Nov 01, 2022 at 11:33:26AM +0100, Vyacheslav Yurkov wrote: > From: Vyacheslav Yurkov > > Incorrect enable bits were used in initialization sequence of SDRAM > firewall. This enables the FPGA to access regions of SDRAM, which were > previously inaccessible. > > Signed-off-by: Vyacheslav

[PATCH v2 1/2] ARM: socfpga: Fix SDRAM firewall init

2022-11-01 Thread Vyacheslav Yurkov
From: Vyacheslav Yurkov Incorrect enable bits were used in initialization sequence of SDRAM firewall. This enables the FPGA to access regions of SDRAM, which were previously inaccessible. Signed-off-by: Vyacheslav Yurkov --- arch/arm/mach-socfpga/arria10-sdram.c | 6 +++--- 1 file changed, 3