Commits
Ye Li committed 302c15aff17
MLK-16208-1 thermal: Add driver to support i.MX8QM/QXP CPU thermal sensor Add the DM thermal driver for i.MX8QM and QXP. The driver depends on DTB thermal sensor nodes. Will create device for each thermal in thermal-zones. User can use the thermal name to get the device from UCLASS_THERMAL. The driver flag is set to DM_FLAG_PRE_RELOC, to support run it at early stage, need add "u-boot,dm-pre-reloc" property to the thermal node. Signed-off-by: Ye Li <ye.li@nxp.com> Reviewed-by: Peng Fan <peng.fan@nxp.com> (cherry picked from commit 98005e0b5a46bd17160fac18be2374c15dba54f9) (cherry picked from commit 0873cbf1aa61d9398b66c9e073ca8434717de131)