diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2018-02-09 17:07:15 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2018-02-09 17:07:15 -0800 |
| commit | 5ea3f07aeca8241f5ec52055d82014d4a2e4e81d (patch) | |
| tree | 0c2aad9cd8a3ccb8c7428e9cb8bf8f12dd54b583 | |
| parent | d0c522b2ffae7fcc69e996b50c86faf1e6af9c16 (diff) | |
| parent | 8755da552b726e63b43bb5bbb04e5dd78b561d5d (diff) | |
Merge "ARM: dts: qcom: add wdog to the baseline msm8996 vplatform"
| -rw-r--r-- | arch/arm/boot/dts/qcom/vplatform-lfv-msm8996-baseline.dts | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/vplatform-lfv-msm8996-baseline.dts b/arch/arm/boot/dts/qcom/vplatform-lfv-msm8996-baseline.dts index 5fe9a49915c5..515de94fc405 100644 --- a/arch/arm/boot/dts/qcom/vplatform-lfv-msm8996-baseline.dts +++ b/arch/arm/boot/dts/qcom/vplatform-lfv-msm8996-baseline.dts @@ -50,6 +50,17 @@ }; }; + wdog: qcom,wdt@9830000 { + compatible = "qcom,msm-watchdog"; + reg = <0x9830000 0x1000>; + reg-names = "wdt-base"; + interrupts = <0 28 0>, <0 29 0>; + qcom,bark-time = <11000>; + qcom,pet-time = <10000>; + qcom,ipi-ping; + qcom,wakeup-enable; + }; + qcom,hab { compatible = "qcom,hab"; vmid = <3>; |
