Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • RZ/G2H, G2M, G2N, G2E:
    • drivers/thermal/rcar_gen3__thermal.c
    • CONFIG_RCAR_GEN3_THERMAL=y
  • RZ/G2L, G2LC, G2UL, V2L:
    • drivers/thermal/rzg2l_thermal.c
    • CONFIG_RZG2L_THERMAL=y
  • RZ/V2H
    • Supported on AI_SDK 5.0 and later
    • Enabled by default
    • CONFIG_RZG2L_THERMAL=y

Notes

  • The Linux driver reads the registers and applies the formula in the hardware manual
  • You can read the current value running the command:
    • $ cat /sys/class/thermal/thermal_zone0/temp
  • The output value is in millicelsius

...