diff options
author | Paul Cercueil <[email protected]> | 2023-07-14 17:37:20 +0200 |
---|---|---|
committer | Krzysztof Kozlowski <[email protected]> | 2023-07-17 08:03:58 +0200 |
commit | b3f3fc32e5ff1e848555af8616318cc667457f90 (patch) | |
tree | bc39023096add8a344d5c6f9049a931343425475 | |
parent | 798bfb676ce436c4de73def56ac2f51dad116090 (diff) |
ARM: dts: samsung: exynos4210-i9100: Fix LCD screen's physical size
The previous values were completely bogus, and resulted in the computed
DPI ratio being much lower than reality, causing applications and UIs to
misbehave.
The new values were measured by myself with a ruler.
Signed-off-by: Paul Cercueil <[email protected]>
Acked-by: Sam Ravnborg <[email protected]>
Fixes: 8620cc2f99b7 ("ARM: dts: exynos: Add devicetree file for the Galaxy S2")
Cc: <[email protected]> # v5.8+
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Krzysztof Kozlowski <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/samsung/exynos4210-i9100.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/samsung/exynos4210-i9100.dts b/arch/arm/boot/dts/samsung/exynos4210-i9100.dts index 37cd4dde53e4..a9ec1f6c1dea 100644 --- a/arch/arm/boot/dts/samsung/exynos4210-i9100.dts +++ b/arch/arm/boot/dts/samsung/exynos4210-i9100.dts @@ -207,8 +207,8 @@ power-on-delay = <10>; reset-delay = <10>; - panel-width-mm = <90>; - panel-height-mm = <154>; + panel-width-mm = <56>; + panel-height-mm = <93>; display-timings { timing { |