From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751599AbcJAJba (ORCPT ); Sat, 1 Oct 2016 05:31:30 -0400 Received: from arroyo.ext.ti.com ([198.47.19.12]:40691 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751006AbcJAJb1 (ORCPT ); Sat, 1 Oct 2016 05:31:27 -0400 Subject: Re: [PATCH v2] drm: tilcdc: add a da850-specific compatible string To: Bartosz Golaszewski , Jyri Sarha , Tomi Valkeinen , David Airlie , Kevin Hilman , Michael Turquette References: <1475243564-15765-1-git-send-email-bgolaszewski@baylibre.com> CC: LKML , arm-soc , linux-drm From: Sekhar Nori Message-ID: <12dad169-de04-ce7d-0422-94c57074c839@ti.com> Date: Sat, 1 Oct 2016 15:00:56 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <1475243564-15765-1-git-send-email-bgolaszewski@baylibre.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Friday 30 September 2016 07:22 PM, Bartosz Golaszewski wrote: > Due to some potential tweaks for the da850 LCDC (for example: the > required memory bandwith settings) we need a separate compatible > for the IP present on the da850 boards. > > Suggested-by: Sekhar Nori > Signed-off-by: Bartosz Golaszewski > --- > v1 -> v2: > - added the new compatible to the bindings documentation > > Documentation/devicetree/bindings/display/tilcdc/tilcdc.txt | 4 ++-- > drivers/gpu/drm/tilcdc/tilcdc_drv.c | 1 + > 2 files changed, 3 insertions(+), 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/display/tilcdc/tilcdc.txt b/Documentation/devicetree/bindings/display/tilcdc/tilcdc.txt > index a83abd7..33b6e8a 100644 > --- a/Documentation/devicetree/bindings/display/tilcdc/tilcdc.txt > +++ b/Documentation/devicetree/bindings/display/tilcdc/tilcdc.txt > @@ -1,7 +1,7 @@ > Device-Tree bindings for tilcdc DRM driver > > Required properties: > - - compatible: value should be "ti,am33xx-tilcdc". > + - compatible: value should be "ti,am33xx-tilcdc" or "ti,da850-tilcdc". This documentation does not help much :( It should be on the lines of: compatible: value should be "ti,am33xx-tilcdc" for AM335x based boards value should be "ti,da850-tilcdc" for DA850/AM18x/OMAP-L138 based boards There are many existing examples of the way compatible strings are documented. You can take a look at them too. Also, since you are introducing a new device-tree compatible, please keep the devicetree list and maintainers in CC too. I don't think it shows up in get_maintainer.pl, so you will have to remember to do it. Thanks, Sekhar