| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright (C) 2015 |
|---|
| 3 | 4 | * Nikolaus Schaller <hns@goldelico.com> |
|---|
| 4 | 5 | * |
|---|
| 5 | 6 | * Common device tree include for OpenPandora devices. |
|---|
| 6 | | - * |
|---|
| 7 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 8 | | - * it under the terms of the GNU General Public License version 2 as |
|---|
| 9 | | - * published by the Free Software Foundation. |
|---|
| 10 | 7 | */ |
|---|
| 11 | 8 | |
|---|
| 12 | 9 | #include <dt-bindings/input/input.h> |
|---|
| .. | .. |
|---|
| 654 | 651 | pinctrl-0 = <&penirq_pins>; |
|---|
| 655 | 652 | interrupt-parent = <&gpio3>; |
|---|
| 656 | 653 | interrupts = <30 IRQ_TYPE_NONE>; /* GPIO_94 */ |
|---|
| 657 | | - pendown-gpio = <&gpio3 30 GPIO_ACTIVE_HIGH>; |
|---|
| 654 | + pendown-gpio = <&gpio3 30 GPIO_ACTIVE_LOW>; |
|---|
| 658 | 655 | vcc-supply = <&vaux4>; |
|---|
| 659 | 656 | |
|---|
| 660 | 657 | ti,x-min = /bits/ 16 <0>; |
|---|
| .. | .. |
|---|
| 705 | 702 | }; |
|---|
| 706 | 703 | |
|---|
| 707 | 704 | &venc { |
|---|
| 708 | | - status = "ok"; |
|---|
| 705 | + status = "okay"; |
|---|
| 709 | 706 | |
|---|
| 710 | 707 | vdda-supply = <&vdac>; |
|---|
| 711 | 708 | |
|---|
| .. | .. |
|---|
| 721 | 718 | pinctrl-names = "default"; |
|---|
| 722 | 719 | pinctrl-0 = < &dss_dpi_pins >; |
|---|
| 723 | 720 | |
|---|
| 724 | | - status = "ok"; |
|---|
| 721 | + status = "okay"; |
|---|
| 725 | 722 | vdds_dsi-supply = <&vpll2>; |
|---|
| 726 | 723 | |
|---|
| 727 | 724 | port { |
|---|