summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/stih416.dtsi
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2014-06-05 17:06:00 +0200
committerMaxime Coquelin <maxime.coquelin@st.com>2014-10-31 09:59:05 +0100
commit0f6c28b7a49b14c91dd1ece6495b30508d5bb797 (patch)
tree4080d91092bf69fe820b4f9bd6623ee4794a64a7 /arch/arm/boot/dts/stih416.dtsi
parentf631bc16721788f27415ab1c75631d4ceed45669 (diff)
ARM: STi: DT: STiH416: Supply Thermal Controller Device Tree nodes
We supply two of these. The first is controlled by the System Configuration registers and the second one provided is a more traditional 'memory mapped' variant. Each are handled by they own sub-driver. Signed-off-by: Ajit Pal Singh <ajitpal.singh@st.com> Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com>
Diffstat (limited to 'arch/arm/boot/dts/stih416.dtsi')
-rw-r--r--arch/arm/boot/dts/stih416.dtsi18
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stih416.dtsi b/arch/arm/boot/dts/stih416.dtsi
index 98c43cc81b1d..28091548d915 100644
--- a/arch/arm/boot/dts/stih416.dtsi
+++ b/arch/arm/boot/dts/stih416.dtsi
@@ -237,6 +237,24 @@
<&softreset STIH416_KEYSCAN_SOFTRESET>;
};
+ temp0 {
+ compatible = "st,stih416-sas-thermal";
+ clock-names = "thermal";
+ clocks = <&clockgen_c_vcc 14>;
+
+ status = "okay";
+ };
+
+ temp1@fdfe8000 {
+ compatible = "st,stih416-mpe-thermal";
+ reg = <0xfdfe8000 0x10>;
+ clocks = <&clockgen_e 3>;
+ clock-names = "thermal";
+ interrupts = <GIC_SPI 23 IRQ_TYPE_EDGE_RISING>;
+
+ status = "okay";
+ };
+
mmc0: sdhci@fe81e000 {
compatible = "st,sdhci";
status = "disabled";