forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/arch/arm/boot/dts/omap3-lilly-a83x.dtsi
....@@ -1,17 +1,13 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * 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.
84 */
95
106 #include "omap36xx.dtsi"
117
128 / {
139 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";
1511
1612 chosen {
1713 bootargs = "console=ttyO0,115200n8 vt.global_cursor_default=0 consoleblank=0";
....@@ -315,7 +311,7 @@
315311 interrupt-parent = <&gpio1>;
316312 interrupts = <8 0>; /* boot6 / gpio_8 */
317313 spi-max-frequency = <1000000>;
318
- pendown-gpio = <&gpio1 8 GPIO_ACTIVE_HIGH>;
314
+ pendown-gpio = <&gpio1 8 GPIO_ACTIVE_LOW>;
319315 vcc-supply = <&reg_vcc3>;
320316 pinctrl-names = "default";
321317 pinctrl-0 = <&tsc2048_pins>;