ARM: dts: msm: Add restart node and imem entries for msmtriton
Add restart node for msmtriton. Additionally, add IMEM entries for restart-reason, dload_type, and boot_stats. Change-Id: Ic72005ca76ceea377154e4b11dceccd7c8dc5ab5 Signed-off-by: Neeraj Upadhyay <neeraju@codeaurora.org>
This commit is contained in:
parent
5abaf0175b
commit
55f15152e7
1 changed files with 22 additions and 0 deletions
|
@ -241,6 +241,13 @@
|
|||
clock-frequency = <19200000>;
|
||||
};
|
||||
|
||||
restart@10ac000 {
|
||||
compatible = "qcom,pshold";
|
||||
reg = <0x10ac000 0x4>,
|
||||
<0x1fd3000 0x4>;
|
||||
reg-names = "pshold-base", "tcsr-boot-misc-detect";
|
||||
};
|
||||
|
||||
qcom,sps {
|
||||
compatible = "qcom,msm_sps_4k";
|
||||
qcom,pipe-attr-ee;
|
||||
|
@ -705,6 +712,21 @@
|
|||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
dload_type@18 {
|
||||
compatible = "qcom,msm-imem-dload-type";
|
||||
reg = <0x18 4>;
|
||||
};
|
||||
|
||||
restart_reason@65c {
|
||||
compatible = "qcom,msm-imem-restart_reason";
|
||||
reg = <0x65c 4>;
|
||||
};
|
||||
|
||||
boot_stats@6b0 {
|
||||
compatible = "qcom,msm-imem-boot_stats";
|
||||
reg = <0x6b0 32>;
|
||||
};
|
||||
|
||||
pil@94c {
|
||||
compatible = "qcom,msm-imem-pil";
|
||||
reg = <0x94c 200>;
|
||||
|
|
Loading…
Add table
Reference in a new issue