| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright (C) 2014 Florian Vaussard, EPFL Mobots group |
|---|
| 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 version 2 as |
|---|
| 6 | | - * published by the Free Software Foundation. |
|---|
| 7 | 4 | */ |
|---|
| 8 | 5 | |
|---|
| 9 | 6 | /* |
|---|
| .. | .. |
|---|
| 78 | 75 | }; |
|---|
| 79 | 76 | |
|---|
| 80 | 77 | &dss { |
|---|
| 81 | | - status = "ok"; |
|---|
| 78 | + status = "okay"; |
|---|
| 82 | 79 | |
|---|
| 83 | 80 | pinctrl-names = "default"; |
|---|
| 84 | 81 | pinctrl-0 = <&dss_dpi_pins>; |
|---|
| .. | .. |
|---|
| 163 | 160 | |
|---|
| 164 | 161 | interrupt-parent = <&gpio4>; |
|---|
| 165 | 162 | interrupts = <18 0>; /* gpio_114 */ |
|---|
| 166 | | - pendown-gpio = <&gpio4 18 GPIO_ACTIVE_HIGH>; |
|---|
| 163 | + pendown-gpio = <&gpio4 18 GPIO_ACTIVE_LOW>; |
|---|
| 167 | 164 | |
|---|
| 168 | 165 | ti,x-min = /bits/ 16 <0x0>; |
|---|
| 169 | 166 | ti,x-max = /bits/ 16 <0x0fff>; |
|---|