mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:49:52 +00:00
ARM: dts: msm: Add WDT node for sm8150
Add WDT node with compatible qcom,msm-watchdog, to enable watchdog driver on sm8150. Change-Id: I9685add09210fa5204c6ea78636681b4679f36fc
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
parent
bca4c62cfe
commit
c99ba6c21a
@@ -878,6 +878,13 @@
|
||||
cap-based-alloc-and-pwr-collapse;
|
||||
};
|
||||
|
||||
wdog: qcom,wdt@17c10000 {
|
||||
compatible = "qcom,msm-watchdog";
|
||||
reg = <0x17c10000 0x1000>;
|
||||
reg-names = "wdt-base";
|
||||
interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>;
|
||||
};
|
||||
|
||||
qcom,mem-buf {
|
||||
compatible = "qcom,mem-buf";
|
||||
qcom,mem-buf-capabilities = "supplier";
|
||||
|
||||
Reference in New Issue
Block a user