On 9/17/25 3:09 AM, Paul Sajna wrote: > Add display dimensions for proper scaling > > Signed-off-by: Paul Sajna <sajatt...@postmarketos.org> > --- > 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