[PATCH] dt-bindings: mxsfb: Add interconnect bindings for LCDIF path

From: Martin Kepplinger
Date: Wed Jan 27 2021 - 06:55:03 EST


Add optional interconnect properties for the dram path requests.

Signed-off-by: Martin Kepplinger <martin.kepplinger@xxxxxxx>
---
Documentation/devicetree/bindings/display/fsl,lcdif.yaml | 8 ++++++++
1 file changed, 8 insertions(+)

diff --git a/Documentation/devicetree/bindings/display/fsl,lcdif.yaml b/Documentation/devicetree/bindings/display/fsl,lcdif.yaml
index a4c3064c778c..44d744800a7c 100644
--- a/Documentation/devicetree/bindings/display/fsl,lcdif.yaml
+++ b/Documentation/devicetree/bindings/display/fsl,lcdif.yaml
@@ -50,6 +50,14 @@ properties:
interrupts:
maxItems: 1

+ interconnects:
+ items:
+ - description: Interconnect path between LCDIF and main memory
+
+ interconnect-names:
+ items:
+ - const: dram
+
port:
$ref: /schemas/graph.yaml#/properties/port
description: The LCDIF output port
--
2.20.1