forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/arch/arm/boot/dts/omap3-beagle.dts
....@@ -1,9 +1,6 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
2
- * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/
3
- *
4
- * This program is free software; you can redistribute it and/or modify
5
- * it under the terms of the GNU General Public License version 2 as
6
- * published by the Free Software Foundation.
3
+ * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/
74 */
85 /dts-v1/;
96
....@@ -11,7 +8,7 @@
118
129 / {
1310 model = "TI OMAP3 BeagleBoard";
14
- compatible = "ti,omap3-beagle", "ti,omap3";
11
+ compatible = "ti,omap3-beagle", "ti,omap3430", "ti,omap3";
1512
1613 cpus {
1714 cpu@0 {
....@@ -147,10 +144,11 @@
147144
148145 clocks = <&emu_src_ck>;
149146 clock-names = "apb_pclk";
150
- port {
151
- etb_in: endpoint {
152
- slave-mode;
153
- remote-endpoint = <&etm_out>;
147
+ in-ports {
148
+ port {
149
+ etb_in: endpoint {
150
+ remote-endpoint = <&etm_out>;
151
+ };
154152 };
155153 };
156154 };
....@@ -161,9 +159,11 @@
161159
162160 clocks = <&emu_src_ck>;
163161 clock-names = "apb_pclk";
164
- port {
165
- etm_out: endpoint {
166
- remote-endpoint = <&etb_in>;
162
+ out-ports {
163
+ port {
164
+ etm_out: endpoint {
165
+ remote-endpoint = <&etb_in>;
166
+ };
167167 };
168168 };
169169 };
....@@ -353,7 +353,7 @@
353353 };
354354
355355 &dss {
356
- status = "ok";
356
+ status = "okay";
357357
358358 pinctrl-names = "default";
359359 pinctrl-0 = <&dss_dpi_pins>;
....@@ -367,7 +367,7 @@
367367 };
368368
369369 &venc {
370
- status = "ok";
370
+ status = "okay";
371371
372372 vdda-supply = <&vdac>;
373373
....@@ -380,7 +380,7 @@
380380 };
381381
382382 &gpmc {
383
- status = "ok";
383
+ status = "okay";
384384 ranges = <0 0 0x30000000 0x1000000>; /* CS0 space, 16MB */
385385
386386 /* Chip select 0 */