Skip to content

Instantly share code, notes, and snippets.

@xqdzn
Created August 17, 2019 09:05
Show Gist options
  • Save xqdzn/e9112f53e9ac8d392972441c96512b62 to your computer and use it in GitHub Desktop.
Save xqdzn/e9112f53e9ac8d392972441c96512b62 to your computer and use it in GitHub Desktop.
...
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