On 02/27/2013 11:36 AM, Ian Lartey wrote:From: Graeme Gregory <gg@xxxxxxxxxxxxxxx>
Add support for the Palmas watchdog timer which has a timeout configurable
from 1s to 128s.
diff --git a/drivers/watchdog/palmas_wdt.c b/drivers/watchdog/palmas_wdt.c
+static struct of_device_id of_palmas_match_tbl[] = {
+ { .compatible = "ti,palmas-wdt", },
+ { /* end */ }
+};
Is there a DT binding document for that compatible value?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/