From e60a33e4795dbdd9f9c9a24bdd8627b28b2c51f5 Mon Sep 17 00:00:00 2001 From: Saranya R Date: Wed, 9 Oct 2024 13:20:18 +0530 Subject: [PATCH] ARM: dts: qcom: Add few nodes to optimize bootup time Add dsi_pll_codes and disp_rdump_region nodes in the beginning of devicetree to optimize the bootloader search for these nodes during bootup which reduces bootup time. Change-Id: I7b7fe798a9d0daf306d76bc34132574ba6e0e88e Signed-off-by: Saranya R --- qcom/parrot.dtsi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/qcom/parrot.dtsi b/qcom/parrot.dtsi index 80818f2f..d9660213 100644 --- a/qcom/parrot.dtsi +++ b/qcom/parrot.dtsi @@ -463,6 +463,12 @@ ranges = <0 0 0 0xffffffff>; compatible = "simple-bus"; + dsi_pll_codes { + }; + + disp_rdump_region@e1000000 { + }; + intc: interrupt-controller@17200000 { compatible = "arm,gic-v3"; #interrupt-cells = <3>;