Skip to content

Commit 0e6ee83

Browse files
Kaustabh Chakrabortydaeinki
authored andcommitted
dt-bindings: display: samsung,exynos7-decon: document iommus, memory-region, and ports
Similar to FIMD and Exynos5433's DECON, the Exynos7 DECON hardware: - May optionally require an IOMMU to initialize a display region. - Outputs image data to another block, say an MIC or a DSI master. If an IOMMU is present, it may also require to access the reserved framebuffer region. Document these bindings in the devicetree schema. Signed-off-by: Kaustabh Chakraborty <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Inki Dae <[email protected]>
1 parent 77169a1 commit 0e6ee83

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Documentation/devicetree/bindings/display/samsung/samsung,exynos7-decon.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,21 @@ properties:
8080
- const: vsync
8181
- const: lcd_sys
8282

83+
iommus:
84+
maxItems: 1
85+
86+
memory-region:
87+
maxItems: 1
88+
description:
89+
A phandle to a node describing a reserved framebuffer memory region.
90+
For example, the splash memory region set up by the bootloader.
91+
92+
port:
93+
$ref: /schemas/graph.yaml#/properties/port
94+
description:
95+
Output port which is connected to either a Mobile Image Compressor
96+
(MIC) or a DSI Master device.
97+
8398
power-domains:
8499
maxItems: 1
85100

@@ -92,6 +107,7 @@ required:
92107
- clock-names
93108
- interrupts
94109
- interrupt-names
110+
- port
95111
- reg
96112

97113
additionalProperties: false
@@ -118,4 +134,9 @@ examples:
118134
"decon0_vclk";
119135
pinctrl-0 = <&lcd_clk &pwm1_out>;
120136
pinctrl-names = "default";
137+
port {
138+
decon_to_dsi: endpoint {
139+
remote-endpoint = <&dsi_to_decon>;
140+
};
141+
};
121142
};

0 commit comments

Comments
 (0)