.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright 2017 Beckhoff Automation GmbH & Co. KG |
---|
3 | 4 | * based on imx53-qsb.dts |
---|
4 | | - * |
---|
5 | | - * The code contained herein is licensed under the GNU General Public |
---|
6 | | - * License. You may obtain a copy of the GNU General Public License |
---|
7 | | - * Version 2 or later at the following locations: |
---|
8 | | - * |
---|
9 | | - * http://www.opensource.org/licenses/gpl-license.html |
---|
10 | | - * http://www.gnu.org/copyleft/gpl.html |
---|
11 | 5 | */ |
---|
12 | 6 | |
---|
13 | 7 | /dts-v1/; |
---|
.. | .. |
---|
65 | 59 | }; |
---|
66 | 60 | |
---|
67 | 61 | dvi-converter { |
---|
68 | | - #address-cells = <1>; |
---|
69 | | - #size-cells = <0>; |
---|
70 | 62 | compatible = "ti,tfp410"; |
---|
71 | 63 | |
---|
72 | | - port@0 { |
---|
73 | | - reg = <0>; |
---|
| 64 | + ports { |
---|
| 65 | + #address-cells = <1>; |
---|
| 66 | + #size-cells = <0>; |
---|
74 | 67 | |
---|
75 | | - tfp410_in: endpoint { |
---|
76 | | - remote-endpoint = <&display0_out>; |
---|
| 68 | + port@0 { |
---|
| 69 | + reg = <0>; |
---|
| 70 | + |
---|
| 71 | + tfp410_in: endpoint { |
---|
| 72 | + remote-endpoint = <&display0_out>; |
---|
| 73 | + }; |
---|
77 | 74 | }; |
---|
78 | | - }; |
---|
79 | 75 | |
---|
80 | | - port@1 { |
---|
81 | | - reg = <1>; |
---|
| 76 | + port@1 { |
---|
| 77 | + reg = <1>; |
---|
82 | 78 | |
---|
83 | | - tfp410_out: endpoint { |
---|
84 | | - remote-endpoint = <&dvi_connector_in>; |
---|
| 79 | + tfp410_out: endpoint { |
---|
| 80 | + remote-endpoint = <&dvi_connector_in>; |
---|
| 81 | + }; |
---|
85 | 82 | }; |
---|
86 | 83 | }; |
---|
87 | 84 | }; |
---|