summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/display
diff options
context:
space:
mode:
authorLaurentiu Palcu <laurentiu.palcu@nxp.com>2019-11-22 10:38:58 +0200
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 16:01:41 +0800
commitcb42847aa2471910bcc28c2b6853ea13d6f506f3 (patch)
tree4212d5f132df835e68f5365b37dc356d54f9da24 /Documentation/devicetree/bindings/display
parent31cfd97efc03119fd7c7f91afdb25dcc564b1f06 (diff)
dt-bindings: display: imx8mq-dcss: add bindings for DTRC interrupts
The DTRC module triggers an interrupt when each bank finished processing. So, they are needed if video compressed formats are to be played. Signed-off-by: Laurentiu Palcu <laurentiu.palcu@nxp.com>
Diffstat (limited to 'Documentation/devicetree/bindings/display')
-rw-r--r--Documentation/devicetree/bindings/display/imx/nxp,imx8mq-dcss.yaml6
1 files changed, 4 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/display/imx/nxp,imx8mq-dcss.yaml b/Documentation/devicetree/bindings/display/imx/nxp,imx8mq-dcss.yaml
index 4ed240fe6d4e..04a8a3e21c7b 100644
--- a/Documentation/devicetree/bindings/display/imx/nxp,imx8mq-dcss.yaml
+++ b/Documentation/devicetree/bindings/display/imx/nxp,imx8mq-dcss.yaml
@@ -38,6 +38,8 @@ properties:
- const: ctx_ld
- const: ctxld_kick
- const: vblank
+ - const: dtrc_ch1
+ - const: dtrc_ch2
clocks:
maxItems: 5
@@ -71,8 +73,8 @@ examples:
#size-cells = <0>;
compatible = "nxp,imx8mq-dcss";
reg = <0x32e00000 0x2d000>, <0x32e2f000 0x1000>;
- interrupts = <6>, <8>, <9>;
- interrupt-names = "ctx_ld", "ctxld_kick", "vblank";
+ interrupts = <6>, <8>, <9>, <16>, <17>;
+ interrupt-names = "ctx_ld", "ctxld_kick", "vblank", "dtrc_ch1", "dtrc_ch2";
interrupt-parent = <&irqsteer>;
clocks = <&clk 248>, <&clk 247>, <&clk 249>,
<&clk 254>,<&clk 122>, <&clk 266>, <&clk 267>;