.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | | - * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/ |
---|
| 3 | + * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/ |
---|
3 | 4 | * Copyright (C) 2014 Stefan Roese <sr@denx.de> |
---|
4 | | - * |
---|
5 | | - * This program is free software; you can redistribute it and/or modify |
---|
6 | | - * it under the terms of the GNU General Public License version 2 as |
---|
7 | | - * published by the Free Software Foundation. |
---|
8 | 5 | */ |
---|
9 | 6 | |
---|
10 | 7 | #include "omap3-ha-common.dtsi" |
---|
11 | 8 | |
---|
12 | 9 | / { |
---|
13 | 10 | model = "TI OMAP3 HEAD acoustics LCD-baseboard with TAO3530 SOM"; |
---|
14 | | - compatible = "headacoustics,omap3-ha-lcd", "technexion,omap3-tao3530", "ti,omap34xx", "ti,omap3"; |
---|
| 11 | + compatible = "headacoustics,omap3-ha-lcd", "technexion,omap3-tao3530", "ti,omap3430", "ti,omap34xx", "ti,omap3"; |
---|
15 | 12 | }; |
---|
16 | 13 | |
---|
17 | 14 | &omap3_pmx_core { |
---|
.. | .. |
---|
103 | 100 | }; |
---|
104 | 101 | |
---|
105 | 102 | &dss { |
---|
106 | | - status = "ok"; |
---|
| 103 | + status = "okay"; |
---|
107 | 104 | |
---|
108 | 105 | pinctrl-names = "default"; |
---|
109 | 106 | pinctrl-0 = <&dss_dpi_pins>; |
---|