caff80c35f
The vpbe driver can handle different platforms DM644X, DM36X and DM355. To differentiate between this platforms venc_type/vpbe_type was passed as part of platform data which was incorrect. The correct way to differentiate to handle this case is by passing different platform names. This patch creates platform_device_id[] array supporting different platforms and assigns id_table to the platform driver, and finally in the probe gets the actual device by using platform_get_device_id() and gets the appropriate driver data for that platform. Taking this approach will also make the DT transition easier. Signed-off-by: Lad, Prabhakar <prabhakar.lad@ti.com> Signed-off-by: Manjunath Hadli <manjunath.hadli@ti.com> Acked-by: Sekhar Nori <nsekhar@ti.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com> |
||
---|---|---|
.. | ||
ccdc_types.h | ||
dm355_ccdc.h | ||
dm644x_ccdc.h | ||
isif.h | ||
vpbe.h | ||
vpbe_display.h | ||
vpbe_osd.h | ||
vpbe_types.h | ||
vpbe_venc.h | ||
vpfe_capture.h | ||
vpfe_types.h | ||
vpif_types.h | ||
vpss.h |