From patchwork Mon Oct 30 08:28:57 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Iago Toral X-Patchwork-Id: 13440148 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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 672D4C4332F for ; Mon, 30 Oct 2023 08:29:33 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 7D5E810E23D; Mon, 30 Oct 2023 08:29:29 +0000 (UTC) Received: from fanzine2.igalia.com (fanzine.igalia.com [178.60.130.6]) by gabe.freedesktop.org (Postfix) with ESMTPS id 1EACD10E23D for ; Mon, 30 Oct 2023 08:29:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=igalia.com; s=20170329; h=Content-Transfer-Encoding:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=Rx5RuXDzbafTtPE1V85jLlQ8QR49T9ze/opO/yr6tFY=; b=bp1IeNl0+AGB86x2DnyQ24qMbq G/GfDAV9EOkH01X2aiDrjUAbWnL7etlMg05eUqkrT5CQPNJm8bucXRqiVvhdl4IQYhpJXh0de5zLE eJDAE1IY/SkaS1dNw8zWAetsYenmBQ+kKmyFNzBa3WrZwiUIR9d7/1qmABmYJ0LsVKcog9PmURnNg 1bmMHy+joitYH8WV8CV8QEq+IJtiMPvi6T3mXR6lEZkiWdXn6MCnNGDCEhWNkuew0vhgin+Rrt+8y qM6NWfMCJxU4tWn+ukPcB1HDHjgSltD20o67GuQ4gYf5Swromdf04U+XkBiEbsuMpG/5JFh1QwNW+ 8zsV/e5g==; Received: from 229.48.60.213.dynamic.reverse-mundo-r.com ([213.60.48.229] helo=vega..) by fanzine2.igalia.com with esmtpsa (Cipher TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim) id 1qxNeB-00Ep4m-R0; Mon, 30 Oct 2023 09:29:19 +0100 From: Iago Toral Quiroga To: Maira Canal , dri-devel@lists.freedesktop.org Subject: [PATCH v2 3/4] dt-bindings: gpu: v3d: Add BCM2712's compatible Date: Mon, 30 Oct 2023 09:28:57 +0100 Message-Id: <20231030082858.30321-4-itoral@igalia.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20231030082858.30321-1-itoral@igalia.com> References: <20231030082858.30321-1-itoral@igalia.com> MIME-Version: 1.0 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Nicolas Saenz Julienne , Emma Anholt , Melissa Wen , Rob Herring , Iago Toral Quiroga , Stefan Wahren Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" BCM2712, Raspberry Pi 5's SoC, contains a V3D core. So add its specific compatible to the bindings. v2: new, requested by Stefan Wahren. Signed-off-by: Iago Toral Quiroga --- Documentation/devicetree/bindings/gpu/brcm,bcm-v3d.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/gpu/brcm,bcm-v3d.yaml b/Documentation/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