From 97dade1f7e8cf800b1b2dd624de4f3eb5c7bf9f9 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 d36b3a45..8ea2e1c4 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>;