summaryrefslogtreecommitdiffstats
path: root/sys/arm/at91/at91_wdt.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arm/at91/at91_wdt.c')
-rw-r--r--sys/arm/at91/at91_wdt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/at91/at91_wdt.c b/sys/arm/at91/at91_wdt.c
index 3048147..9ab51e1 100644
--- a/sys/arm/at91/at91_wdt.c
+++ b/sys/arm/at91/at91_wdt.c
@@ -132,7 +132,7 @@ static int
wdt_probe(device_t dev)
{
- if (at91_is_sam9()) {
+ if (at91_is_sam9() || at91_is_sam9xe()) {
device_set_desc(dev, "WDT");
return (0);
}
OpenPOWER on IntegriCloud