[PATCH 2/2] drm: mali-dp: Check for sufficient address space

2017-01-23 Thread Mihail Atanassov
If the device-tree 'reg' node doesn't reserve enough space for the DP, fail to bind. Reviewed-by: Brian Starkey Signed-off-by: Mihail Atanassov --- drivers/gpu/drm/arm/malidp_drv.c | 20 drivers/gpu/drm/arm/malidp_regs.h | 2 ++ 2 files changed, 22 insertions(+) diff --g

Re: [PATCH 2/2] drm: mali-dp: Check for sufficient address space

2017-01-23 Thread Liviu Dudau
On Mon, Jan 23, 2017 at 01:46:42PM +, Mihail Atanassov wrote: > If the device-tree 'reg' node doesn't reserve enough > space for the DP, fail to bind. > > Reviewed-by: Brian Starkey > Signed-off-by: Mihail Atanassov > --- > drivers/gpu/drm/arm/malidp_drv.c | 20 > driv