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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id CFB94C48286 for ; Thu, 25 Jan 2024 16:48:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: In-Reply-To:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date: Reply-To:Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date :Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=hgrzJUZTpF5cOzG9Rm5A7qcIvph8WchYI6huaKHqbxg=; b=UzGu8IVAWNQerc19FapStPRNnc gncRlbHNr5rm6Alxc+jG9H26d47A13LT/2gJ9JzdLh35YnAGfouGFS61N4Lee0z7hM9eooseIgAFi G+HIGbJg80jpFCUo+ZCnH0gOXRBYwoVeFcMRhaKDBaK/5O4VwTTpjr4LQpSW6GLCo4p/rKz/VgmaU SLnxWE+C1gi9INUSGxHNW4hrgNbYTQDk6u3C9QU4RPeNyZd153yoPJHH9ififkOeljKDmeEkBkfJc hb38SYd841GHFZjRPxHxVNNJFrLqiYaH0VGIcOGJZWY6s3pO9evyFGg7yLMIiCLT4Wx5VqJVpe9dg CGPCLY3A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rT2te-00000000vKo-3flL; Thu, 25 Jan 2024 16:48:10 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rT2qn-00000000tUl-0PRo for linux-arm-kernel@lists.infradead.org; Thu, 25 Jan 2024 16:45:18 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id CA9A262266; Thu, 25 Jan 2024 16:45:11 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 912FEC43330; Thu, 25 Jan 2024 16:45:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1706201111; bh=+x0jNMUB0PsAx8UUuJzQkSXimj4lp6KxtD09dm3ixXo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=oRrNkVd0usNw1Kh6FHh22H1LlbXUlVLol5NM2UjkjhcG+CMBrAEq7pjG8ag/W5fM0 TA4IPzTnNKLDNd/58fbtl/G+0Zst85CZ0fqTnhvNmCadE6HNjcS9uaao1OYX6bpPqr azh7xYoBYscwB4RAF712b4Hc0I+jv1lkx8udZOhvu2ruHEv2tecvNoNvP8LDTbmNtt naxan0ET+kVKwJOP2W125UfGppS1cwTetURXX6L9j3CuDAz+vk3whqWAEHIZ/H5Ra8 cyt0uovV2NFFAiM+gwsyssSSNyvM8S77fjEM30SbibXD8RiKoD0ZRhfDqr7W7U4Lz9 p5i79ozhcR3DA== Date: Thu, 25 Jan 2024 16:45:07 +0000 From: Conor Dooley To: Geert Uytterhoeven Cc: Magnus Damm , Rob Herring , Krzysztof Kozlowski , Conor Dooley , devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Wolfram Sang Subject: Re: [PATCH v2 1/9] dt-bindings: soc: renesas: Document R-Car V4H White Hawk Single Message-ID: <20240125-attain-legged-cacf4d597ed4@spud> References: MIME-Version: 1.0 In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240125_084513_900683_7FC539FF X-CRM114-Status: GOOD ( 17.72 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============2034374876876149680==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============2034374876876149680== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="8ZnRTkyejO/hbHTc" Content-Disposition: inline --8ZnRTkyejO/hbHTc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jan 25, 2024 at 03:48:51PM +0100, Geert Uytterhoeven wrote: > Document the compatible values for the Renesas R-Car V4H ES2.0 > (R8A779G2) SoC and the Renesas White Hawk Single board. > The former is an updated version of R-Car V4H (R8A779G0). > The latter is a single-board integration of the Renesas White Hawk CPU > and Breakout board stack. >=20 > Signed-off-by: Geert Uytterhoeven > Reviewed-by: Wolfram Sang Acked-by: Conor Dooley Cheers, Conor. > --- > v2: > - Add Reviewed-by. > --- > Documentation/devicetree/bindings/soc/renesas/renesas.yaml | 7 +++++++ > 1 file changed, 7 insertions(+) >=20 > diff --git a/Documentation/devicetree/bindings/soc/renesas/renesas.yaml b= /Documentation/devicetree/bindings/soc/renesas/renesas.yaml > index 16ca3ff7b1aea146..15b9dd52938996f4 100644 > --- a/Documentation/devicetree/bindings/soc/renesas/renesas.yaml > +++ b/Documentation/devicetree/bindings/soc/renesas/renesas.yaml > @@ -348,6 +348,13 @@ properties: > - renesas,white-hawk-cpu # White Hawk CPU board (RTP8A779G= 0ASKB0FC0SA000) > - const: renesas,r8a779g0 > =20 > + - description: R-Car V4H (R8A779G2) > + items: > + - enum: > + - renesas,white-hawk-single # White Hawk Single board (RTP= 8A779G2ASKB0F10SA001) > + - const: renesas,r8a779g2 > + - const: renesas,r8a779g0 > + > - items: > - enum: > - renesas,white-hawk-breakout # White Hawk BreakOut board = (RTP8A779G0ASKB0SB0SA000) > --=20 > 2.34.1 >=20 --8ZnRTkyejO/hbHTc Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCZbKQEwAKCRB4tDGHoIJi 0inXAQDtx74/vguxSYwY9vNEe1B/nQiOjGebeFffrAYr3SQ9BAEAk1xPBDgNKK58 Y2QlRASsKq+lJVQYfVWZxYXI108HMgI= =l9WT -----END PGP SIGNATURE----- --8ZnRTkyejO/hbHTc-- --===============2034374876876149680== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel --===============2034374876876149680==--