From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752402AbbJIU6G (ORCPT ); Fri, 9 Oct 2015 16:58:06 -0400 Received: from down.free-electrons.com ([37.187.137.238]:38733 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751308AbbJIU6F (ORCPT ); Fri, 9 Oct 2015 16:58:05 -0400 Date: Fri, 9 Oct 2015 22:56:25 +0200 From: Boris Brezillon To: Nicolas Ferre Cc: , , , , Alexandre Belloni , Thierry Reding Subject: Re: [PATCH] drm: atmel-hlcdc: add support for sama5d2 SoCs Message-ID: <20151009225625.7e60def2@bbrezillon> In-Reply-To: <1441806435-12346-1-git-send-email-nicolas.ferre@atmel.com> References: <1441806435-12346-1-git-send-email-nicolas.ferre@atmel.com> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.27; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. > The compatible string is already documented in the parent MFD driver's binding. > > Signed-off-by: Nicolas Ferre Just for the record, since Thierry already applied it in his tree: Acked-by: Boris Brezillon > --- > drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c b/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c > index 8bc62ec407f9..498add1e5e58 100644 > --- a/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c > +++ b/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c > @@ -333,6 +333,10 @@ static const struct of_device_id atmel_hlcdc_of_match[] = { > .data = &atmel_hlcdc_dc_at91sam9x5, > }, > { > + .compatible = "atmel,sama5d2-hlcdc", > + .data = &atmel_hlcdc_dc_sama5d4, > + }, > + { > .compatible = "atmel,sama5d3-hlcdc", > .data = &atmel_hlcdc_dc_sama5d3, > }, -- Boris Brezillon, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com