soc: fsl: support GUTS driver for ls1012a/ls1046a
authoryangbo lu <yangbo.lu@nxp.com>
Thu, 7 Dec 2017 08:36:15 +0000 (16:36 +0800)
committerLi Yang <leoyang.li@nxp.com>
Fri, 8 Dec 2017 22:22:59 +0000 (16:22 -0600)
This patch is to add compatible strings "fsl,ls1021a-dcfg" and
"fsl,ls1043a-dcfg" into device match table of GUTS driver.

Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
Signed-off-by: Li Yang <leoyang.li@nxp.com>
drivers/soc/fsl/guts.c

index d89a6a8..d98de2c 100644 (file)
@@ -214,6 +214,8 @@ static const struct of_device_id fsl_guts_of_match[] = {
        { .compatible = "fsl,ls1043a-dcfg", },
        { .compatible = "fsl,ls2080a-dcfg", },
        { .compatible = "fsl,ls1088a-dcfg", },
+       { .compatible = "fsl,ls1012a-dcfg", },
+       { .compatible = "fsl,ls1046a-dcfg", },
        {}
 };
 MODULE_DEVICE_TABLE(of, fsl_guts_of_match);