Re: [PATCH 6/7] arm64: dts: qcom: sc7180: add gpu_zap_shader label
From: Konrad Dybcio
Date: Thu Oct 30 2025 - 07:03:14 EST
On 10/28/25 10:00 PM, Dmitry Baryshkov wrote:
> Patching existing DT nodes based on full path is error prone and
this is not a full path reference, although DT unfortunately supports it:
&{/soc@0/foo@cafe/bar@dead/path@1234/pleasedontusethis@321} {}
> generally not recommended. Add a generic zap-shader subnode to the GPU
> node on SC7180, delete it on trogdor and IDP, two platforms which don't
> use ZAP and patch it with the firmware-name on all other platforms by
> using the label.
>
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxxxxxxxx>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>
Konrad