diff options
author | Arnd Bergmann <arnd@arndb.de> | 2020-10-26 10:28:25 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2020-10-26 10:29:02 +0100 |
commit | a98182af72898e991464bdd33c0757887872bef9 (patch) | |
tree | 7cec3174f44c8ef807e7bb3203567609db56c38b /arch/arm/boot | |
parent | 3a69e4e606a65a247d2f76fce6652bb150c6ecc5 (diff) | |
parent | dea252fa41cd8ce332d148444e4799235a8a03ec (diff) |
Merge tag 'sunxi-fixes-for-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into arm/fixes
One fix for an unreasonable thermal trip point on the A10
* tag 'sunxi-fixes-for-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux:
ARM: dts: sun4i-a10: fix cpu_alert temperature
Link: https://lore.kernel.org/r/3c95a95f-c6fa-4b34-823b-ddaa7660d274.lettre@localhost
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/sun4i-a10.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sun4i-a10.dtsi b/arch/arm/boot/dts/sun4i-a10.dtsi index 0f95a6ef8543..1c5a666c54b5 100644 --- a/arch/arm/boot/dts/sun4i-a10.dtsi +++ b/arch/arm/boot/dts/sun4i-a10.dtsi @@ -143,7 +143,7 @@ trips { cpu_alert0: cpu-alert0 { /* milliCelsius */ - temperature = <850000>; + temperature = <85000>; hysteresis = <2000>; type = "passive"; }; |