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:
29b4817
)
ARM: sun5i: Fix typo in trip point temperature
author
Hugo Grostabussiat
<
[email protected]
>
Tue, 16 Aug 2016 18:34:07 +0000
(20:34 +0200)
committer
Maxime Ripard
<
[email protected]
>
Mon, 22 Aug 2016 18:35:53 +0000
(20:35 +0200)
Set cpu_alert0 temperature to 85°C instead of 850°C.
Fixes: 32a5d2d170cc ("ARM: dts: sun5i: Add cpu thermal zones to dtsi")
Signed-off-by: Hugo Grostabussiat <
[email protected]
>
Acked-by: Chen-Yu Tsai <
[email protected]
>
Signed-off-by: Maxime Ripard <
[email protected]
>
arch/arm/boot/dts/sun5i-a13.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/sun5i-a13.dtsi
b/arch/arm/boot/dts/sun5i-a13.dtsi
index e012890e0cf2f9b998697deaacff1fca74a56769..a17ba0243db3920b2ca5f50a8bbf8e40b5222759 100644
(file)
--- a/
arch/arm/boot/dts/sun5i-a13.dtsi
+++ b/
arch/arm/boot/dts/sun5i-a13.dtsi
@@
-84,7
+84,7
@@
trips {
cpu_alert0: cpu_alert0 {
/* milliCelsius */
- temperature = <85000
0
>;
+ temperature = <85000>;
hysteresis = <2000>;
type = "passive";
};