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.1 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS 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 875C5C433DF for ; Wed, 12 Aug 2020 16:18:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 664EA2076B for ; Wed, 12 Aug 2020 16:18:17 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="oF4sLmzN" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726523AbgHLQSO (ORCPT ); Wed, 12 Aug 2020 12:18:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35058 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726456AbgHLQSO (ORCPT ); Wed, 12 Aug 2020 12:18:14 -0400 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CD5BDC061383; Wed, 12 Aug 2020 09:18:13 -0700 (PDT) Received: from pendragon.ideasonboard.com (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 704659E7; Wed, 12 Aug 2020 18:18:11 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1597249091; bh=2+qRB0EDeJKOceT4aKdTruoVhWNyj1iPb3qSiAE6P+E=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=oF4sLmzNmpVYuU2DgemwmQqHJOrzIjqj5WyaPjCinr3HvqAxG88mdmDT9POvzhZjm vY4XOzk2KTZXFlA0mktOpM71pb99ITKrM7QycoRE+BGrJjJ30aY62f/IaSCmBi1X2R iEI05bEW3Yh/N8+4WXgcxWmzZmtqdgWa8WOnx98s= Date: Wed, 12 Aug 2020 19:17:57 +0300 From: Laurent Pinchart To: Lad Prabhakar Cc: Geert Uytterhoeven , Kieran Bingham , David Airlie , Daniel Vetter , Rob Herring , Magnus Damm , dri-devel@lists.freedesktop.org, linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Prabhakar , Marian-Cristian Rotariu Subject: Re: [PATCH 4/9] dt-bindings: display: renesas,lvds: Document r8a774e1 bindings Message-ID: <20200812161757.GN6057@pendragon.ideasonboard.com> References: <20200812140217.24251-1-prabhakar.mahadev-lad.rj@bp.renesas.com> <20200812140217.24251-5-prabhakar.mahadev-lad.rj@bp.renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200812140217.24251-5-prabhakar.mahadev-lad.rj@bp.renesas.com> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Prabhakar, Thank you for the patch. On Wed, Aug 12, 2020 at 03:02:12PM +0100, Lad Prabhakar wrote: > From: Marian-Cristian Rotariu > > Document the RZ/G2H (R8A774E1) LVDS bindings. > > Signed-off-by: Marian-Cristian Rotariu > Signed-off-by: Lad Prabhakar > --- > .../devicetree/bindings/display/bridge/renesas,lvds.txt | 1 + This binding has been converted to YAML. I'll apply the patch manually as it's a one-liner. diff --git a/Documentation/devicetree/bindings/display/bridge/renesas,lvds.yaml b/Documentation/devicetree/bindings/display/bridge/renesas,lvds.yaml index 4ca5a904b0ea..0fe0c49403f8 100644 --- a/Documentation/devicetree/bindings/display/bridge/renesas,lvds.yaml +++ b/Documentation/devicetree/bindings/display/bridge/renesas,lvds.yaml @@ -22,6 +22,7 @@ properties: - renesas,r8a774a1-lvds # for RZ/G2M compatible LVDS encoders - renesas,r8a774b1-lvds # for RZ/G2N compatible LVDS encoders - renesas,r8a774c0-lvds # for RZ/G2E compatible LVDS encoders + - renesas,r8a774e1-lvds # for RZ/G2H compatible LVDS encoders - renesas,r8a7790-lvds # for R-Car H2 compatible LVDS encoders - renesas,r8a7791-lvds # for R-Car M2-W compatible LVDS encoders - renesas,r8a7793-lvds # for R-Car M2-N compatible LVDS encoders If you see any issue there, please let me know. > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/display/bridge/renesas,lvds.txt b/Documentation/devicetree/bindings/display/bridge/renesas,lvds.txt > index c62ce2494ed9..42743d0d24b3 100644 > --- a/Documentation/devicetree/bindings/display/bridge/renesas,lvds.txt > +++ b/Documentation/devicetree/bindings/display/bridge/renesas,lvds.txt > @@ -12,6 +12,7 @@ Required properties: > - "renesas,r8a774a1-lvds" for R8A774A1 (RZ/G2M) compatible LVDS encoders > - "renesas,r8a774b1-lvds" for R8A774B1 (RZ/G2N) compatible LVDS encoders > - "renesas,r8a774c0-lvds" for R8A774C0 (RZ/G2E) compatible LVDS encoders > + - "renesas,r8a774e1-lvds" for R8A774E1 (RZ/G2H) compatible LVDS encoders > - "renesas,r8a7790-lvds" for R8A7790 (R-Car H2) compatible LVDS encoders > - "renesas,r8a7791-lvds" for R8A7791 (R-Car M2-W) compatible LVDS encoders > - "renesas,r8a7793-lvds" for R8A7793 (R-Car M2-N) compatible LVDS encoders -- Regards, Laurent Pinchart