diff options
Diffstat (limited to 'drivers/soc/fsl/guts.c')
-rw-r--r-- | drivers/soc/fsl/guts.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/soc/fsl/guts.c b/drivers/soc/fsl/guts.c index 78607da7320e..1ef8068c8dd3 100644 --- a/drivers/soc/fsl/guts.c +++ b/drivers/soc/fsl/guts.c | |||
@@ -97,6 +97,11 @@ static const struct fsl_soc_die_attr fsl_soc_die[] = { | |||
97 | .svr = 0x87000000, | 97 | .svr = 0x87000000, |
98 | .mask = 0xfff70000, | 98 | .mask = 0xfff70000, |
99 | }, | 99 | }, |
100 | /* Die: LX2160A, SoC: LX2160A/LX2120A/LX2080A */ | ||
101 | { .die = "LX2160A", | ||
102 | .svr = 0x87360000, | ||
103 | .mask = 0xff3f0000, | ||
104 | }, | ||
100 | { }, | 105 | { }, |
101 | }; | 106 | }; |
102 | 107 | ||
@@ -218,6 +223,7 @@ static const struct of_device_id fsl_guts_of_match[] = { | |||
218 | { .compatible = "fsl,ls1088a-dcfg", }, | 223 | { .compatible = "fsl,ls1088a-dcfg", }, |
219 | { .compatible = "fsl,ls1012a-dcfg", }, | 224 | { .compatible = "fsl,ls1012a-dcfg", }, |
220 | { .compatible = "fsl,ls1046a-dcfg", }, | 225 | { .compatible = "fsl,ls1046a-dcfg", }, |
226 | { .compatible = "fsl,lx2160a-dcfg", }, | ||
221 | {} | 227 | {} |
222 | }; | 228 | }; |
223 | MODULE_DEVICE_TABLE(of, fsl_guts_of_match); | 229 | MODULE_DEVICE_TABLE(of, fsl_guts_of_match); |