diff options
author | Heiko Stuebner <heiko@sntech.de> | 2018-09-12 15:47:40 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2018-09-28 13:33:05 +0300 |
commit | 1c53ba8f22a125b770691030b279300ea982d3b1 (patch) | |
tree | 8156255d9eba566ae30ca0a61ccd09df0750756d /Documentation/devicetree/bindings/display/rockchip/dw_hdmi-rockchip.txt | |
parent | 5c3f3d22393c56f3d233587c599e66a74f031639 (diff) | |
download | linux-1c53ba8f22a125b770691030b279300ea982d3b1.tar.xz |
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
Diffstat (limited to 'Documentation/devicetree/bindings/display/rockchip/dw_hdmi-rockchip.txt')
-rw-r--r-- | Documentation/devicetree/bindings/display/rockchip/dw_hdmi-rockchip.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/rockchip/dw_hdmi-rockchip.txt b/Documentation/devicetree/bindings/display/rockchip/dw_hdmi-rockchip.txt index 937bfb472e1d..39143424a474 100644 --- a/Documentation/devicetree/bindings/display/rockchip/dw_hdmi-rockchip.txt +++ b/Documentation/devicetree/bindings/display/rockchip/dw_hdmi-rockchip.txt @@ -13,6 +13,7 @@ Required properties: - compatible: should be one of the following: "rockchip,rk3288-dw-hdmi" + "rockchip,rk3328-dw-hdmi" "rockchip,rk3399-dw-hdmi" - reg: See dw_hdmi.txt. - reg-io-width: See dw_hdmi.txt. Shall be 4. |