diff options
author | Peng Fan <[email protected]> | 2022-07-08 16:56:26 +0800 |
---|---|---|
committer | Shawn Guo <[email protected]> | 2022-08-17 16:43:29 +0800 |
commit | 6ad45d25dd0a3c4722ab892c17bcf5c5fabb0ed7 (patch) | |
tree | 09bb09630dc2bb40fe2dc79f60c43b39dd21dcbb | |
parent | 568035b01cfb107af8d2e4bd2fb9aea22cf5b868 (diff) |
dt-bindings: soc: imx: add interconnect property for i.MX8MP media blk ctrl
Add interconnect property for i.MX8MP mediamix blk ctrl
Signed-off-by: Peng Fan <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/soc/imx/fsl,imx8mp-media-blk-ctrl.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/soc/imx/fsl,imx8mp-media-blk-ctrl.yaml b/Documentation/devicetree/bindings/soc/imx/fsl,imx8mp-media-blk-ctrl.yaml index b246d8386ba4..dadb6108e321 100644 --- a/Documentation/devicetree/bindings/soc/imx/fsl,imx8mp-media-blk-ctrl.yaml +++ b/Documentation/devicetree/bindings/soc/imx/fsl,imx8mp-media-blk-ctrl.yaml @@ -64,6 +64,20 @@ properties: - const: isp - const: phy + interconnects: + maxItems: 8 + + interconnect-names: + items: + - const: lcdif-rd + - const: lcdif-wr + - const: isi0 + - const: isi1 + - const: isi2 + - const: isp0 + - const: isp1 + - const: dwe + required: - compatible - reg |