Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARM: davinci: Use platform_device_register_full() to create pdev for …
…dm365's eDMA Convert the DM365 EDMA platform device creation to use struct platform_device_info XXXXXX __initconst and platform_device_register_full() This will allow us to specify the dma_mask for the device in an upcoming patch. Without this, EDMA on DM365 refuses to probe. Fixes: 7ab388e ("ARM: davinci: Use platform_device_register_full() to create pdev for eDMA") Reviewed-by: Peter Ujfalusi <[email protected]> Signed-off-by: Alejandro Mery <[email protected]> Signed-off-by: Sekhar Nori <[email protected]>
- Loading branch information