diff options
author | Mark Yao <mark.yao@rock-chips.com> | 2016-04-20 02:20:49 -0400 |
---|---|---|
committer | Sean Paul <seanpaul@chromium.org> | 2016-08-23 11:44:30 -0400 |
commit | cb09b01dd3da0f75e7c12608d8bbc8b92388da2e (patch) | |
tree | eec5230281584f47762f801cb5cf8d8cfbff55c7 | |
parent | bcc1f55fa49ee12b14b0801dbee86a10006c9dfe (diff) |
dt-bindings: add compatible strings for big/little rockchip vops
This patch documents the compatible strings for the big and little vop
in rockchip's drm driver.
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Pawel Moll <pawel.moll@arm.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Ian Campbell <ijc+devicetree@hellion.org.uk>
Cc: Kumar Gala <galak@codeaurora.org>
Reviewed-by: Tomasz Figa <tfiga@chromium.org>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Mark Yao <mark.yao@rock-chips.com>
[seanpaul removed superfluous description per tfiga's review]
Signed-off-by: Sean Paul <seanpaul@chromium.org>
-rw-r--r-- | Documentation/devicetree/bindings/display/rockchip/rockchip-vop.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/rockchip/rockchip-vop.txt b/Documentation/devicetree/bindings/display/rockchip/rockchip-vop.txt index 196121f9aad4..9eb3f0a2a078 100644 --- a/Documentation/devicetree/bindings/display/rockchip/rockchip-vop.txt +++ b/Documentation/devicetree/bindings/display/rockchip/rockchip-vop.txt | |||
@@ -8,6 +8,8 @@ Required properties: | |||
8 | - compatible: value should be one of the following | 8 | - compatible: value should be one of the following |
9 | "rockchip,rk3036-vop"; | 9 | "rockchip,rk3036-vop"; |
10 | "rockchip,rk3288-vop"; | 10 | "rockchip,rk3288-vop"; |
11 | "rockchip,rk3399-vop-big"; | ||
12 | "rockchip,rk3399-vop-lit"; | ||
11 | 13 | ||
12 | - interrupts: should contain a list of all VOP IP block interrupts in the | 14 | - interrupts: should contain a list of all VOP IP block interrupts in the |
13 | order: VSYNC, LCD_SYSTEM. The interrupt specifier | 15 | order: VSYNC, LCD_SYSTEM. The interrupt specifier |