drivers/rtc/Kconfig: add hardware dependency to rtc-moxart
[deliverable/linux.git] / drivers / rtc / rtc-sunxi.c
index 68a35284e5ada445b1da7384b6c38f573179fb6f..b6f21f73d5080e4a453e0544342e778e8dc75aa8 100644 (file)
@@ -428,7 +428,7 @@ static const struct rtc_class_ops sunxi_rtc_ops = {
 };
 
 static const struct of_device_id sunxi_rtc_dt_ids[] = {
-       { .compatible = "allwinner,sun4i-rtc", .data = &data_year_param[0] },
+       { .compatible = "allwinner,sun4i-a10-rtc", .data = &data_year_param[0] },
        { .compatible = "allwinner,sun7i-a20-rtc", .data = &data_year_param[1] },
        { /* sentinel */ },
 };
This page took 0.023645 seconds and 5 git commands to generate.