Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753798AbbHOAN6 (ORCPT ); Fri, 14 Aug 2015 20:13:58 -0400 Received: from mail-ob0-f173.google.com ([209.85.214.173]:32776 "EHLO mail-ob0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751524AbbHOAN4 (ORCPT ); Fri, 14 Aug 2015 20:13:56 -0400 MIME-Version: 1.0 In-Reply-To: <20150813122312.GC11095@ulmo> References: <1438158605-28248-1-git-send-email-jianwei.wang.chn@gmail.com> <1438158605-28248-4-git-send-email-jianwei.wang.chn@gmail.com> <20150813122312.GC11095@ulmo> From: Jianwei Wang Date: Fri, 14 Aug 2015 20:13:36 -0400 Message-ID: Subject: Re: [PATCH v14 3/6] drm/panel: simple: Add support for NEC NL4827HC19-05B 480x272 panel To: Thierry Reding Cc: dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, airlied@linux.ie, Daniel Vetter , =?UTF-8?B?5aea5pm65oOF?= , scottwood@freescale.com, Shawn Guo , Alison Wang , Xiubo Li Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1569 Lines: 40 On Thu, Aug 13, 2015 at 8:23 AM, Thierry Reding wrote: > On Wed, Jul 29, 2015 at 04:30:02PM +0800, Jianwei Wang wrote: >> This adds support for the NEC NL4827HC19-05B 480x272 panel to the DRM >> simple panel driver. >> >> Signed-off-by: Alison Wang >> Signed-off-by: Xiubo Li >> Signed-off-by: Jianwei Wang >> Acked-by: Daniel Vetter >> --- >> .../bindings/panel/nec,nl4827hc19_05b.txt | 7 ++++++ >> drivers/gpu/drm/panel/panel-simple.c | 26 ++++++++++++++++++++++ >> 2 files changed, 33 insertions(+) >> create mode 100644 Documentation/devicetree/bindings/panel/nec,nl4827hc19_05b.txt >> >> diff --git a/Documentation/devicetree/bindings/panel/nec,nl4827hc19_05b.txt b/Documentation/devicetree/bindings/panel/nec,nl4827hc19_05b.txt >> new file mode 100644 >> index 0000000..20e9473 >> --- /dev/null >> +++ b/Documentation/devicetree/bindings/panel/nec,nl4827hc19_05b.txt >> @@ -0,0 +1,7 @@ >> +NEC LCD Technologies,Ltd. WQVGA TFT LCD panel >> + >> +Required properties: >> +- compatible: should be "nec,nl4827hc19_05b" > > Underscores are deprecated in compatible strings, so I've applied this > with "nec,nl4827hc19-05b". > > Thierry Okay, thanks. Jianwei -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/