summaryrefslogtreecommitdiff
path: root/drivers/rtc
diff options
context:
space:
mode:
authorAnson Huang <Anson.Huang@nxp.com>2019-06-11 11:13:17 +0800
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 15:45:09 +0800
commit3dbf43057846587bf3e07c53049605b0d944e2f3 (patch)
treea2d54592c34418dc58d9ca23978a60d28c5d6d7e /drivers/rtc
parent219d54332a09e8d8741c1e1982f5eae56099de85 (diff)
rtc: imx-sc: Add i.MX8QM RTC support
Add i.MX8QM RTC support. Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Diffstat (limited to 'drivers/rtc')
-rw-r--r--drivers/rtc/rtc-imx-sc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/rtc/rtc-imx-sc.c b/drivers/rtc/rtc-imx-sc.c
index cf2c12107f2b..69d3ee7e9aa9 100644
--- a/drivers/rtc/rtc-imx-sc.c
+++ b/drivers/rtc/rtc-imx-sc.c
@@ -177,6 +177,7 @@ static int imx_sc_rtc_probe(struct platform_device *pdev)
static const struct of_device_id imx_sc_dt_ids[] = {
{ .compatible = "fsl,imx8qxp-sc-rtc", },
+ { .compatible = "fsl,imx8qm-sc-rtc", },
{}
};
MODULE_DEVICE_TABLE(of, imx_sc_dt_ids);