Skip to content
Snippets Groups Projects
Commit 2da033ea authored by Christian Lamparter's avatar Christian Lamparter Committed by Petr Štetiar
Browse files

ipq806x: use ipq8064 dedicated watchdog


Add missing watchdog to list of compatible timers

Signed-off-by: default avatarChristian Lamparter <chunkeey@gmail.com>
Signed-off-by: default avatarAnsuel Smith <ansuelsmth@gmail.com>
parent df352930
No related branches found
No related tags found
No related merge requests found
......@@ -695,7 +695,8 @@
};
timer@200a000 {
compatible = "qcom,kpss-timer", "qcom,msm-timer";
compatible = "qcom,kpss-timer",
"qcom,kpss-wdt-ipq8064", "qcom,msm-timer";
interrupts = <GIC_PPI 1 (GIC_CPU_MASK_SIMPLE(2) |
IRQ_TYPE_EDGE_RISING)>,
<GIC_PPI 2 (GIC_CPU_MASK_SIMPLE(2) |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment