dt-bindings: display: imx: fix native-mode setting

Move the native-mode setting inside the display-timing node. Outside of
display-timing, it is ignored.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Signed-off-by: Rob Herring <robh@kernel.org>
This commit is contained in:
Martin Kaiser 2019-10-05 15:09:20 +02:00 committed by Rob Herring
parent 1f1a65d495
commit 5cb2ef85ee
1 changed files with 1 additions and 1 deletions

View File

@ -38,10 +38,10 @@ Example:
display0: display0 {
model = "Primeview-PD050VL1";
native-mode = <&timing_disp0>;
bits-per-pixel = <16>;
fsl,pcr = <0xf0c88080>; /* non-standard but required */
display-timings {
native-mode = <&timing_disp0>;
timing_disp0: 640x480 {
hactive = <640>;
vactive = <480>;