diff options
author | Peng Fan <peng.fan@nxp.com> | 2022-07-08 11:56:27 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2022-08-17 11:43:39 +0300 |
commit | 2928ff96496fc447f1566c94f7a654b6b22917b2 (patch) | |
tree | 24ec286c6fb0073e932851f80b0e4329ea27efc7 /Documentation/devicetree/bindings/soc/imx | |
parent | 6ad45d25dd0a3c4722ab892c17bcf5c5fabb0ed7 (diff) | |
download | linux-2928ff96496fc447f1566c94f7a654b6b22917b2.tar.xz |
dt-bindings: soc: imx: add interconnect property for i.MX8MP hdmi blk ctrl
Add interconnect property for i.MX8MP hdmi 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>
Diffstat (limited to 'Documentation/devicetree/bindings/soc/imx')
-rw-r--r-- | Documentation/devicetree/bindings/soc/imx/fsl,imx8mp-hdmi-blk-ctrl.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/soc/imx/fsl,imx8mp-hdmi-blk-ctrl.yaml b/Documentation/devicetree/bindings/soc/imx/fsl,imx8mp-hdmi-blk-ctrl.yaml index 563e1d0e327f..1be4ce2a45e8 100644 --- a/Documentation/devicetree/bindings/soc/imx/fsl,imx8mp-hdmi-blk-ctrl.yaml +++ b/Documentation/devicetree/bindings/soc/imx/fsl,imx8mp-hdmi-blk-ctrl.yaml @@ -52,6 +52,15 @@ properties: - const: ref_266m - const: ref_24m + interconnects: + maxItems: 3 + + interconnect-names: + items: + - const: hrv + - const: lcdif-hdmi + - const: hdcp + required: - compatible - reg |