Skip to content

Commit 49918a1

Browse files
alexVinarskisandersson
authored andcommitted
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: 6516961 ("arm64: dts: qcom: Add support for X1-based Asus Zenbook A14") Signed-off-by: Aleksandrs Vinarskis <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 08a1ea3 commit 49918a1

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

arch/arm64/boot/dts/qcom/x1-asus-zenbook-a14.dtsi

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -645,10 +645,6 @@
645645
};
646646
};
647647

648-
&gpu {
649-
status = "okay";
650-
};
651-
652648
&i2c0 {
653649
clock-frequency = <400000>;
654650

arch/arm64/boot/dts/qcom/x1e80100-asus-zenbook-a14.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
compatible = "asus,zenbook-a14-ux3407ra", "qcom,x1e80100";
1515
};
1616

17+
&gpu {
18+
status = "okay";
19+
};
20+
1721
&gpu_zap_shader {
1822
firmware-name = "qcom/x1e80100/ASUSTeK/zenbook-a14/qcdxkmsuc8380.mbn";
1923
};

arch/arm64/boot/dts/qcom/x1p42100-asus-zenbook-a14.dts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,12 @@
8080
};
8181
};
8282

83+
&gpu {
84+
status = "okay";
85+
};
86+
8387
&gpu_zap_shader {
84-
firmware-name = "qcom/x1e80100/ASUSTeK/zenbook-a14/qcdxkmsucpurwa.mbn";
88+
firmware-name = "qcom/x1p42100/ASUSTeK/zenbook-a14/qcdxkmsucpurwa.mbn";
8589
};
8690

8791
&pcie4_port0 {

0 commit comments

Comments
 (0)