.. | .. |
---|
| 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 | /* |
---|
.. | .. |
---|
79 | 76 | }; |
---|
80 | 77 | |
---|
81 | 78 | &dss { |
---|
82 | | - status = "ok"; |
---|
| 79 | + status = "okay"; |
---|
83 | 80 | |
---|
84 | 81 | pinctrl-names = "default"; |
---|
85 | 82 | pinctrl-0 = <&dss_dpi_pins>; |
---|
.. | .. |
---|
152 | 149 | |
---|
153 | 150 | interrupt-parent = <&gpio4>; |
---|
154 | 151 | interrupts = <18 0>; /* gpio_114 */ |
---|
155 | | - pendown-gpio = <&gpio4 18 GPIO_ACTIVE_HIGH>; |
---|
| 152 | + pendown-gpio = <&gpio4 18 GPIO_ACTIVE_LOW>; |
---|
156 | 153 | |
---|
157 | 154 | ti,x-min = /bits/ 16 <0x0>; |
---|
158 | 155 | ti,x-max = /bits/ 16 <0x0fff>; |
---|