Created
August 17, 2019 09:05
-
-
Save xqdzn/e9112f53e9ac8d392972441c96512b62 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
thermal-zones { | |
cpu_thermal { | |
polling-delay-passive = <0x14a>; | |
polling-delay = <0x3e8>; | |
thermal-sensors = <0x28 0x00>; | |
trips { | |
cpu_warm { | |
temperature = <0xfde8>; | |
hysteresis = <0x7d0>; | |
type = "passive"; | |
phandle = <0x29>; | |
}; | |
cpu_hot { | |
temperature = <0x124f8>; | |
hysteresis = <0x7d0>; | |
type = "passive"; | |
phandle = <0x2b>; | |
}; | |
cpu_very_hot { | |
temperature = <0x15f90>; | |
hysteresis = <0x7d0>; | |
type = "passive"; | |
phandle = <0x2c>; | |
}; | |
cpu_crit { | |
temperature = <0x19a28>; | |
hysteresis = <0x7d0>; | |
type = "critical"; | |
}; | |
}; | |
cooling-maps { | |
cpu_warm_limit_cpu { | |
trip = <0x29>; | |
cooling-device = <0x2a 0xffffffff 0x01>; | |
}; | |
cpu_hot_limit_cpu { | |
trip = <0x2b>; | |
cooling-device = <0x2a 0x02 0x03>; | |
}; | |
cpu_very_hot_limit_cpu { | |
trip = <0x2c>; | |
cooling-device = <0x2a 0x05 0xffffffff>; | |
}; | |
}; | |
}; | |
}; | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment