Skip to content

Commit

Permalink
ARM: dts: imx27-apf27dev: fix display size
Browse files Browse the repository at this point in the history
Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@armadeus.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
  • Loading branch information
Gwenhael Goavec-Merou authored and Shawn Guo committed Feb 9, 2014
1 parent 26508cb commit d1572f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/imx27-apf27dev.dts
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
bits-per-pixel = <16>; /* non-standard but required */
fsl,pcr = <0xfae80083>; /* non-standard but required */
display-timings {
timing0: 640x480 {
timing0: 800x480 {
clock-frequency = <33000033>;
hactive = <800>;
vactive = <640>;
vactive = <480>;
hback-porch = <96>;
hfront-porch = <96>;
vback-porch = <20>;
Expand Down

0 comments on commit d1572f1

Please sign in to comment.