diff options
Diffstat (limited to 'drivers/mfd/sec-core.c')
-rw-r--r-- | drivers/mfd/sec-core.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/mfd/sec-core.c b/drivers/mfd/sec-core.c index 79767681483a..e4930018005e 100644 --- a/drivers/mfd/sec-core.c +++ b/drivers/mfd/sec-core.c | |||
@@ -69,6 +69,9 @@ static struct of_device_id sec_dt_match[] = { | |||
69 | { .compatible = "samsung,s5m8767-pmic", | 69 | { .compatible = "samsung,s5m8767-pmic", |
70 | .data = (void *)S5M8767X, | 70 | .data = (void *)S5M8767X, |
71 | }, | 71 | }, |
72 | { .compatible = "samsung,s2mps11-pmic", | ||
73 | .data = (void *)S2MPS11X, | ||
74 | }, | ||
72 | {}, | 75 | {}, |
73 | }; | 76 | }; |
74 | #endif | 77 | #endif |