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 C398AC43217 for ; Thu, 17 Nov 2022 13:58:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234267AbiKQN6t (ORCPT ); Thu, 17 Nov 2022 08:58:49 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37576 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233651AbiKQN6s (ORCPT ); Thu, 17 Nov 2022 08:58:48 -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 7208221E31; Thu, 17 Nov 2022 05:58:47 -0800 (PST) Received: from pendragon.ideasonboard.com (cpc89244-aztw30-2-0-cust3082.18-1.cable.virginm.net [86.31.172.11]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 845E9929; Thu, 17 Nov 2022 14:58:45 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1668693525; bh=F/PXghRd2nxT1V0/7HUgMybNjJ/obgm+pmJHVW4RhzY=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=mD0IfArmPzSJwtAaeZONVvCp1cmr8GWAAcZBlEMckvPQLJsSXF7FLDdVt/jugrP6h +dUKj1Tm+NMGlmMZldTYN+ws5ZxfkhO2waXHbSzCK1993PRPKNa5jz9f9B+5ABhEBm YDDQZMY8IlJjs3q8dbxPDwKp3nneg5lmNU8CJtLg= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20221117122547.809644-3-tomi.valkeinen@ideasonboard.com> References: <20221117122547.809644-1-tomi.valkeinen@ideasonboard.com> <20221117122547.809644-3-tomi.valkeinen@ideasonboard.com> Subject: Re: [PATCH v1 2/8] dt-bindings: display: bridge: renesas,dsi-csi2-tx: Add r8a779g0 From: Kieran Bingham Cc: Andrzej Hajda , Neil Armstrong , Robert Foss , Jonas Karlman , Jernej Skrabec , Tomi Valkeinen To: Geert Uytterhoeven , Krzysztof Kozlowski , Laurent Pinchart , Magnus Damm , Rob Herring , Tomi Valkeinen , devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, linux-renesas-soc@vger.kernel.org Date: Thu, 17 Nov 2022 13:58:42 +0000 Message-ID: <166869352250.50677.2977989172989256731@Monstersaurus> User-Agent: alot/0.10 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Quoting Tomi Valkeinen (2022-11-17 12:25:41) > From: Tomi Valkeinen >=20 > Extend the Renesas DSI display bindings to support the r8a779g0 V4H. >=20 > Signed-off-by: Tomi Valkeinen > --- > .../bindings/display/bridge/renesas,dsi-csi2-tx.yaml | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) >=20 > diff --git a/Documentation/devicetree/bindings/display/bridge/renesas,dsi= -csi2-tx.yaml b/Documentation/devicetree/bindings/display/bridge/renesas,ds= i-csi2-tx.yaml > index afeeb967393d..bc3101f77e5a 100644 > --- a/Documentation/devicetree/bindings/display/bridge/renesas,dsi-csi2-t= x.yaml > +++ b/Documentation/devicetree/bindings/display/bridge/renesas,dsi-csi2-t= x.yaml > @@ -11,13 +11,14 @@ maintainers: > =20 > description: | > This binding describes the MIPI DSI/CSI-2 encoder embedded in the Rene= sas > - R-Car V3U SoC. The encoder can operate in either DSI or CSI-2 mode, wi= th up > + R-Car V3U/V4H SoC. The encoder can operate in either DSI or CSI-2 mode= , with up That's 81 chars I think ... so perhaps the 'up' should go 'down' a line ... but hey it's one char, I don't care too much, but I can't resist an up/down reference :D Reviewed-by: Kieran Bingham > to four data lanes. > =20 > properties: > compatible: > enum: > - renesas,r8a779a0-dsi-csi2-tx # for V3U > + - renesas,r8a779g0-dsi-csi2-tx # for V4H > =20 > reg: > maxItems: 1 > --=20 > 2.34.1 >