Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: msm/disp: Introduce interconnect bindings for MDSS on SDM845

Add interconnect properties such as interconnect provider specifier
, the edge source and destination ports which are required by the
interconnect API to configure interconnect path for MDSS.

Changes in v2:
- None

Changes in v3:
- Remove common property definitions (Rob Herring)

Changes in v4:
- Use port macros and change port string names (Georgi Djakov)

Changes in v5-v7:
- None

Signed-off-by: Sravanthi Kollukuduru <skolluku@codeaurora.org>
Signed-off-by: Jayant Shekhar <jshekhar@codeaurora.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Rob Clark <robdclark@chromium.org>

authored by

Jayant Shekhar and committed by
Rob Clark
a67e13e1 20cad6cd

+10
+10
Documentation/devicetree/bindings/display/msm/dpu.txt
··· 28 28 - #address-cells: number of address cells for the MDSS children. Should be 1. 29 29 - #size-cells: Should be 1. 30 30 - ranges: parent bus address space is the same as the child bus address space. 31 + - interconnects : interconnect path specifier for MDSS according to 32 + Documentation/devicetree/bindings/interconnect/interconnect.txt. Should be 33 + 2 paths corresponding to 2 AXI ports. 34 + - interconnect-names : MDSS will have 2 port names to differentiate between the 35 + 2 interconnect paths defined with interconnect specifier. 31 36 32 37 Optional properties: 33 38 - assigned-clocks: list of clock specifiers for clocks needing rate assignment ··· 90 85 interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>; 91 86 interrupt-controller; 92 87 #interrupt-cells = <1>; 88 + 89 + interconnects = <&rsc_hlos MASTER_MDP0 &rsc_hlos SLAVE_EBI1>, 90 + <&rsc_hlos MASTER_MDP1 &rsc_hlos SLAVE_EBI1>; 91 + 92 + interconnect-names = "mdp0-mem", "mdp1-mem"; 93 93 94 94 iommus = <&apps_iommu 0>; 95 95