diff mbox

[ARM] imx27-apf27dev: fix display size

Message ID 1385365544-70498-1-git-send-email-gwenhael.goavec-merou@armadeus.com (mailing list archive)
State New, archived
Headers show

Commit Message

Gwenhael Goavec-Merou Nov. 25, 2013, 7:45 a.m. UTC
Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@armadeus.com>
---
 arch/arm/boot/dts/imx27-apf27dev.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Shawn Guo Nov. 26, 2013, 2:57 a.m. UTC | #1
On Mon, Nov 25, 2013 at 08:45:44AM +0100, Gwenhael Goavec-Merou wrote:
> Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@armadeus.com>

Applied, thanks.

> ---
>  arch/arm/boot/dts/imx27-apf27dev.dts | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/imx27-apf27dev.dts b/arch/arm/boot/dts/imx27-apf27dev.dts
> index 7d90877..9197329 100644
> --- a/arch/arm/boot/dts/imx27-apf27dev.dts
> +++ b/arch/arm/boot/dts/imx27-apf27dev.dts
> @@ -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>;
> -- 
> 1.8.3.2
>
diff mbox

Patch

diff --git a/arch/arm/boot/dts/imx27-apf27dev.dts b/arch/arm/boot/dts/imx27-apf27dev.dts
index 7d90877..9197329 100644
--- a/arch/arm/boot/dts/imx27-apf27dev.dts
+++ b/arch/arm/boot/dts/imx27-apf27dev.dts
@@ -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>;