From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.forwardemail.net (smtp.forwardemail.net [149.28.215.223]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7360644BC97 for ; Thu, 20 Aug 2026 14:23:48 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=149.28.215.223 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1787235829; cv=none; b=ebiKHuX+iOnoYLjTcmJ3uSTs0QgCUVmFamGxUWk1n+C46e3BRGwI7MlkxvgbPZ/mD2JBsz7TrBrTP43pPJWpWx/IMgcyzsYhcAC58wBXlZ7pxgINjwJWOQUlB2UktR0NNGJpoFj4QEohsJWoRxlgAJnKb0F70Gkw1pOzUMN9ajY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1787235829; c=relaxed/simple; bh=EZipOWOzVyxEwLZC5ozioVkSx5AwVMWapHRN/NSt6mU=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=R6nDgxsCzZgQm/w6NTRHJXZB+HgoI8Byvsoq7TZ/GvW8tu9TV8rF/7m5eQkLvNLn5oq4Iw6KaeoC1tYYNQNVOIH8o/iMuhVp3nMwUDxMWQxjroPrN6Y0S06usktAsI5ohIg7DJSp3CMoQsILyoMIhUFUq5EIlOuDV6k1WAgWWnU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lineageos.org; spf=pass smtp.mailfrom=fe-bounces.lineageos.org; dkim=pass (1024-bit key) header.d=lineageos.org header.i=@lineageos.org header.b=RCqYz4+w; arc=none smtp.client-ip=149.28.215.223 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lineageos.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=fe-bounces.lineageos.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=lineageos.org header.i=@lineageos.org header.b="RCqYz4+w" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lineageos.org; h=Content-Transfer-Encoding: MIME-Version: References: In-Reply-To: Message-ID: Date: Subject: Cc: To: From; q=dns/txt; s=fe-2eefaa527c; t=1787235827; bh=rbw8xQ6r3piVMAmakyWDIwjPOKwVFsaRkmQ0YOAEGp8=; b=RCqYz4+wiANRTTEiNaSkh7hICgiyVzJ6J2BCpVFkKGSPMZMnkAG9rKw5wSzWOfHd7SljmJ5Vb uqlLbpXtIQFK19dYYonC/ow3HxZ9bxyif0X5fPXahZEyokbwEfiMuA0ktLJiDqnlv2coULZgheJ pRXg3REb+OZRL9mDJ2EQABg= X-Forward-Email-ID: 6a870def7f958f0d9fc1b812 X-Forward-Email-Sender: rfc822; tturner@lineageos.org, smtp.forwardemail.net, 149.28.215.223 X-Forward-Email-Version: 2.13.16 X-Forward-Email-Website: https://forwardemail.net X-Complaints-To: abuse@forwardemail.net X-Report-Abuse: abuse@forwardemail.net X-Report-Abuse-To: abuse@forwardemail.net From: Thomas Turner To: krzysztof.kozlowski@oss.qualcomm.com Cc: semen.protsenko@linaro.org, robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, peter.griffin@linaro.org, alim.akhtar@samsung.com, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Thomas Turner Subject: [PATCH v2 1/2] dt-bindings: gpu: arm,mali-bifrost: add exynos850-mali compatible Date: Thu, 20 Aug 2026 15:23:29 +0100 Message-ID: <20260820142330.84514-2-tturner@lineageos.org> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260820142330.84514-1-tturner@lineageos.org> References: <20260820142330.84514-1-tturner@lineageos.org> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Exynos850 SoC uses the ARM Mali G52 GPU, document its compatible string with the appropriate fallback. Signed-off-by: Thomas Turner --- Documentation/devicetree/bindings/gpu/arm,mali-bifrost.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/gpu/arm,mali-bifrost.yaml b/Documentation/devicetree/bindings/gpu/arm,mali-bifrost.yaml index 9db9f84ad964..ece2b637cd41 100644 --- a/Documentation/devicetree/bindings/gpu/arm,mali-bifrost.yaml +++ b/Documentation/devicetree/bindings/gpu/arm,mali-bifrost.yaml @@ -34,6 +34,7 @@ properties: - rockchip,rk3562-mali - rockchip,rk3568-mali - rockchip,rk3576-mali + - samsung,exynos850-mali - const: arm,mali-bifrost # Mali Bifrost GPU model/revision is fully discoverable - items: - enum: -- 2.47.3