| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | | - * The code contained herein is licensed under the GNU General Public |
|---|
| 3 | | - * License. You may obtain a copy of the GNU General Public License |
|---|
| 4 | | - * Version 2 or later at the following locations: |
|---|
| 5 | | - * |
|---|
| 6 | | - * http://www.opensource.org/licenses/gpl-license.html |
|---|
| 7 | | - * http://www.gnu.org/copyleft/gpl.html |
|---|
| 8 | 3 | */ |
|---|
| 9 | 4 | |
|---|
| 10 | 5 | #include "imx27-phytec-phycore-som.dtsi" |
|---|
| .. | .. |
|---|
| 19 | 14 | |
|---|
| 20 | 15 | display0: LQ035Q7 { |
|---|
| 21 | 16 | model = "Sharp-LQ035Q7"; |
|---|
| 22 | | - native-mode = <&timing0>; |
|---|
| 23 | 17 | bits-per-pixel = <16>; |
|---|
| 24 | 18 | fsl,pcr = <0xf00080c0>; |
|---|
| 25 | 19 | |
|---|
| 26 | 20 | display-timings { |
|---|
| 21 | + native-mode = <&timing0>; |
|---|
| 27 | 22 | timing0: 240x320 { |
|---|
| 28 | 23 | clock-frequency = <5500000>; |
|---|
| 29 | 24 | hactive = <240>; |
|---|
| .. | .. |
|---|
| 70 | 65 | |
|---|
| 71 | 66 | &cspi1 { |
|---|
| 72 | 67 | pinctrl-0 = <&pinctrl_cspi1>, <&pinctrl_cspi1cs1>; |
|---|
| 73 | | - cs-gpios = <&gpio4 28 GPIO_ACTIVE_HIGH>, |
|---|
| 68 | + cs-gpios = <&gpio4 28 GPIO_ACTIVE_LOW>, |
|---|
| 74 | 69 | <&gpio4 27 GPIO_ACTIVE_LOW>; |
|---|
| 75 | 70 | }; |
|---|
| 76 | 71 | |
|---|