From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A241D31E83E; Thu, 14 May 2026 15:23:32 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778772212; cv=none; b=FNS5HaNJM8MoBP+zGY0p5izFY4SDQy3WUR1YgTnTEpTU3Eu68FXkXFGZXE1RqsdgzjVI98lsYO579PJ0S8eH1F64F5xljlesywT/bBDtUQn2OSFnDkqQXnch1EFGCLQLmWMmPm43I17QkoGMhi0Nf8E1QmblYtAZQXDLmEWxRlk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778772212; c=relaxed/simple; bh=JvugWyByTkXEaIiK4vIpB6X4Zi+TSZyKhUr1GwFqia0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=K9k2+SzCshSVft2lPmUjxmAKspooc3z7pOGOn/RvmwElqJxm0rY+104FlS9IrP1/Hb1KbPvLcefIxLe7IWP0Kch70t8al+w+C90r62k80Av595thp3wPsK/8ZiBT3ny0RLIFzxfL00eOhuSvIj1yeD0vBG3IGU+WuzIQ4958EIQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=EWFiSNnc; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="EWFiSNnc" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 06FC2C2BCC7; Thu, 14 May 2026 15:23:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778772212; bh=JvugWyByTkXEaIiK4vIpB6X4Zi+TSZyKhUr1GwFqia0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=EWFiSNnc3dSAI7/O8AGV6HRJlPPpdM0omY94DJV0t1xNMNDmXd77WNVptjBI4LqM+ J6eBL3atJACHKI7alCexSwPf8VItP7gqXfKFdio/YEVXB5Y5DMGmt2pbAXD7Zo7aag pBRGqZfGuBq77ctyeUArqY3aWFwgcku/nuHFfWaPiZkaNTT2H5qlfczGMIcZ48hrxH QX/qKDZ6qYc1j5QYnecdWpga9qP/lIzPEnKPiCuxHe0Dp+FLWWiSQQ8pdt7fqtIAeY Z1zbliDw451ngxw4FNmDmvdNzvp2wueQi/MfOKwOupMWNG9+/cK5MUYFFmRuLgSHgX XzSohzDYdTcMQ== Date: Thu, 14 May 2026 10:23:29 -0500 From: "Rob Herring (Arm)" To: Prabhakar Cc: Krzysztof Kozlowski , Maarten Lankhorst , Biju Das , Simona Vetter , linux-renesas-soc@vger.kernel.org, linux-kernel@vger.kernel.org, David Airlie , Thomas Zimmermann , Lad Prabhakar , Geert Uytterhoeven , Magnus Damm , dri-devel@lists.freedesktop.org, Fabrizio Castro , Conor Dooley , devicetree@vger.kernel.org, Maxime Ripard , Laurent Pinchart , Philipp Zabel Subject: Re: [PATCH v3 2/5] dt-bindings: display: renesas,rzg2l-du: Add RZ/T2H and RZ/N2H support Message-ID: <177877220882.612619.10485324075713791036.robh@kernel.org> References: <20260512144104.761531-1-prabhakar.mahadev-lad.rj@bp.renesas.com> <20260512144104.761531-3-prabhakar.mahadev-lad.rj@bp.renesas.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260512144104.761531-3-prabhakar.mahadev-lad.rj@bp.renesas.com> On Tue, 12 May 2026 15:41:01 +0100, Prabhakar wrote: > From: Lad Prabhakar > > Document the Display Unit (DU) support for the RZ/T2H and RZ/N2H SoCs. > > The DU block on RZ/T2H is functionally equivalent to the RZ/G2UL DU and > supports the DPI interface, but includes SoC-specific register differences > and has no reset control. Add a dedicated compatible string to represent > this variant and update the allOf constraints accordingly. > > As the DU implementation on RZ/N2H matches RZ/T2H, describe it using an > RZ/N2H specific compatible string with the RZ/T2H compatible as fallback. > > Signed-off-by: Lad Prabhakar > --- > v2->v3: > - No change > > v1->v2: > - Dropped the "port" property in favor of "ports" with a single port@0 > child, to align with the existing RZ/G2L bindings and simplify the > device tree structure. > - Updated the commit message to reflect the change from "port" to "ports". > - Dropped RB tag from Rob due to above changes. > --- > .../bindings/display/renesas,rzg2l-du.yaml | 20 +++++++++++++++++-- > 1 file changed, 18 insertions(+), 2 deletions(-) > Reviewed-by: Rob Herring (Arm)