|
@@ -428,6 +428,7 @@ static const struct pm8xxx_rtc_regs pm8941_regs = {
|
|
|
*/
|
|
|
static const struct of_device_id pm8xxx_id_table[] = {
|
|
|
{ .compatible = "qcom,pm8921-rtc", .data = &pm8921_regs },
|
|
|
+ { .compatible = "qcom,pm8018-rtc", .data = &pm8921_regs },
|
|
|
{ .compatible = "qcom,pm8058-rtc", .data = &pm8058_regs },
|
|
|
{ .compatible = "qcom,pm8941-rtc", .data = &pm8941_regs },
|
|
|
{ },
|