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 D1FA0C4332F for ; Tue, 31 Oct 2023 17:00:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230029AbjJaRAM (ORCPT ); Tue, 31 Oct 2023 13:00:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45272 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235538AbjJaQ74 (ORCPT ); Tue, 31 Oct 2023 12:59:56 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C8A396EA6 for ; Tue, 31 Oct 2023 09:59:21 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3984BC433C8; Tue, 31 Oct 2023 16:59:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1698771561; bh=mKGcn7R4nOzJ/7bvetTvuYzWfcgcPLJRUybDiFHL370=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kpFt7Pbl/emgwe30wMPCOP0nayL4uUkpaxty+FGoSU6Oy3UyNFtDughKPMyw47VZm v9dQ1vGg7XMFgwN2lMBFAc9SjWLBQMabMX+gOm30AkRFOpfmXz8C5opwQNk3I1Frwn ijxRfF+/8RTY0pHCGVi3BXv94yzBQwbAG32mZo2vysbXyrGpZ8ZjZx9xUx+zSoaqHh i1zlb6msZDBg8luJy7L6nsZFrYJuL+9fP3GZV4udCZ5v59GjpMqo1gWgswVvwvYFya fwGDtOaNcvIiprfvrkokVVnthRL62s1Ub8m0tdpoDBBBMSUp+YLDnxHxHXK82tDyV8 MCLmDAbmpFG9Q== Date: Tue, 31 Oct 2023 16:59:13 +0000 From: Conor Dooley To: Iago Toral Quiroga Cc: dri-devel@lists.freedesktop.org, Maira Canal , Emma Anholt , Melissa Wen , Daniel Vetter , David Airlie , Rob Herring , Nicolas Saenz Julienne , Stefan Wahren , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , Krzysztof Kozlowski , Conor Dooley , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-dev@igalia.com Subject: Re: [PATCH v3 3/4] dt-bindings: gpu: v3d: Add BCM2712's compatible Message-ID: <20231031-replace-quit-ecac72d24414@spud> References: <20231031073859.25298-1-itoral@igalia.com> <20231031073859.25298-4-itoral@igalia.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="MQiHgOyvs+Jhp68k" Content-Disposition: inline In-Reply-To: <20231031073859.25298-4-itoral@igalia.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --MQiHgOyvs+Jhp68k Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 31, 2023 at 08:38:58AM +0100, Iago Toral Quiroga wrote: > BCM2712, Raspberry Pi 5's SoC, contains a V3D core. So add its specific > compatible to the bindings. >=20 > Signed-off-by: Iago Toral Quiroga > Reviewed-by: Ma=EDra Canal Acked-by: Conor Dooley Thanks, Conor. > --- > Documentation/devicetree/bindings/gpu/brcm,bcm-v3d.yaml | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git a/Documentation/devicetree/bindings/gpu/brcm,bcm-v3d.yaml b/Do= cumentation/devicetree/bindings/gpu/brcm,bcm-v3d.yaml > index dae55b8a267b..dc078ceeca9a 100644 > --- a/Documentation/devicetree/bindings/gpu/brcm,bcm-v3d.yaml > +++ b/Documentation/devicetree/bindings/gpu/brcm,bcm-v3d.yaml > @@ -17,6 +17,7 @@ properties: > compatible: > enum: > - brcm,2711-v3d > + - brcm,2712-v3d > - brcm,7268-v3d > - brcm,7278-v3d > =20 > --=20 > 2.39.2 >=20 --MQiHgOyvs+Jhp68k Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCZUEyYQAKCRB4tDGHoIJi 0nE7AQCw52kEthThrebujTTdNRQoLFnQMoyxvp6Kqz+KGrkVPgEA76dMVeuKHaHR yNPSGG+N5t5tbpksMET+arL/A/vbegI= =6UGw -----END PGP SIGNATURE----- --MQiHgOyvs+Jhp68k--