[PATCH 5/5] arm64: dts: qcom: mahua: Support GPU and GMU
From: Akhil P Oommen
Date: Thu Sep 24 2026 - 17:19:11 EST
From: Jie Zhang <jie.zhang@xxxxxxxxxxxxxxxx>
Mahua SoC has a new GPU called Adreno X2-85, a slightly smaller variant
of the Adreno X2-90 found on glymur. Override the compatible strings to
correctly support it's GPU and GMU.
Signed-off-by: Jie Zhang <jie.zhang@xxxxxxxxxxxxxxxx>
Signed-off-by: Akhil P Oommen <akhilpo@xxxxxxxxxxxxxxxx>
---
arch/arm64/boot/dts/qcom/mahua.dtsi | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/arch/arm64/boot/dts/qcom/mahua.dtsi b/arch/arm64/boot/dts/qcom/mahua.dtsi
index a59c5ed7b48e..25b40c33521c 100644
--- a/arch/arm64/boot/dts/qcom/mahua.dtsi
+++ b/arch/arm64/boot/dts/qcom/mahua.dtsi
@@ -127,6 +127,14 @@ &gcc {
<0>; /* USB4 PHY 2 Max */
};
+&gmu {
+ compatible = "qcom,adreno-gmu-x285.0", "qcom,adreno-gmu";
+};
+
+&gpu {
+ compatible = "qcom,adreno-44060000", "qcom,adreno";
+};
+
&hsc_noc {
compatible = "qcom,mahua-hscnoc";
};
--
2.55.0