diff options
Diffstat (limited to 'sys/contrib/device-tree/Bindings/display/bridge/fsl,imx8mp-hdmi-tx.yaml')
| -rw-r--r-- | sys/contrib/device-tree/Bindings/display/bridge/fsl,imx8mp-hdmi-tx.yaml | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/sys/contrib/device-tree/Bindings/display/bridge/fsl,imx8mp-hdmi-tx.yaml b/sys/contrib/device-tree/Bindings/display/bridge/fsl,imx8mp-hdmi-tx.yaml index 3791c9f4ebab..05442d437755 100644 --- a/sys/contrib/device-tree/Bindings/display/bridge/fsl,imx8mp-hdmi-tx.yaml +++ b/sys/contrib/device-tree/Bindings/display/bridge/fsl,imx8mp-hdmi-tx.yaml @@ -82,21 +82,21 @@ examples: power-domains = <&hdmi_blk_ctrl IMX8MP_HDMIBLK_PD_HDMI_TX>; reg-io-width = <1>; ports { - #address-cells = <1>; - #size-cells = <0>; - port@0 { - reg = <0>; - - hdmi_tx_from_pvi: endpoint { - remote-endpoint = <&pvi_to_hdmi_tx>; - }; - }; - - port@1 { - reg = <1>; - hdmi_tx_out: endpoint { - remote-endpoint = <&hdmi0_con>; - }; - }; + #address-cells = <1>; + #size-cells = <0>; + port@0 { + reg = <0>; + + endpoint { + remote-endpoint = <&pvi_to_hdmi_tx>; + }; + }; + + port@1 { + reg = <1>; + endpoint { + remote-endpoint = <&hdmi0_con>; + }; + }; }; }; |
