Skip to content

Commit 7169d08

Browse files
pthombarcdnsrobertfoss
authored andcommitted
dt-bindings: drm/bridge: MHDP8546 bridge binding changes for HDCP
Add binding changes for HDCP in the MHDP8546 DPI/DP bridge binding. Signed-off-by: Parshuram Thombare <[email protected]> Reviewed-by: Rob Herring <[email protected]> Signed-off-by: Robert Foss <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 1758f40 commit 7169d08

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

Documentation/devicetree/bindings/display/bridge/cdns,mhdp8546.yaml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,24 @@ properties:
1818

1919
reg:
2020
minItems: 1
21-
maxItems: 2
21+
maxItems: 3
2222
items:
2323
- description:
2424
Register block of mhdptx apb registers up to PHY mapped area (AUX_CONFIG_P).
2525
The AUX and PMA registers are not part of this range, they are instead
2626
included in the associated PHY.
2727
- description:
2828
Register block for DSS_EDP0_INTG_CFG_VP registers in case of TI J7 SoCs.
29+
- description:
30+
Register block of mhdptx sapb registers.
2931

3032
reg-names:
3133
minItems: 1
32-
maxItems: 2
34+
maxItems: 3
3335
items:
3436
- const: mhdptx
3537
- const: j721e-intg
38+
- const: mhdptx-sapb
3639

3740
clocks:
3841
maxItems: 1
@@ -99,14 +102,18 @@ allOf:
99102
properties:
100103
reg:
101104
minItems: 2
105+
maxItems: 3
102106
reg-names:
103107
minItems: 2
108+
maxItems: 3
104109
else:
105110
properties:
106111
reg:
107-
maxItems: 1
112+
minItems: 1
113+
maxItems: 2
108114
reg-names:
109-
maxItems: 1
115+
minItems: 1
116+
maxItems: 2
110117

111118
required:
112119
- compatible

0 commit comments

Comments
 (0)