On 3/11/26 7:44 PM, David Heidelberg via B4 Relay wrote: > From: Petr Hodina <[email protected]> > > Add framebuffer for early console and u-boot support. > > Signed-off-by: Petr Hodina <[email protected]> > Signed-off-by: David Heidelberg <[email protected]> > --- > .../boot/dts/qcom/sdm845-xiaomi-beryllium-common.dtsi | 16 > ++++++++++++++++ > 1 file changed, 16 insertions(+) > > diff --git a/arch/arm64/boot/dts/qcom/sdm845-xiaomi-beryllium-common.dtsi > b/arch/arm64/boot/dts/qcom/sdm845-xiaomi-beryllium-common.dtsi > index 01b570d0880d6..bd6d7a3cfc0ac 100644 > --- a/arch/arm64/boot/dts/qcom/sdm845-xiaomi-beryllium-common.dtsi > +++ b/arch/arm64/boot/dts/qcom/sdm845-xiaomi-beryllium-common.dtsi > @@ -39,6 +39,22 @@ aliases { > serial1 = &uart6; > }; > > + chosen { > + #address-cells = <2>; > + #size-cells = <2>; > + ranges; > + > + framebuffer: framebuffer@9d400000 {
This node has no 'reg' property, so it shouldn't have a unit address (after '@') either Konrad

