From 4e4e56950132a51ef67d321b0066f524159246c8 Mon Sep 17 00:00:00 2001 From: Sugar Zhang Date: Fri, 18 Feb 2022 19:20:03 +0800 Subject: [PATCH] phy: rockchip: mipi-rx: Fix compile err drivers/phy/rockchip/phy-rockchip-mipi-rx.o: In function `rockchip_mipidphy_probe': phy-rockchip-mipi-rx.c:(.text+0x1104): undefined reference to `v4l2_async_notifier_parse_fwnode_endpoints_by_port' Fixes: 5f3c2be123ba ("phy: rockchip: mipi-rx-dphy: fix compile error") Signed-off-by: Sugar Zhang Change-Id: I9491f015f9742aa4e1ca6e72600e32be2b0fbb2e --- drivers/phy/rockchip/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/phy/rockchip/Kconfig b/drivers/phy/rockchip/Kconfig index 9efa2cc9d9fc..e11acacbaf98 100644 --- a/drivers/phy/rockchip/Kconfig +++ b/drivers/phy/rockchip/Kconfig @@ -86,6 +86,7 @@ config PHY_ROCKCHIP_MIPI_RX depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API depends on ARCH_ROCKCHIP && OF select GENERIC_PHY + select V4L2_FWNODE help Enable this to support the Rockchip MIPI D-PHY with Synopsys or Innosilicon IP block.