Skip to content

Commit c5d7d57

Browse files
miquelraynalEduardo Valentin
authored andcommitted
thermal: armada: remove misleading comments
On older versions of this thermal IP, TSEN referred as the internal sensor in the thermal IP while EXT_TSEN referred as sensors outside of this IP, ie in the CPUs most of the time. The bit names in the specifications do not follow this rule anymore, so remove these comments that are misleading. Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
1 parent 931d3c5 commit c5d7d57

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/thermal/armada_thermal.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,10 @@
5151
#define CONTROL0_TSEN_TC_TRIM_MASK 0x7
5252
#define CONTROL0_TSEN_TC_TRIM_VAL 0x3
5353

54-
/* TSEN refers to the temperature sensors within the AP */
5554
#define CONTROL0_TSEN_START BIT(0)
5655
#define CONTROL0_TSEN_RESET BIT(1)
5756
#define CONTROL0_TSEN_ENABLE BIT(2)
5857

59-
/* EXT_TSEN refers to the external temperature sensors, out of the AP */
6058
#define CONTROL1_EXT_TSEN_SW_RESET BIT(7)
6159
#define CONTROL1_EXT_TSEN_HW_RESETn BIT(8)
6260

0 commit comments

Comments
 (0)