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 AAE5EC433F2 for ; Sat, 18 Jul 2020 16:52:21 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 8B1132073A for ; Sat, 18 Jul 2020 16:52:21 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8B1132073A Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=sigxcpu.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 1535E6E154; Sat, 18 Jul 2020 16:52:21 +0000 (UTC) Received: from honk.sigxcpu.org (honk.sigxcpu.org [24.134.29.49]) by gabe.freedesktop.org (Postfix) with ESMTPS id 9EBA76E154 for ; Sat, 18 Jul 2020 16:52:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by honk.sigxcpu.org (Postfix) with ESMTP id E1245FB03; Sat, 18 Jul 2020 18:52:17 +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 wM7kdGGFcpcI; Sat, 18 Jul 2020 18:52:16 +0200 (CEST) Received: by bogon.sigxcpu.org (Postfix, from userid 1000) id 13A4A42576; Sat, 18 Jul 2020 18:52:16 +0200 (CEST) Date: Sat, 18 Jul 2020 18:52:16 +0200 From: Guido =?iso-8859-1?Q?G=FCnther?= To: Ondrej Jirman Subject: Re: [PATCH 1/2] dt-bindings: display: Fix example in nwl-dsi.yaml Message-ID: <20200718165215.GA26122@bogon.m.sigxcpu.org> References: <20200703114717.2140832-1-megous@megous.com> <20200703114717.2140832-2-megous@megous.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200703114717.2140832-2-megous@megous.com> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, David Airlie , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Rob Herring , Thierry Reding , Robert Chiras , Sam Ravnborg Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi, On Fri, Jul 03, 2020 at 01:47:16PM +0200, Ondrej Jirman wrote: > The example is now validated against rocktech,jh057n00900 schema > that was ported to yaml, and didn't validate with: > = > - '#address-cells', '#size-cells', 'port@0' do not match any of > the regexes: 'pinctrl-[0-9]+' > - 'vcc-supply' is a required property > - 'iovcc-supply' is a required property > - 'reset-gpios' is a required property > = > Fix it. > = > Signed-off-by: Ondrej Jirman > --- > .../devicetree/bindings/display/bridge/nwl-dsi.yaml | 9 +++++---- > 1 file changed, 5 insertions(+), 4 deletions(-) > = > diff --git a/Documentation/devicetree/bindings/display/bridge/nwl-dsi.yam= l b/Documentation/devicetree/bindings/display/bridge/nwl-dsi.yaml > index 8aff2d68fc33..2c4c34e3bc29 100644 > --- a/Documentation/devicetree/bindings/display/bridge/nwl-dsi.yaml > +++ b/Documentation/devicetree/bindings/display/bridge/nwl-dsi.yaml > @@ -165,6 +165,7 @@ examples: > - | > = > #include > + #include > #include > #include > = > @@ -191,12 +192,12 @@ examples: > phy-names =3D "dphy"; > = > panel@0 { > - #address-cells =3D <1>; > - #size-cells =3D <0>; > compatible =3D "rocktech,jh057n00900"; > reg =3D <0>; > - port@0 { > - reg =3D <0>; > + vcc-supply =3D <®_2v8_p>; > + iovcc-supply =3D <®_1v8_p>; > + reset-gpios =3D <&gpio3 13 GPIO_ACTIVE_LOW>; > + port { > panel_in: endpoint { > remote-endpoint =3D <&mipi_dsi_out>; > }; Reviewed-by: Guido G=FCnther -- Guido _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel