diff options
author | Miquel Raynal <miquel.raynal@bootlin.com> | 2018-07-16 16:41:46 +0200 |
---|---|---|
committer | Eduardo Valentin <edubezval@gmail.com> | 2018-07-27 14:43:04 -0700 |
commit | c5d7d57e6892e1613157c89c22b13441f9d2ddf5 (patch) | |
tree | 85fa53a105c1c15ea588cca4e91f87e0cc3844b3 | |
parent | 931d3c5db42c935c7fcf119e844176ca5dcae326 (diff) | |
download | linux-stable-c5d7d57e6892e1613157c89c22b13441f9d2ddf5.tar.gz linux-stable-c5d7d57e6892e1613157c89c22b13441f9d2ddf5.tar.bz2 linux-stable-c5d7d57e6892e1613157c89c22b13441f9d2ddf5.zip |
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>
-rw-r--r-- | drivers/thermal/armada_thermal.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/thermal/armada_thermal.c b/drivers/thermal/armada_thermal.c index de1d1c6b1975..6cc53eef651d 100644 --- a/drivers/thermal/armada_thermal.c +++ b/drivers/thermal/armada_thermal.c @@ -51,12 +51,10 @@ #define CONTROL0_TSEN_TC_TRIM_MASK 0x7 #define CONTROL0_TSEN_TC_TRIM_VAL 0x3 -/* TSEN refers to the temperature sensors within the AP */ #define CONTROL0_TSEN_START BIT(0) #define CONTROL0_TSEN_RESET BIT(1) #define CONTROL0_TSEN_ENABLE BIT(2) -/* EXT_TSEN refers to the external temperature sensors, out of the AP */ #define CONTROL1_EXT_TSEN_SW_RESET BIT(7) #define CONTROL1_EXT_TSEN_HW_RESETn BIT(8) |