Hi,
I could get temperature via SCFW API (sc_misc_get_temp) . But, I would like to confirm a few points.

Q1. I was getting following result with MEK and linux bsp.
thermal_zone0 is CPU temperature. thermal_zone1 is DDR controller temperature. is it right?
If yes, These temperature difference of 25°C between CPU and DDR controller. Is this reasonable?
root@imx8qxpmek:~# cat /sys/class/thermal/thermal_zone0/temp
45000
root@imx8qxpmek:~# cat /sys/class/thermal/thermal_zone1/temp
70000
Q2. Linux BSP is able to chose SC_R_PMIC_0, SC_R_PMIC_1 and SC_R_PMIC_2 for resource parameter.
Which module's temperature can I get by specifying these resources?
Copy from linux_4.14.98_2.3.0_ga/drivers/thermal/imx_sc_thermal.c


Best Regards,
Kazuma Sasaki.