Commit ce0c94e1 authored by Martin Kaiser's avatar Martin Kaiser Committed by Rob Herring

dt-bindings: display: clps711x-fb: 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 5cb2ef85
......@@ -27,11 +27,11 @@ Example:
display: display {
model = "320x240x4";
native-mode = <&timing0>;
bits-per-pixel = <4>;
ac-prescale = <17>;
display-timings {
native-mode = <&timing0>;
timing0: 320x240 {
hactive = <320>;
hback-porch = <0>;
......
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