projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ce2e93
)
soc/fsl/guts: Add compatible string for LS1088
author
ashish kumar
<ashish.kumar@nxp.com>
Mon, 21 Aug 2017 05:48:56 +0000
(11:18 +0530)
committer
Li Yang
<leoyang.li@nxp.com>
Fri, 22 Sep 2017 18:33:07 +0000
(13:33 -0500)
Adding compatible string "ls1088a-dcfg" so that
guts driver can be init for ls1088
Signed-off-by: Ashish Kumar <Ashish.Kumar@nxp.com>
Signed-off-by: Amrita Kumari <amrita.kumari@nxp.com>
Signed-off-by: Li Yang <leoyang.li@nxp.com>
drivers/soc/fsl/guts.c
patch
|
blob
|
history
diff --git
a/drivers/soc/fsl/guts.c
b/drivers/soc/fsl/guts.c
index 6af7a11f09a5465028a821251e5fc7ee659ec1c8..d89a6a80c8ef3751f7c0ba9dc40ef72f7bf51b8f 100644
(file)
--- a/
drivers/soc/fsl/guts.c
+++ b/
drivers/soc/fsl/guts.c
@@
-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);