Skip to content

Commit

Permalink
ARM: dts: samsung: exynos4210-i9100: Fix LCD screen's physical size
Browse files Browse the repository at this point in the history
[ Upstream commit b3f3fc3 ]

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 <paul@crapouillou.net>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Fixes: 8620cc2 ("ARM: dts: exynos: Add devicetree file for the Galaxy S2")
Cc: <stable@vger.kernel.org> # v5.8+
Link: https://lore.kernel.org/r/20230714153720.336990-1-paul@crapouillou.net
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
pcercuei authored and gregkh committed Oct 6, 2023
1 parent 226590f commit 05951f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/exynos4210-i9100.dts
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,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 {
Expand Down

0 comments on commit 05951f5

Please sign in to comment.