aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq806x/patches/011-watchdog-qcom-use-timer-devicetree-binding.patch
Commit message (Collapse)AuthorAgeFilesLines
* ipq806x: rename patches in patches-3.18John Crispin2015-03-061-72/+0
| | | | | | | | This will allow ipq806x to support multiple kernel version more easily. Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org> SVN-Revision: 44616
* ipq806x: fix "reboot" commandJohn Crispin2015-02-221-0/+72
The watchdog driver already registers a restart notifier, we just have to enable it in the config and in the DT to fix the "reboot" command. This is done by integratin the following patch-set: https://lkml.org/lkml/2015/2/20/610 I'm copy-pasting the description below: qcom-wdt is currently assuming the presence of a dedicated node in DT to gets its configuration. However, on msm architecture, the watchdog is usually part of the timer block. So this patch-set is changing the driver and slightly enhancing the timer DT bindings to provide the relevant clocks and interrupts. Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org> SVN-Revision: 44504