mfd: mc13xxx: Add support for mc34708
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Acked-by: Marc Reilly <marc@cpdesign.com.au> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:

کامیت شده توسط
Samuel Ortiz

والد
cd0f34b08f
کامیت
0312e024d6
@@ -32,6 +32,9 @@ static const struct spi_device_id mc13xxx_device_id[] = {
|
||||
}, {
|
||||
.name = "mc13892",
|
||||
.driver_data = (kernel_ulong_t)&mc13xxx_variant_mc13892,
|
||||
}, {
|
||||
.name = "mc34708",
|
||||
.driver_data = (kernel_ulong_t)&mc13xxx_variant_mc34708,
|
||||
}, {
|
||||
/* sentinel */
|
||||
}
|
||||
@@ -41,6 +44,7 @@ MODULE_DEVICE_TABLE(spi, mc13xxx_device_id);
|
||||
static const struct of_device_id mc13xxx_dt_ids[] = {
|
||||
{ .compatible = "fsl,mc13783", .data = &mc13xxx_variant_mc13783, },
|
||||
{ .compatible = "fsl,mc13892", .data = &mc13xxx_variant_mc13892, },
|
||||
{ .compatible = "fsl,mc34708", .data = &mc13xxx_variant_mc34708, },
|
||||
{ /* sentinel */ }
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, mc13xxx_dt_ids);
|
||||
|
مرجع در شماره جدید
Block a user