From 397ed6e319a749d6a60e4c9307e98c3422b897b0 Mon Sep 17 00:00:00 2001
From: Tobias Poganiuch <tobias.poganiuch@seco.com>
Date: Tue, 31 Jan 2023 09:18:38 +0100
Subject: [PATCH] dts:mc3: Fixed wrong display size

The physical display size for the lq057q3dc12 was to big. Corrected the
size to the right value.
---
 arch/arm64/boot/dts/seconorth/lq057q3dc12.dtsi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm64/boot/dts/seconorth/lq057q3dc12.dtsi b/arch/arm64/boot/dts/seconorth/lq057q3dc12.dtsi
index 10b9451e29c6f..a28a8b63ba572 100644
--- a/arch/arm64/boot/dts/seconorth/lq057q3dc12.dtsi
+++ b/arch/arm64/boot/dts/seconorth/lq057q3dc12.dtsi
@@ -11,8 +11,8 @@ panel_lvds: panel {
 		label = "Sharp LQ057Q3DC12";
 		status = "okay";
 
-		width-mm = <144>;
-		height-mm = <105>;
+		width-mm = <115>;
+		height-mm = <86>;
 		rotation = <0>;
 		data-mapping = "jeida-24";
 		bus-format = <0x1012>; /* MEDIA_BUS_FMT_RGB888_1X7X4_JEIDA */
@@ -67,8 +67,8 @@ panel_lvds: panel {
 		status = "okay";
 		compatible = "panel-lvds";
 		data-mapping = "jeida-24";
-		width-mm = <144>;
-		height-mm = <105>;
+		width-mm = <115>;
+		height-mm = <86>;
 		backlight = <&backlight>;
 		enable-gpios = <&gpio5 10 GPIO_ACTIVE_HIGH>;
 
-- 
GitLab