ARM: dts: msm: Add gladiator support on msmfalcon and msmtriton
Enable the support for gladiator error reporting. Also enable the gladiator hang detect feature. Change-Id: I7220ad565212c325514301e4c59415b807deb99a Signed-off-by: Venkatesh Yadav Abbarapu <vabbar@codeaurora.org>
This commit is contained in:
parent
61f26e3aa5
commit
e1fa9af20b
2 changed files with 34 additions and 0 deletions
|
@ -873,6 +873,23 @@
|
||||||
reg = <0x94c 200>;
|
reg = <0x94c 200>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
qcom,ghd {
|
||||||
|
compatible = "qcom,gladiator-hang-detect";
|
||||||
|
qcom,threshold-arr = <0x179d141c 0x179d1420
|
||||||
|
0x179d1424 0x179d1428
|
||||||
|
0x179d142c 0x179d1430>;
|
||||||
|
qcom,config-reg = <0x179d1434>;
|
||||||
|
};
|
||||||
|
|
||||||
|
qcom,msm-gladiator-v2@17900000 {
|
||||||
|
compatible = "qcom,msm-gladiator-v2";
|
||||||
|
reg = <0x17900000 0xe000>;
|
||||||
|
reg-names = "gladiator_base";
|
||||||
|
interrupts = <0 22 0>;
|
||||||
|
clock-names = "atb_clk";
|
||||||
|
clocks = <&clock_rpmcc RPM_QDSS_CLK>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
#include "msmfalcon-ion.dtsi"
|
#include "msmfalcon-ion.dtsi"
|
||||||
|
|
|
@ -710,6 +710,23 @@
|
||||||
reg = <0x94c 200>;
|
reg = <0x94c 200>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
qcom,ghd {
|
||||||
|
compatible = "qcom,gladiator-hang-detect";
|
||||||
|
qcom,threshold-arr = <0x179d141c 0x179d1420
|
||||||
|
0x179d1424 0x179d1428
|
||||||
|
0x179d142c 0x179d1430>;
|
||||||
|
qcom,config-reg = <0x179d1434>;
|
||||||
|
};
|
||||||
|
|
||||||
|
qcom,msm-gladiator-v2@17900000 {
|
||||||
|
compatible = "qcom,msm-gladiator-v2";
|
||||||
|
reg = <0x17900000 0xe000>;
|
||||||
|
reg-names = "gladiator_base";
|
||||||
|
interrupts = <0 22 0>;
|
||||||
|
clock-names = "atb_clk";
|
||||||
|
clocks = <&clock_rpmcc RPM_QDSS_CLK>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
#include "msmtriton-ion.dtsi"
|
#include "msmtriton-ion.dtsi"
|
||||||
|
|
Loading…
Add table
Reference in a new issue