| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright (C) 2014 Christoph Fritz <chf.fritzc@googlemail.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 as published by |
|---|
| 6 | | - * the Free Software Foundation; either version 2 of the License, or |
|---|
| 7 | | - * (at your option) any later version. |
|---|
| 8 | 4 | */ |
|---|
| 9 | 5 | |
|---|
| 10 | 6 | #include "omap36xx.dtsi" |
|---|
| 11 | 7 | |
|---|
| 12 | 8 | / { |
|---|
| 13 | 9 | model = "INCOstartec LILLY-A83X module (DM3730)"; |
|---|
| 14 | | - compatible = "incostartec,omap3-lilly-a83x", "ti,omap36xx", "ti,omap3"; |
|---|
| 10 | + compatible = "incostartec,omap3-lilly-a83x", "ti,omap3630", "ti,omap36xx", "ti,omap3"; |
|---|
| 15 | 11 | |
|---|
| 16 | 12 | chosen { |
|---|
| 17 | 13 | bootargs = "console=ttyO0,115200n8 vt.global_cursor_default=0 consoleblank=0"; |
|---|
| .. | .. |
|---|
| 315 | 311 | interrupt-parent = <&gpio1>; |
|---|
| 316 | 312 | interrupts = <8 0>; /* boot6 / gpio_8 */ |
|---|
| 317 | 313 | spi-max-frequency = <1000000>; |
|---|
| 318 | | - pendown-gpio = <&gpio1 8 GPIO_ACTIVE_HIGH>; |
|---|
| 314 | + pendown-gpio = <&gpio1 8 GPIO_ACTIVE_LOW>; |
|---|
| 319 | 315 | vcc-supply = <®_vcc3>; |
|---|
| 320 | 316 | pinctrl-names = "default"; |
|---|
| 321 | 317 | pinctrl-0 = <&tsc2048_pins>; |
|---|