| .. | .. |
|---|
| 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-tao3530.dtsi" |
|---|
| 11 | 8 | |
|---|
| 12 | 9 | / { |
|---|
| 13 | 10 | model = "TI OMAP3 Thunder baseboard with TAO3530 SOM"; |
|---|
| 14 | | - compatible = "technexion,omap3-thunder", "technexion,omap3-tao3530", "ti,omap34xx", "ti,omap3"; |
|---|
| 11 | + compatible = "technexion,omap3-thunder", "technexion,omap3-tao3530", "ti,omap3430", "ti,omap34xx", "ti,omap3"; |
|---|
| 15 | 12 | }; |
|---|
| 16 | 13 | |
|---|
| 17 | 14 | &omap3_pmx_core { |
|---|
| .. | .. |
|---|
| 67 | 64 | }; |
|---|
| 68 | 65 | |
|---|
| 69 | 66 | &dss { |
|---|
| 70 | | - status = "ok"; |
|---|
| 67 | + status = "okay"; |
|---|
| 71 | 68 | |
|---|
| 72 | 69 | pinctrl-names = "default"; |
|---|
| 73 | 70 | pinctrl-0 = <&dss_dpi_pins>; |
|---|