-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path0075-dt-bindings-display-vop2-Add-rk3576-support.patch
48 lines (41 loc) · 1.68 KB
/
0075-dt-bindings-display-vop2-Add-rk3576-support.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
From 5ca750f0a7daa667dd5109dbbd9e17d635e185bc Mon Sep 17 00:00:00 2001
From: Andy Yan <[email protected]>
Date: Fri, 20 Sep 2024 16:23:02 +0800
Subject: [PATCH 75/77] dt-bindings: display: vop2: Add rk3576 support
Add vop found on rk3576, the main difference between rk3576 and the
previous vop is that each VP has its own interrupt line.
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Andy Yan <[email protected]>
---
.../bindings/display/rockchip/rockchip-vop2.yaml | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/Documentation/devicetree/bindings/display/rockchip/rockchip-vop2.yaml b/Documentation/devicetree/bindings/display/rockchip/rockchip-vop2.yaml
index 2531726af306b..a44964b6c36a0 100644
--- a/Documentation/devicetree/bindings/display/rockchip/rockchip-vop2.yaml
+++ b/Documentation/devicetree/bindings/display/rockchip/rockchip-vop2.yaml
@@ -20,6 +20,7 @@ properties:
enum:
- rockchip,rk3566-vop
- rockchip,rk3568-vop
+ - rockchip,rk3576-vop
- rockchip,rk3588-vop
reg:
@@ -37,10 +38,14 @@ properties:
- const: gamma-lut
interrupts:
- maxItems: 1
- description:
- The VOP interrupt is shared by several interrupt sources, such as
- frame start (VSYNC), line flag and other status interrupts.
+ minItems: 1
+ items:
+ - description:
+ vop system interrupt, such as bus error, and vsync for vop version under
+ rk3576.
+ - description:
+ independent interrupts for each video port, such as vsync and other video
+ port related error interrupts.
# See compatible-specific constraints below.
clocks:
--
2.47.0