]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: davinci: board-dm646x-evm: set VPIF capture card name
authorSekhar Nori <nsekhar@ti.com>
Fri, 11 May 2018 15:21:36 +0000 (20:51 +0530)
committerSekhar Nori <nsekhar@ti.com>
Tue, 15 May 2018 09:01:12 +0000 (14:31 +0530)
commit0daf2cf31b833d9ecee20cfd70fefbfd52559785
tree80ac83324a16753e3f6f440b94647c3e3913ffea
parent9075bd0d8b8826b3a52f82593658c5fc5ac49d58
ARM: davinci: board-dm646x-evm: set VPIF capture card name

VPIF capture driver expects card name to be set since it
uses it without checking for NULL. The commit which
introduced VPIF display and capture support added card
name only for display, not for capture.

Set it in platform data to probe driver successfully.

While at it, also fix the display card name to something more
appropriate.

Fixes: cf3a266817f9 ("DaVinci: DM646x - platform changes for vpif capture and display drivers")
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
arch/arm/mach-davinci/board-dm646x-evm.c