Re: [PATCH v3 1/4] xlnx_dp: fix the wrong register size

2022-06-01 Thread Alistair Francis
On Thu, Jun 2, 2022 at 3:26 AM wrote: > > From: Frederic Konrad > > The core and the vblend registers size are wrong, they should respectively be > 0x3B0 and 0x1E0 according to: > > https://www.xilinx.com/htmldocs/registers/ug1087/ug1087-zynq-ultrascale-registers.html. > > Let's fix that and u

[PATCH v3 1/4] xlnx_dp: fix the wrong register size

2022-06-01 Thread frederic.konrad
From: Frederic Konrad The core and the vblend registers size are wrong, they should respectively be 0x3B0 and 0x1E0 according to: https://www.xilinx.com/htmldocs/registers/ug1087/ug1087-zynq-ultrascale-registers.html. Let's fix that and use macros when creating the mmio region. Fixes: 58ac48