diff options
author | Mark Yao <mark.yao@rock-chips.com> | 2017-06-22 10:17:24 +0300 |
---|---|---|
committer | Mark Yao <mark.yao@rock-chips.com> | 2017-06-23 03:52:03 +0300 |
commit | 6445e394c54b61974491fccbf2e4fcd990d2fa8b (patch) | |
tree | 4f6fb432e9bd7f7963d45d31e6af33db4d020162 /Documentation/devicetree/bindings/display | |
parent | 364a7bf574ebbd7c001a1c3f79816d0480062f80 (diff) | |
download | linux-6445e394c54b61974491fccbf2e4fcd990d2fa8b.tar.xz |
drm/rockchip: dw_hdmi: add RK3399 HDMI support
RK3399 and RK3288 shared the same HDMI IP controller, only some light
difference with GRF configure.
Signed-off-by: Yakir Yang <ykk@rock-chips.com>
Signed-off-by: Mark Yao <mark.yao@rock-chips.com>
Acked-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/display')
-rw-r--r-- | Documentation/devicetree/bindings/display/rockchip/dw_hdmi-rockchip.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/display/rockchip/dw_hdmi-rockchip.txt b/Documentation/devicetree/bindings/display/rockchip/dw_hdmi-rockchip.txt index 046076c6b277..7039a15b0d04 100644 --- a/Documentation/devicetree/bindings/display/rockchip/dw_hdmi-rockchip.txt +++ b/Documentation/devicetree/bindings/display/rockchip/dw_hdmi-rockchip.txt @@ -11,7 +11,9 @@ following device-specific properties. Required properties: -- compatible: Shall contain "rockchip,rk3288-dw-hdmi". +- compatible: should be one of the following: + "rockchip,rk3288-dw-hdmi" + "rockchip,rk3399-dw-hdmi" - reg: See dw_hdmi.txt. - reg-io-width: See dw_hdmi.txt. Shall be 4. - interrupts: HDMI interrupt number |