[PATCH 8/8] phy: rockchip: add inno hdmi phy to makefile
Heiko Stuebner
heiko at sntech.de
Sat Dec 9 11:39:17 UTC 2017
Hi Algea,
Am Montag, 25. September 2017, 19:43:56 CET schrieb Algea Cao:
> Support some SOCs,such as RK3328.
>
> Signed-off-by: Algea Cao <algea.cao at rock-chips.com>
I've tried tracking down the 8 patches of this series,
but the only one I could find was this patch 8/8.
Are you still working on this and could you resend
the series (potentially rebased onto a recent kernel)
including the same lists for all patches please?
(dri-devel but also linux-rockchip)
Thanks
Heiko
> drivers/phy/rockchip/Kconfig | 7 +++++++
> drivers/phy/rockchip/Makefile | 1 +
> 2 files changed, 8 insertions(+)
>
> diff --git a/drivers/phy/rockchip/Kconfig b/drivers/phy/rockchip/Kconfig
> index f5325b2..b021dc7 100644
> --- a/drivers/phy/rockchip/Kconfig
> +++ b/drivers/phy/rockchip/Kconfig
> @@ -8,6 +8,13 @@ config PHY_ROCKCHIP_DP
> help
> Enable this to support the Rockchip Display Port PHY.
>
> +config PHY_ROCKCHIP_INNO_HDMI_PHY
> + tristate "Rockchip INNO HDMI PHY Driver"
> + depends on ARCH_ROCKCHIP && OF
> + select GENERIC_PHY
> + help
> + Enable this to support the Rockchip HDMI PHY with Innosilicon IP block.
> +
> config PHY_ROCKCHIP_EMMC
> tristate "Rockchip EMMC PHY Driver"
> depends on ARCH_ROCKCHIP && OF
> diff --git a/drivers/phy/rockchip/Makefile b/drivers/phy/rockchip/Makefile
> index bd0acdf..6c1adc0 100644
> --- a/drivers/phy/rockchip/Makefile
> +++ b/drivers/phy/rockchip/Makefile
> @@ -4,3 +4,4 @@ obj-$(CONFIG_PHY_ROCKCHIP_INNO_USB2) += phy-rockchip-inno-usb2.o
> obj-$(CONFIG_PHY_ROCKCHIP_PCIE) += phy-rockchip-pcie.o
> obj-$(CONFIG_PHY_ROCKCHIP_TYPEC) += phy-rockchip-typec.o
> obj-$(CONFIG_PHY_ROCKCHIP_USB) += phy-rockchip-usb.o
> +obj-$(CONFIG_PHY_ROCKCHIP_INNO_HDMI_PHY) += phy-rockchip-inno-hdmi-phy.o
> \ No newline at end of file
>
More information about the dri-devel
mailing list