diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2014-02-07 16:29:24 -0500 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2014-03-31 07:32:03 -0400 |
commit | b0f1d8bec712b4267995764b34ced2c148ecfacb (patch) | |
tree | d75254cae1beaa17199d368888fa24d4cc36a30c /drivers/watchdog | |
parent | 0187cca30c5d85e39b2da28806acef7db8a88ae2 (diff) |
watchdog: sunxi: Change compatibles
The Allwinner A10 and A31 compatibles were following a slightly different
compatible patterns than the rest of the SoCs for historical reasons. Change
the compatibles to match the other pattern in the watchdog controller driver
for consistency.
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog')
-rw-r--r-- | drivers/watchdog/sunxi_wdt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/sunxi_wdt.c b/drivers/watchdog/sunxi_wdt.c index 76332d893e12..cd00a7836cdc 100644 --- a/drivers/watchdog/sunxi_wdt.c +++ b/drivers/watchdog/sunxi_wdt.c | |||
@@ -205,7 +205,7 @@ static void sunxi_wdt_shutdown(struct platform_device *pdev) | |||
205 | } | 205 | } |
206 | 206 | ||
207 | static const struct of_device_id sunxi_wdt_dt_ids[] = { | 207 | static const struct of_device_id sunxi_wdt_dt_ids[] = { |
208 | { .compatible = "allwinner,sun4i-wdt" }, | 208 | { .compatible = "allwinner,sun4i-a10-wdt" }, |
209 | { /* sentinel */ } | 209 | { /* sentinel */ } |
210 | }; | 210 | }; |
211 | MODULE_DEVICE_TABLE(of, sunxi_wdt_dt_ids); | 211 | MODULE_DEVICE_TABLE(of, sunxi_wdt_dt_ids); |