arm64: dts: qcom: x1-el2: Enable the APSS watchdog
In EL2, the APSS watchdog is available. So enable it in the overlay. Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Signed-off-by: Abel Vesa <abel.vesa@oss.qualcomm.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Link: https://lore.kernel.org/r/20251224-arm64-dts-qcom-x1e80100-el2-add-apss-wdt-v3-3-1801c55d2883@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>master
parent
4da4883613
commit
f010e0b997
|
|
@ -7,6 +7,10 @@
|
|||
/dts-v1/;
|
||||
/plugin/;
|
||||
|
||||
&apss_watchdog {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
/* We can't and don't need to use zap shader in EL2 as linux can zap the gpu on it's own. */
|
||||
&gpu_zap_shader {
|
||||
status = "disabled";
|
||||
|
|
|
|||
Loading…
Reference in New Issue