Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 95390e32 authored by Olof Johansson's avatar Olof Johansson
Browse files

Merge tag 'sunxi-fixes-for-4.8' of...

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: default avatarOlof Johansson <olof@lixom.net>
parents 1d3ef9c2 539d5c48
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@
			trips {
				cpu_alert0: cpu_alert0 {
					/* milliCelsius */
					temperature = <850000>;
					temperature = <85000>;
					hysteresis = <2000>;
					type = "passive";
				};