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

Commit b4964680 authored by ashish kumar's avatar ashish kumar Committed by Li Yang
Browse files

soc/fsl/guts: Add compatible string for LS1088



Adding compatible string "ls1088a-dcfg" so that
guts driver can be init for ls1088

Signed-off-by: default avatarAshish Kumar <Ashish.Kumar@nxp.com>
Signed-off-by: default avatarAmrita Kumari <amrita.kumari@nxp.com>
Signed-off-by: default avatarLi Yang <leoyang.li@nxp.com>
parent 7ce2e934
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -213,6 +213,7 @@ static const struct of_device_id fsl_guts_of_match[] = {
	{ .compatible = "fsl,ls1021a-dcfg", },
	{ .compatible = "fsl,ls1043a-dcfg", },
	{ .compatible = "fsl,ls2080a-dcfg", },
	{ .compatible = "fsl,ls1088a-dcfg", },
	{}
};
MODULE_DEVICE_TABLE(of, fsl_guts_of_match);