From 02a534a00de848f07e0e05a8ad5ddbf6a27124c5 Mon Sep 17 00:00:00 2001 From: Josep Orga Date: Tue, 12 Sep 2023 16:51:27 +0200 Subject: [PATCH] imx8mp-somdevices: Change LVDS resolution. Signed-off-by: Josep Orga --- arch/arm/dts/imx8mp-somdevices.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/dts/imx8mp-somdevices.dts b/arch/arm/dts/imx8mp-somdevices.dts index dd6ede2fb2..f370030f8e 100644 --- a/arch/arm/dts/imx8mp-somdevices.dts +++ b/arch/arm/dts/imx8mp-somdevices.dts @@ -271,8 +271,8 @@ timing0: timing0 { clock-frequency = <74250000>; - hactive = <1280>; - vactive = <720>; + hactive = <1024>; + vactive = <600>; hfront-porch = <220>; hback-porch = <110>; hsync-len = <40>; -- 2.17.1