|
@@ -644,7 +644,8 @@ static SIMPLE_DEV_PM_OPS(isl12057_rtc_pm_ops, isl12057_rtc_suspend,
|
|
|
|
|
|
#ifdef CONFIG_OF
|
|
|
static const struct of_device_id isl12057_dt_match[] = {
|
|
|
- { .compatible = "isl,isl12057" },
|
|
|
+ { .compatible = "isl,isl12057" }, /* for backward compat., don't use */
|
|
|
+ { .compatible = "isil,isl12057" },
|
|
|
{ },
|
|
|
};
|
|
|
#endif
|