commit | 00707e4c9618949d492f685c324326f39f08ea9c | [log] [tgz] |
---|---|---|
author | Miquel Raynal <miquel.raynal@bootlin.com> | Mon Jul 16 16:41:53 2018 +0200 |
committer | Eduardo Valentin <edubezval@gmail.com> | Fri Jul 27 14:43:10 2018 -0700 |
tree | 26805bccb3600faab987942db635516998d34b18 | |
parent | f7c2068a1728c1b2aed9416b071a3e2f8f887786 [diff] |
thermal: armada: remove sensors validity from the IP initialization When using new bindings with multiple sensors, sensor validity is checked twice because sensor selection also checks for the validity. Remove the redundant call from the IP initialization helper and move it to the legacy probe section where it is still needed. Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>