ipq806x: use ipq8064 dedicated watchdog
Add missing watchdog to list of compatible timers Signed-off-by: Christian Lamparter <chunkeey@gmail.com> Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
This commit is contained in:
parent
df35293000
commit
2da033eaa6
1 changed files with 2 additions and 1 deletions
|
@ -695,7 +695,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
timer@200a000 {
|
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) |
|
interrupts = <GIC_PPI 1 (GIC_CPU_MASK_SIMPLE(2) |
|
||||||
IRQ_TYPE_EDGE_RISING)>,
|
IRQ_TYPE_EDGE_RISING)>,
|
||||||
<GIC_PPI 2 (GIC_CPU_MASK_SIMPLE(2) |
|
<GIC_PPI 2 (GIC_CPU_MASK_SIMPLE(2) |
|
||||||
|
|
Loading…
Reference in a new issue