mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-08-31 22:23:05 +00:00

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>
38 lines
828 B
Plaintext
38 lines
828 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2025 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
* Copyright (c) 2025 Aleksandrs Vinarskis <alex.vinarskis@gmail.com>
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "x1e80100.dtsi"
|
|
#include "x1-asus-zenbook-a14.dtsi"
|
|
|
|
/ {
|
|
model = "ASUS Zenbook A14 (UX3407RA)";
|
|
compatible = "asus,zenbook-a14-ux3407ra", "qcom,x1e80100";
|
|
};
|
|
|
|
&gpu {
|
|
status = "okay";
|
|
};
|
|
|
|
&gpu_zap_shader {
|
|
firmware-name = "qcom/x1e80100/ASUSTeK/zenbook-a14/qcdxkmsuc8380.mbn";
|
|
};
|
|
|
|
&remoteproc_adsp {
|
|
firmware-name = "qcom/x1e80100/ASUSTeK/zenbook-a14/qcadsp8380.mbn",
|
|
"qcom/x1e80100/ASUSTeK/zenbook-a14/adsp_dtbs.elf";
|
|
|
|
status = "okay";
|
|
};
|
|
|
|
&remoteproc_cdsp {
|
|
firmware-name = "qcom/x1e80100/ASUSTeK/zenbook-a14/qccdsp8380.mbn",
|
|
"qcom/x1e80100/ASUSTeK/zenbook-a14/cdsp_dtbs.elf";
|
|
|
|
status = "okay";
|
|
};
|