Re: [PATCH] drm: atmel-hlcdc: add support for sama5d2 SoCs

2015-10-09 Thread Boris Brezillon
Hi Nicolas, Sorry for the late reply. On Wed, 9 Sep 2015 15:47:15 +0200 Nicolas Ferre wrote: > As the hardware description for this chip is the same as the sama5d4, we use > this SoC structures for layers and DC descriptions. Thus only 2 lines are > added > to the atmel_hlcdc_of_match table. >

[PATCH] drm: atmel-hlcdc: add support for sama5d2 SoCs

2015-09-09 Thread Nicolas Ferre
As the hardware description for this chip is the same as the sama5d4, we use this SoC structures for layers and DC descriptions. Thus only 2 lines are added to the atmel_hlcdc_of_match table. The compatible string is already documented in the parent MFD driver's binding. Signed-off-by: Nicolas Fer