.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
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/ |
---|
7 | 4 | */ |
---|
8 | 5 | /dts-v1/; |
---|
9 | 6 | |
---|
.. | .. |
---|
13 | 10 | |
---|
14 | 11 | / { |
---|
15 | 12 | model = "TI OMAP3430 LDP (Zoom1 Labrador)"; |
---|
16 | | - compatible = "ti,omap3-ldp", "ti,omap3"; |
---|
| 13 | + compatible = "ti,omap3-ldp", "ti,omap3430", "ti,omap3"; |
---|
17 | 14 | |
---|
18 | 15 | memory@80000000 { |
---|
19 | 16 | device_type = "memory"; |
---|
.. | .. |
---|
304 | 301 | |
---|
305 | 302 | &vaux1 { |
---|
306 | 303 | /* Needed for ads7846 */ |
---|
307 | | - regulator-name = "vcc"; |
---|
| 304 | + regulator-name = "vcc"; |
---|
308 | 305 | }; |
---|