@@ -22,6 +22,7 @@ properties:
compatible:
enum:
- mediatek,mt8183-mdp3-rdma
+ - mediatek,mt8195-mdp3-rdma
- mediatek,mt8195-vdo1-rdma
reg:
@@ -58,7 +59,7 @@ properties:
mboxes:
minItems: 1
- maxItems: 2
+ maxItems: 5
interrupts:
maxItems: 1
@@ -98,6 +99,29 @@ allOf:
- mboxes
- mediatek,gce-events
+ - if:
+ properties:
+ compatible:
+ contains:
+ const: mediatek,mt8195-mdp3-rdma
+
+ then:
+ properties:
+ clocks:
+ items:
+ - description: RDMA clock
+
+ mboxes:
+ items:
+ - description: used for 1st data pipe from RDMA
+ - description: used for 2nd data pipe from RDMA
+ - description: used for 3rd data pipe from RDMA
+ - description: used for 4th data pipe from RDMA
+ - description: used for the data pipe from SPLIT
+
+ required:
+ - mediatek,gce-events
+
- if:
properties:
compatible: