From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752421AbbKCA3Q (ORCPT ); Mon, 2 Nov 2015 19:29:16 -0500 Received: from regular2.263xmail.com ([211.157.152.3]:56953 "EHLO regular2.263xmail.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751892AbbKCA3M (ORCPT ); Mon, 2 Nov 2015 19:29:12 -0500 X-263anti-spam: KSV:0;BIG:0;ABS:1;DNS:0;ATT:0;SPF:S; X-MAIL-GRAY: 0 X-MAIL-DELIVERY: 1 X-KSVirus-check: 0 X-ABS-CHECKED: 1 X-SKE-CHECKED: 1 X-ADDR-CHECKED: 0 X-RL-SENDER: zyw@rock-chips.com X-FST-TO: mark.rutland@arm.com X-SENDER-IP: 58.22.7.114 X-LOGIN-NAME: zyw@rock-chips.com X-UNIQUE-TAG: <0a1d9109b46550c242e9d09af49a0d6e> X-ATTACHMENT-NUM: 0 X-DNS-TYPE: 0 Subject: Re: [PATCH v2 12/13] drm/panel: simple: Add simple panel device tree binding To: Rob Herring References: <1446296170-3702-1-git-send-email-zyw@rock-chips.com> <1446296170-3702-13-git-send-email-zyw@rock-chips.com> Cc: =?UTF-8?Q?Heiko_St=c3=bcbner?= , "open list:ARM/Rockchip SoC..." , "devicetree@vger.kernel.org" , Thierry Reding , Kumar Gala , dri-devel , "linux-kernel@vger.kernel.org" , Ian Campbell , Pawel Moll , Mark Rutland From: Chris Zhong Message-ID: <5637FFC7.6080503@rock-chips.com> Date: Tue, 3 Nov 2015 08:28:55 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Rob On 11/02/2015 11:06 PM, Rob Herring wrote: > On Sat, Oct 31, 2015 at 7:56 AM, Chris Zhong wrote: > > Your subject should be more specific with the panel name. I'll write more specific in subject next version. > >> This binding specifies a set of common properties for display panels. It >> can be used as a basis by bindings for specific panels. >> Bindings for three specific panels are provided to show how the >> simple panel binding can be used. >> >> Signed-off-by: Chris Zhong >> >> --- >> >> Changes in v2: >> As Thierry.Reding comment, add a documentation for this panel. >> >> Documentation/devicetree/bindings/panel/boe,tv080wum-nl0.txt | 7 +++++++ >> 1 file changed, 7 insertions(+) >> create mode 100644 Documentation/devicetree/bindings/panel/boe,tv080wum-nl0.txt > Please move to bindings/display/panel/ Okay. > >> diff --git a/Documentation/devicetree/bindings/panel/boe,tv080wum-nl0.txt b/Documentation/devicetree/bindings/panel/boe,tv080wum-nl0.txt >> new file mode 100644 >> index 0000000..50be5e2 >> --- /dev/null >> +++ b/Documentation/devicetree/bindings/panel/boe,tv080wum-nl0.txt >> @@ -0,0 +1,7 @@ >> +Boe Corporation 8.0" WUXGA TFT LCD panel >> + >> +Required properties: >> +- compatible: should be "boe,tv080wum-nl0" >> + >> +This binding is compatible with the simple-panel binding, which is specified >> +in simple-panel.txt in this directory. >> -- >> 2.6.2 >> > >