1
0
Fork 0

rtc: imx-sc: Add i.MX8QM RTC support

Add i.MX8QM RTC support.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
5.4-rM2-2.2.x-imx-squashed
Anson Huang 2019-06-11 11:13:17 +08:00 committed by Dong Aisheng
parent 219d54332a
commit 3dbf430578
1 changed files with 1 additions and 0 deletions

View File

@ -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);