hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/arch/arm/boot/dts/omap3-beagle-xm.dts
....@@ -1,9 +1,6 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
2
- * Copyright (C) 2011 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) 2011 Texas Instruments Incorporated - https://www.ti.com/
74 */
85 /dts-v1/;
96
....@@ -11,7 +8,7 @@
118
129 / {
1310 model = "TI OMAP3 BeagleBoard xM";
14
- compatible = "ti,omap3-beagle-xm", "ti,omap36xx", "ti,omap3";
11
+ compatible = "ti,omap3-beagle-xm", "ti,omap3630", "ti,omap36xx", "ti,omap3";
1512
1613 cpus {
1714 cpu@0 {
....@@ -160,10 +157,11 @@
160157
161158 clocks = <&emu_src_ck>;
162159 clock-names = "apb_pclk";
163
- port {
164
- etb_in: endpoint {
165
- slave-mode;
166
- remote-endpoint = <&etm_out>;
160
+ in-ports {
161
+ port {
162
+ etb_in: endpoint {
163
+ remote-endpoint = <&etm_out>;
164
+ };
167165 };
168166 };
169167 };
....@@ -174,9 +172,11 @@
174172
175173 clocks = <&emu_src_ck>;
176174 clock-names = "apb_pclk";
177
- port {
178
- etm_out: endpoint {
179
- remote-endpoint = <&etb_in>;
175
+ out-ports {
176
+ port {
177
+ etm_out: endpoint {
178
+ remote-endpoint = <&etb_in>;
179
+ };
180180 };
181181 };
182182 };
....@@ -389,7 +389,7 @@
389389 };
390390
391391 &dss {
392
- status = "ok";
392
+ status = "okay";
393393
394394 pinctrl-names = "default";
395395 pinctrl-0 = <
....@@ -406,7 +406,7 @@
406406 };
407407
408408 &venc {
409
- status = "ok";
409
+ status = "okay";
410410
411411 vdda-supply = <&vdac>;
412412