mirror of
https://github.com/torvalds/linux.git
synced 2024-12-26 04:42:12 +00:00
8899b8d93e
Add DT support for twl4030_wdt. This is needed to get twl4030_wdt to probe when booting with DT. Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
11 lines
174 B
Plaintext
11 lines
174 B
Plaintext
Device tree bindings for twl4030-wdt driver (TWL4030 watchdog)
|
|
|
|
Required properties:
|
|
compatible = "ti,twl4030-wdt";
|
|
|
|
Example:
|
|
|
|
watchdog {
|
|
compatible = "ti,twl4030-wdt";
|
|
};
|