]> git.baikalelectronics.ru Git - kernel.git/commit
drm/bridge: anx7625: Use DPI bus type
authorXin Ji <xji@analogixsemi.com>
Fri, 22 Apr 2022 08:47:18 +0000 (16:47 +0800)
committerRobert Foss <robert.foss@linaro.org>
Mon, 20 Jun 2022 19:01:45 +0000 (21:01 +0200)
commitd26ad08f46ecbec9aac4efd75a6e55b611873e40
treea0a696c3abe1290ee175ea00e986eb8bb22af1c9
parent2a19c06c6c1a6dac2a9dbda9037f8f60ca529944
drm/bridge: anx7625: Use DPI bus type

As V4L2_FWNODE_BUS_TYPE_PARALLEL not properly descript for DPI
interface, this patch use new defined V4L2_FWNODE_BUS_TYPE_DPI for it.

Fixes: d9e655eb0491 ("drm/bridge: anx7625: add MIPI DPI input feature")
Signed-off-by: Xin Ji <xji@analogixsemi.com>
Tested-by: Chen-Yu Tsai <wenst@chromium.org>
Acked-by: Robert Foss <robert.foss@linaro.org>
Reviewed-by: Robert Foss <robert.foss@linaro.org>
Signed-off-by: Robert Foss <robert.foss@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20220422084720.959271-4-xji@analogixsemi.com
drivers/gpu/drm/bridge/analogix/anx7625.c