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: 5f3c2be123 ("phy: rockchip: mipi-rx-dphy: fix compile error")
Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com>
Change-Id: I9491f015f9742aa4e1ca6e72600e32be2b0fbb2e
This commit is contained in:
Sugar Zhang
2022-02-18 19:20:03 +08:00
committed by Tao Huang
parent a68ba49925
commit 4e4e569501

View File

@@ -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.