mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 06:50:58 +07:00
mfd: t7l66 MMC platform data
The tmio MMC driver needs the cell to be passed as a platform data. Signed-off-by: Samuel Ortiz <sameo@openedhand.com>
This commit is contained in:
parent
d2432a6321
commit
8a4fbe013f
@ -343,6 +343,11 @@ static int t7l66xb_probe(struct platform_device *dev)
|
||||
t7l66xb_cells[T7L66XB_CELL_NAND].data_size =
|
||||
sizeof(t7l66xb_cells[T7L66XB_CELL_NAND]);
|
||||
|
||||
t7l66xb_cells[T7L66XB_CELL_MMC].platform_data =
|
||||
&t7l66xb_cells[T7L66XB_CELL_MMC];
|
||||
t7l66xb_cells[T7L66XB_CELL_MMC].data_size =
|
||||
sizeof(t7l66xb_cells[T7L66XB_CELL_MMC]);
|
||||
|
||||
ret = mfd_add_devices(&dev->dev, dev->id,
|
||||
t7l66xb_cells, ARRAY_SIZE(t7l66xb_cells),
|
||||
iomem, t7l66xb->irq_base);
|
||||
|
Loading…
Reference in New Issue
Block a user