forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/arch/arm/boot/dts/omap3-ldp.dts
....@@ -1,9 +1,6 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
2
- * Copyright (C) 2013 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) 2013 Texas Instruments Incorporated - https://www.ti.com/
74 */
85 /dts-v1/;
96
....@@ -13,7 +10,7 @@
1310
1411 / {
1512 model = "TI OMAP3430 LDP (Zoom1 Labrador)";
16
- compatible = "ti,omap3-ldp", "ti,omap3";
13
+ compatible = "ti,omap3-ldp", "ti,omap3430", "ti,omap3";
1714
1815 memory@80000000 {
1916 device_type = "memory";
....@@ -304,5 +301,5 @@
304301
305302 &vaux1 {
306303 /* Needed for ads7846 */
307
- regulator-name = "vcc";
304
+ regulator-name = "vcc";
308305 };