From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.0 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B51EFC433DF for ; Sat, 18 Jul 2020 16:53:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9A0172073A for ; Sat, 18 Jul 2020 16:53:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727096AbgGRQxH (ORCPT ); Sat, 18 Jul 2020 12:53:07 -0400 Received: from honk.sigxcpu.org ([24.134.29.49]:44746 "EHLO honk.sigxcpu.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726604AbgGRQxG (ORCPT ); Sat, 18 Jul 2020 12:53:06 -0400 Received: from localhost (localhost [127.0.0.1]) by honk.sigxcpu.org (Postfix) with ESMTP id 95893FB03; Sat, 18 Jul 2020 18:53:05 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at honk.sigxcpu.org Received: from honk.sigxcpu.org ([127.0.0.1]) by localhost (honk.sigxcpu.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oM9Y5MKKCY_p; Sat, 18 Jul 2020 18:53:04 +0200 (CEST) Received: by bogon.sigxcpu.org (Postfix, from userid 1000) id 63C3142576; Sat, 18 Jul 2020 18:53:04 +0200 (CEST) Date: Sat, 18 Jul 2020 18:53:04 +0200 From: Guido =?iso-8859-1?Q?G=FCnther?= To: Ondrej Jirman Cc: David Airlie , Daniel Vetter , Rob Herring , Thierry Reding , Sam Ravnborg , Fabio Estevam , Robert Chiras , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] dt-binding: display: Allow a single port node on rocktech,jh057n00900 Message-ID: <20200718165304.GB26122@bogon.m.sigxcpu.org> References: <20200703114717.2140832-1-megous@megous.com> <20200703114717.2140832-3-megous@megous.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20200703114717.2140832-3-megous@megous.com> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi, On Fri, Jul 03, 2020 at 01:47:17PM +0200, Ondrej Jirman wrote: > The display has one port. Allow it in the binding. > > Signed-off-by: Ondrej Jirman > --- > .../devicetree/bindings/display/panel/rocktech,jh057n00900.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/display/panel/rocktech,jh057n00900.yaml b/Documentation/devicetree/bindings/display/panel/rocktech,jh057n00900.yaml > index a6985cd947fb..d5733ef30954 100644 > --- a/Documentation/devicetree/bindings/display/panel/rocktech,jh057n00900.yaml > +++ b/Documentation/devicetree/bindings/display/panel/rocktech,jh057n00900.yaml > @@ -24,6 +24,7 @@ properties: > # Xingbangda XBD599 5.99" 720x1440 TFT LCD panel > - xingbangda,xbd599 > > + port: true > reg: > maxItems: 1 > description: DSI virtual channel Reviewed-by: Guido Günther -- Guido > -- > 2.27.0 >