From f853e98dc9af2b648b4ea8c89862e5bfdcaf4dad Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Mon, 18 Oct 2021 16:00:50 +0200 Subject: [PATCH] arm64: zynqmp: Add u-boot,dm-pre-reloc to dpsub node u-boot,dm-pre-reloc is necessary for DP driver to allocate enough space for framebuffer before relocation. Power domain driver is called when video console is used for example by loading BMP image. Signed-off-by: Michal Simek --- arch/arm/dts/zynqmp.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi index 51cec1ac364..d5ef3f4b0c0 100644 --- a/arch/arm/dts/zynqmp.dtsi +++ b/arch/arm/dts/zynqmp.dtsi @@ -1101,6 +1101,7 @@ }; zynqmp_dpsub: display@fd4a0000 { + u-boot,dm-pre-reloc; compatible = "xlnx,zynqmp-dpsub-1.7"; status = "disabled"; reg = <0x0 0xfd4a0000 0x0 0x1000>, -- 2.47.2