thermal: add the note for set_trip_temp

Fixes commit 60f9ce3ada53
("thermal: of-thermal: allow setting trip_temp on hardware")

Signed-off-by: Caesar Wang <wxt@rock-chips.com>
Cc: Zhang Rui <rui.zhang@intel.com>
Cc: Eduardo Valentin <edubezval@gmail.com>
Cc: linux-pm@vger.kernel.org
Signed-off-by: Zhang Rui <rui.zhang@intel.com>

authored by Caesar Wang and committed by Zhang Rui 5a5e78cd f840ab18

Changed files
+2
include
linux
+2
include/linux/thermal.h
··· 335 335 * @get_trend: a pointer to a function that reads the sensor temperature trend. 336 336 * @set_emul_temp: a pointer to a function that sets sensor emulated 337 337 * temperature. 338 + * @set_trip_temp: a pointer to a function that sets the trip temperature on 339 + * hardware. 338 340 */ 339 341 struct thermal_zone_of_device_ops { 340 342 int (*get_temp)(void *, int *);