From: Sai Prakash Ranjan Date: Fri, 13 Dec 2019 04:53:20 +0000 (+0530) Subject: arm64: dts: qcom: qcs404: Update the compatible for watchdog timer X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.0~2836^2~20^2~37 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=9692d9ffa874079c578372fc2a29a34dc8855319;p=linux.git arm64: dts: qcom: qcs404: Update the compatible for watchdog timer Update the compatible for QCS404 watchdog timer with proper SoC specific compatible. Signed-off-by: Sai Prakash Ranjan Link: https://lore.kernel.org/r/757995875cc12d3f5a8f5fd5659b04653950970a.1576211720.git.saiprakash.ranjan@codeaurora.org Signed-off-by: Bjorn Andersson --- diff --git a/arch/arm64/boot/dts/qcom/qcs404.dtsi b/arch/arm64/boot/dts/qcom/qcs404.dtsi index f5f0c4c9cb16..c9e8e629045b 100644 --- a/arch/arm64/boot/dts/qcom/qcs404.dtsi +++ b/arch/arm64/boot/dts/qcom/qcs404.dtsi @@ -905,7 +905,7 @@ }; watchdog@b017000 { - compatible = "qcom,kpss-wdt"; + compatible = "qcom,apss-wdt-qcs404", "qcom,kpss-wdt"; reg = <0x0b017000 0x1000>; clocks = <&sleep_clk>; };