diff options
author | Peng Fan <peng.fan@nxp.com> | 2022-07-08 11:56:28 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2022-08-17 11:43:47 +0300 |
commit | 05099a846fd7deba30a3b8cfe56c77daf47e6b74 (patch) | |
tree | ee2cf18ead1647d69c2d859d7f62c28f8b0e1d9d | |
parent | 2928ff96496fc447f1566c94f7a654b6b22917b2 (diff) | |
download | linux-05099a846fd7deba30a3b8cfe56c77daf47e6b74.tar.xz |
dt-bindings: soc: imx: add interconnect property for i.MX8MP hsio blk ctrl
Add interconnect property for i.MX8MP hsio blk ctrl
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/soc/imx/fsl,imx8mp-hsio-blk-ctrl.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/soc/imx/fsl,imx8mp-hsio-blk-ctrl.yaml b/Documentation/devicetree/bindings/soc/imx/fsl,imx8mp-hsio-blk-ctrl.yaml index c1e29d94f40e..c29181a9745b 100644 --- a/Documentation/devicetree/bindings/soc/imx/fsl,imx8mp-hsio-blk-ctrl.yaml +++ b/Documentation/devicetree/bindings/soc/imx/fsl,imx8mp-hsio-blk-ctrl.yaml @@ -48,6 +48,16 @@ properties: - const: usb - const: pcie + interconnects: + maxItems: 4 + + interconnect-names: + items: + - const: noc-pcie + - const: usb1 + - const: usb2 + - const: pcie + required: - compatible - reg |