projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b879a5
)
ARM: dts: STiH410: Add thermal node
author
Patrice Chotard
<patrice.chotard@st.com>
Mon, 15 Aug 2016 12:17:00 +0000
(14:17 +0200)
committer
Patrice Chotard
<patrice.chotard@st.com>
Fri, 2 Sep 2016 13:14:15 +0000
(15:14 +0200)
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
[Lee: Changed node name and added the unit address]
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Reviewed-by: Peter Griffin <peter.griffin@linaro.org>
arch/arm/boot/dts/stih410.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/stih410.dtsi
b/arch/arm/boot/dts/stih410.dtsi
index 18ed1ad10d32bbb251746e3011c541f9cfcbc861..7590721e9e975883651a8337e9fac223c068d7f5 100644
(file)
--- a/
arch/arm/boot/dts/stih410.dtsi
+++ b/
arch/arm/boot/dts/stih410.dtsi
@@
-227,5
+227,13
@@
clock-names = "bdisp";
clocks = <&clk_s_c0_flexgen CLK_IC_BDISP_0>;
};
+
+ thermal@91a0000 {
+ compatible = "st,stih407-thermal";
+ reg = <0x91a0000 0x28>;
+ clock-names = "thermal";
+ clocks = <&clk_sysin>;
+ interrupts = <GIC_SPI 205 IRQ_TYPE_EDGE_RISING>;
+ };
};
};