arm64: dts: qcom: x1-asus-zenbook: fixup GPU nodes

It appears not the latest version of the patch was merged. Align with
latest upstreamed version by correcting GPU enable location and typo
in GPU firmware path for x1p42100 variant.

Fixes: 6516961352 ("arm64: dts: qcom: Add support for X1-based Asus Zenbook A14")

Signed-off-by: Aleksandrs Vinarskis <alex.vinarskis@gmail.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250623113709.21184-2-alex.vinarskis@gmail.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
Aleksandrs Vinarskis
2025-06-23 13:36:13 +02:00
committed by Bjorn Andersson
parent 08a1ea3fe8
commit 49918a1c42
3 changed files with 9 additions and 5 deletions

View File

@@ -645,10 +645,6 @@ vreg_l3j_0p8: ldo3 {
};
};
&gpu {
status = "okay";
};
&i2c0 {
clock-frequency = <400000>;

View File

@@ -14,6 +14,10 @@ / {
compatible = "asus,zenbook-a14-ux3407ra", "qcom,x1e80100";
};
&gpu {
status = "okay";
};
&gpu_zap_shader {
firmware-name = "qcom/x1e80100/ASUSTeK/zenbook-a14/qcdxkmsuc8380.mbn";
};

View File

@@ -80,8 +80,12 @@ vreg_pmu_rfa_1p7: ldo9 {
};
};
&gpu {
status = "okay";
};
&gpu_zap_shader {
firmware-name = "qcom/x1e80100/ASUSTeK/zenbook-a14/qcdxkmsucpurwa.mbn";
firmware-name = "qcom/x1p42100/ASUSTeK/zenbook-a14/qcdxkmsucpurwa.mbn";
};
&pcie4_port0 {