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[] = {  	{	.compatible = "samsung,s5m8767-pmic",  		.data = (void *)S5M8767X,  	}, +	{	.compatible = "samsung,s2mps11-pmic", +		.data = (void *)S2MPS11X, +	},  	{},  };  #endif | 
