Commit 5cb2ef85 authored by Martin Kaiser's avatar Martin Kaiser Committed by Rob Herring

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: default avatarMartin Kaiser <martin@kaiser.cx>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent 1f1a65d4
......@@ -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>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment