Skip to content

Commit d1572f1

Browse files
Gwenhael Goavec-Meroushawnguo2
authored andcommitted
ARM: dts: imx27-apf27dev: fix display size
Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@armadeus.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
1 parent 26508cb commit d1572f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm/boot/dts/imx27-apf27dev.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
bits-per-pixel = <16>; /* non-standard but required */
2323
fsl,pcr = <0xfae80083>; /* non-standard but required */
2424
display-timings {
25-
timing0: 640x480 {
25+
timing0: 800x480 {
2626
clock-frequency = <33000033>;
2727
hactive = <800>;
28-
vactive = <640>;
28+
vactive = <480>;
2929
hback-porch = <96>;
3030
hfront-porch = <96>;
3131
vback-porch = <20>;

0 commit comments

Comments
 (0)