.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright (C) 2015 |
---|
3 | 4 | * Nikolaus Schaller <hns@goldelico.com> |
---|
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 | /* |
---|
.. | .. |
---|
19 | 16 | / { |
---|
20 | 17 | model = "Pandora Handheld Console 1GHz"; |
---|
21 | 18 | |
---|
22 | | - compatible = "openpandora,omap3-pandora-1ghz", "ti,omap36xx", "ti,omap3"; |
---|
| 19 | + compatible = "openpandora,omap3-pandora-1ghz", "ti,omap3630", "ti,omap36xx", "ti,omap3"; |
---|
23 | 20 | }; |
---|
24 | 21 | |
---|
25 | 22 | &omap3_pmx_core2 { |
---|