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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 60D48C43217 for ; Tue, 22 Nov 2022 02:44:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231934AbiKVCoj (ORCPT ); Mon, 21 Nov 2022 21:44:39 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39700 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231998AbiKVCoh (ORCPT ); Mon, 21 Nov 2022 21:44:37 -0500 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 2ACAEB961D; Mon, 21 Nov 2022 18:44:27 -0800 (PST) Received: from pendragon.ideasonboard.com (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id E628E890; Tue, 22 Nov 2022 03:44:24 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1669085065; bh=SwBmGGTHhJI7Z1rP8nglgS74H8wm/hKxQunWQGksy+M=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=CdJr4OOO1FTG1fdXEnUb3Ha/k7O2rjPusEwiosthXzaexP+77bw2/HvZTgjbTFhTW rQ0FnJ0zitw04U8BkEOfpZBPbzJLgqoS+Dfy9BAdgIY7NO49uBz/NQ1nC0HiFq9v3w YtC+MUWW2SBtMt5A9o6+XgtbBUCU8GE6/Jc2eaU0= Date: Tue, 22 Nov 2022 04:44:09 +0200 From: Laurent Pinchart To: Tomi Valkeinen Cc: Kieran Bingham , Rob Herring , Krzysztof Kozlowski , Geert Uytterhoeven , Magnus Damm , dri-devel@lists.freedesktop.org, linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Andrzej Hajda , Neil Armstrong , Robert Foss , Jonas Karlman , Jernej Skrabec , Tomi Valkeinen Subject: Re: [PATCH v1 1/8] dt-bindings: display: renesas,du: Provide bindings for r8a779g0 Message-ID: References: <20221117122547.809644-1-tomi.valkeinen@ideasonboard.com> <20221117122547.809644-2-tomi.valkeinen@ideasonboard.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20221117122547.809644-2-tomi.valkeinen@ideasonboard.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Tomi, Thank you for the patch. On Thu, Nov 17, 2022 at 02:25:40PM +0200, Tomi Valkeinen wrote: > From: Tomi Valkeinen > > Extend the Renesas DU display bindings to support the r8a779g0 V4H. > > Signed-off-by: Tomi Valkeinen Reviewed-by: Laurent Pinchart > --- > Documentation/devicetree/bindings/display/renesas,du.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/display/renesas,du.yaml b/Documentation/devicetree/bindings/display/renesas,du.yaml > index b3e588022082..d4830f52c512 100644 > --- a/Documentation/devicetree/bindings/display/renesas,du.yaml > +++ b/Documentation/devicetree/bindings/display/renesas,du.yaml > @@ -40,6 +40,7 @@ properties: > - renesas,du-r8a77990 # for R-Car E3 compatible DU > - renesas,du-r8a77995 # for R-Car D3 compatible DU > - renesas,du-r8a779a0 # for R-Car V3U compatible DU > + - renesas,du-r8a779g0 # for R-Car V4H compatible DU > > reg: > maxItems: 1 > @@ -762,6 +763,7 @@ allOf: > contains: > enum: > - renesas,du-r8a779a0 > + - renesas,du-r8a779g0 > then: > properties: > clocks: -- Regards, Laurent Pinchart