Re: [PATCH v2 09/13] arm64: dts: qcom: sdm845-lg-judyln: Add fb_panel dimensions

From: Konrad Dybcio
Date: Wed Sep 17 2025 - 10:04:18 EST


On 9/17/25 3:09 AM, Paul Sajna wrote:
> Add display dimensions for proper scaling
>
> Signed-off-by: Paul Sajna <sajattack@xxxxxxxxxxxxxxxx>
> ---
> arch/arm64/boot/dts/qcom/sdm845-lg-judyln.dts | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/qcom/sdm845-lg-judyln.dts b/arch/arm64/boot/dts/qcom/sdm845-lg-judyln.dts
> index e84b45ed82fd13850ea7ec1f34ddac5b59fc1434..8c1692f86e6ceea7b718361965e78f95d39373bb 100644
> --- a/arch/arm64/boot/dts/qcom/sdm845-lg-judyln.dts
> +++ b/arch/arm64/boot/dts/qcom/sdm845-lg-judyln.dts
> @@ -23,6 +23,13 @@ framebuffer@9d400000 {
> format = "a8r8g8b8";
> lab-supply = <&lab>;
> ibb-supply = <&ibb>;
> +
> + panel = <&fb_panel>;
> +
> + fb_panel: fb-panel {
> + width-mm = <65>;
> + height-mm = <140>;

It'd be nicer if you moved these properties to the actual panel
node (the DSI one) and referenced that one instead (I think that
should work)

Konrad