]> git.baikalelectronics.ru Git - kernel.git/commit
drm/rockchip: dw_hdmi: add dw-hdmi support for the rk3328
authorHeiko Stuebner <heiko@sntech.de>
Wed, 12 Sep 2018 12:47:40 +0000 (14:47 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Fri, 28 Sep 2018 10:33:05 +0000 (12:33 +0200)
commitba77b0c406f8e102cad4aaa675f56371b925c0b1
tree8156255d9eba566ae30ca0a61ccd09df0750756d
parent9d1d5b3f974f423ae0d1502c957352ff31dca236
drm/rockchip: dw_hdmi: add dw-hdmi support for the rk3328

The rk3328 uses a dw-hdmi controller with an external hdmi phy from
Innosilicon which uses the generic phy framework for access.
Add the necessary data and the compatible for the rk3328 to the
rockchip dw-hdmi driver.

changes in v5:
- disable CEC_5V option to make CEC actually work (Jonas)
changes in v3:
- reword as suggested by Rob to show that it's a dw-hdmi + Inno phy

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Tested-by: Robin Murphy <robin.murphy@arm.com>
Acked-by: Rob Herring <robh@kernel.org>
Reviewed-by: Zheng Yang <zhengyang@rock-chips.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180912124740.20343-7-heiko@sntech.de
Documentation/devicetree/bindings/display/rockchip/dw_hdmi-rockchip.txt
drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c