[PATCH] ARM64: DT: add 'ranges' to chosen node

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Some LK's can populate chosen with a simple-framebuffer node to hand
over bootloader display to kernel (or u-boot/etc).  But kernel fails to
grok it properly without knowing address/size size.

Signed-off-by: Rob Clark <robdclark@xxxxxxxxx>
---
 arch/arm64/boot/dts/qcom/msm8916.dtsi | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi
index 56549063396f..5c36a0934989 100644
--- a/arch/arm64/boot/dts/qcom/msm8916.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi
@@ -30,7 +30,9 @@
 		sdhc2 = &sdhc_2; /* SDC2 SD card slot */
 	};
 
-	chosen { };
+	chosen {
+		ranges;
+	};
 
 	memory {
 		device_type = "memory";
-- 
2.13.0

--
To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [Linux for Sparc]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux