| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright 2012 Markus Pargmann, Pengutronix |
|---|
| 3 | | - * |
|---|
| 4 | | - * The code contained herein is licensed under the GNU General Public |
|---|
| 5 | | - * License. You may obtain a copy of the GNU General Public License |
|---|
| 6 | | - * Version 2 or later at the following locations: |
|---|
| 7 | | - * |
|---|
| 8 | | - * http://www.opensource.org/licenses/gpl-license.html |
|---|
| 9 | | - * http://www.gnu.org/copyleft/gpl.html |
|---|
| 10 | 4 | */ |
|---|
| 11 | 5 | |
|---|
| 12 | 6 | #include "imx27-phytec-phycard-s-som.dtsi" |
|---|
| .. | .. |
|---|
| 21 | 15 | |
|---|
| 22 | 16 | display: display { |
|---|
| 23 | 17 | model = "Primeview-PD050VL1"; |
|---|
| 24 | | - native-mode = <&timing0>; |
|---|
| 25 | 18 | bits-per-pixel = <16>; /* non-standard but required */ |
|---|
| 26 | 19 | fsl,pcr = <0xf0c88080>; /* non-standard but required */ |
|---|
| 27 | 20 | display-timings { |
|---|
| 21 | + native-mode = <&timing0>; |
|---|
| 28 | 22 | timing0: 640x480 { |
|---|
| 29 | 23 | hactive = <640>; |
|---|
| 30 | 24 | vactive = <480>; |
|---|