On Mon, Oct 15, 2018 at 11:12:26PM +0900, Yoshihiro Kaneko wrote: > This patch adds the thermal device node and the thermal-zone for > the R8A77990 SoC. > > Signed-off-by: Yoshihiro Kaneko <ykaneko0929@xxxxxxxxx> Thanks, This looks fine to me but I will wait to see if there are other reviews before applying. Reviewed-by: Simon Horman <horms+renesas@xxxxxxxxxxxx> Also tested on Ebisu/E3 in conjunction with "[PATCH/RFT 0/2] thermal: add suport for R8A77990" # X=1000000; while [ "$X" -gt 0 ]; do X=$(($X -1 )); done; cat # /sys/devices/virtual/thermal/thermal_zone0/temp; sleep 1; cat # /sys/devices/virtual/thermal/thermal_zone0/temp 30000 25000 Tested-by: Simon Horman <horms+renesas@xxxxxxxxxxxx>