forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/arch/arm/boot/dts/imx53-cx9020.dts
....@@ -1,13 +1,7 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Copyright 2017 Beckhoff Automation GmbH & Co. KG
34 * 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
115 */
126
137 /dts-v1/;
....@@ -65,23 +59,26 @@
6559 };
6660
6761 dvi-converter {
68
- #address-cells = <1>;
69
- #size-cells = <0>;
7062 compatible = "ti,tfp410";
7163
72
- port@0 {
73
- reg = <0>;
64
+ ports {
65
+ #address-cells = <1>;
66
+ #size-cells = <0>;
7467
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
+ };
7774 };
78
- };
7975
80
- port@1 {
81
- reg = <1>;
76
+ port@1 {
77
+ reg = <1>;
8278
83
- tfp410_out: endpoint {
84
- remote-endpoint = <&dvi_connector_in>;
79
+ tfp410_out: endpoint {
80
+ remote-endpoint = <&dvi_connector_in>;
81
+ };
8582 };
8683 };
8784 };