mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 15:11:54 +00:00
ARM: dts: msm: Add watchdog node for cinder
Add watchdog node for cinder SoC to enable watchdog driver. Change-Id: I4f71f7cde3387857942773c60634ce771e7cfaef
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
parent
c36cf62a6f
commit
21d5fe0109
@@ -380,6 +380,15 @@
|
||||
compatible = "regulator-fixed";
|
||||
regulator-name = "gcc_usb30_prim_gdsc";
|
||||
};
|
||||
|
||||
wdog: qcom,wdt@17410000 {
|
||||
compatible ="qcom,msm-watchdog";
|
||||
reg = <0x17410000 0x1000>;
|
||||
reg-names = "wdt-base";
|
||||
interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
&firmware {
|
||||
|
||||
Reference in New Issue
Block a user