From 862e35e40944d5a8f0dd8c5956661ef0082c7601 Mon Sep 17 00:00:00 2001 From: Kamati Srinivas Date: Tue, 15 Mar 2022 16:41:00 +0530 Subject: [PATCH] ARM: dts: msm: Add remaining imem nodes for Anorak Add remaining imem devices tree node for anorak. This will be used to read/write cookies that are required for various debug features. Change-Id: Ide4e1adbae4e9be456ca5cd6f0bc58b6af9881d4 --- qcom/anorak.dtsi | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/qcom/anorak.dtsi b/qcom/anorak.dtsi index 5c504ccd..ae9dc829 100644 --- a/qcom/anorak.dtsi +++ b/qcom/anorak.dtsi @@ -387,6 +387,32 @@ #address-cells = <1>; #size-cells = <1>; + mem_dump_table@10 { + compatible = "qcom,msm-imem-mem_dump_table"; + reg = <0x10 0x8>; + }; + + restart_reason@65c { + compatible = "qcom,msm-imem-restart_reason"; + reg = <0x65c 0x4>; + }; + + dload_type@1c { + compatible = "qcom,msm-imem-dload-type"; + reg = <0x1c 0x4>; + }; + + boot_stats@6b0 { + compatible = "qcom,msm-imem-boot_stats"; + reg = <0x6b0 0x20>; + }; + + kaslr_offset@6d0 { + compatible = "qcom,msm-imem-kaslr_offset"; + reg = <0x6d0 0xc>; + }; + + pil@94c { compatible = "qcom,pil-reloc-info"; reg = <0x94c 0xc8>; @@ -396,6 +422,11 @@ compatible = "qcom,msm-imem-pil-disable-timeout"; reg = <0x6dc 0x4>; }; + + diag_dload@c8 { + compatible = "qcom,msm-imem-diag-dload"; + reg = <0xc8 0xc8>; + }; }; /* PIL spss node - for loading Secure Processor */