diff options
author | Olof Johansson <olof@lixom.net> | 2016-09-07 21:25:08 -0700 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2016-09-07 21:25:08 -0700 |
commit | 95390e3290e8bf69091116e0d91b9754c0e93a24 (patch) | |
tree | ee1584ab837c2ef8edc312e5ca2e7d956ab97a3c | |
parent | 1d3ef9c2dc699fcc09320a4b642e84eb3c038f26 (diff) | |
parent | 539d5c48a4aff5a4afcff117418618b49126c54c (diff) | |
download | linux-95390e3290e8bf69091116e0d91b9754c0e93a24.tar.bz2 |
Merge tag 'sunxi-fixes-for-4.8' of https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux into fixes
Allwinner fixes for 4.8
A single patch fixing a typo in the temperature trip points in the A13
DTSI.
* tag 'sunxi-fixes-for-4.8' of https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux:
ARM: sun5i: Fix typo in trip point temperature
Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r-- | arch/arm/boot/dts/sun5i-a13.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sun5i-a13.dtsi b/arch/arm/boot/dts/sun5i-a13.dtsi index e012890e0cf2..a17ba0243db3 100644 --- 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 = <850000>; + temperature = <85000>; hysteresis = <2000>; type = "passive"; }; |