Re: [PATCH v2 4/4] arm64: dts: qcom: x1-vivobook-s15: add Purwa-compatible device tree
From: Konrad Dybcio
Date: Thu Feb 12 2026 - 05:06:49 EST
On 2/11/26 9:37 PM, Jens Glathe via B4 Relay wrote:
> From: Jens Glathe <jens.glathe@xxxxxxxxxxxxxxxxxxxxxx>
>
> The ASUS Vivobook S15 (S5507) [1] is available with Hamoa and Purwa SoC.
>
> Add the Purwa-based device tree.
>
> [1]: https://www.asus.com/de/laptops/for-home/vivobook/asus-vivobook-s-15-s5507/techspec/
>
> Tested-by: Colin K. Williams <colin@xxxxxxxxx>
> Signed-off-by: Jens Glathe <jens.glathe@xxxxxxxxxxxxxxxxxxxxxx>
> ---
[...]
> +/delete-node/ &pmc8380_6;
> +/delete-node/ &pmc8380_6_thermal;
> +
> +/ {
> + model = "ASUS Vivobook S 15 X1P-42-100";
> + compatible = "asus,vivobook-s15-x1p4", "qcom,x1p42100";
> + chassis-type = "laptop";
> +};
> +
> +&gpu_zap_shader {
> + firmware-name = "qcom/x1p42100/ASUSTeK/vivobook-s15/qcdxkmsucpurwa.mbn";
> +};
> +
> +&iris {
> + firmware-name = "qcom/x1p42100/ASUSTeK/vivobook-s15/qcvss8380.mbn";
> + status = "okay";
nit: Ideally there would be a consistent \n before this status, like near
the ones below
Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>
Konrad
> +};
> +
> +&remoteproc_adsp {
> + firmware-name = "qcom/x1p42100/ASUSTeK/vivobook-s15/qcadsp8380.mbn",
> + "qcom/x1p42100/ASUSTeK/vivobook-s15/adsp_dtbs.elf";
> +
> + status = "okay";
> +};
> +
> +&remoteproc_cdsp {
> + firmware-name = "qcom/x1p42100/ASUSTeK/vivobook-s15/qccdsp8380.mbn",
> + "qcom/x1p42100/ASUSTeK/vivobook-s15/cdsp_dtbs.elf";
> +
> + status = "okay";
> +};
> +
>