Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6ea0acfd authored by yangbo lu's avatar yangbo lu Committed by Li Yang
Browse files

soc: fsl: support GUTS driver for ls1012a/ls1046a



This patch is to add compatible strings "fsl,ls1021a-dcfg" and
"fsl,ls1043a-dcfg" into device match table of GUTS driver.

Signed-off-by: default avatarYangbo Lu <yangbo.lu@nxp.com>
Signed-off-by: default avatarLi Yang <leoyang.li@nxp.com>
parent ae64f9bd
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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);