fix: thermal: a38x, a39x: rename thermal sensor register defines

	According to the Spec:
	- Regsiter at offset 0xE4070 = Temperature Sensor 28nm Control LSB
	- Regsiter at offset 0xE4074 = Temperature Sensor 28nm Control MSB
	Before, Define for each register respectively is:
	- TSEN_STATE_REG
	- TSEN_CONF_REG
	After, The defines changed to:
	- TSEN_CONTROL_LSB_REG
	- TSEN_CONTROL_MSB_REG

Change-Id: Ic795851688692e0847e704d20a2b1e31ca90c7b6
Signed-off-by: Bassel Saba <basselsa@marvell.com>
Reviewed-on: http://vgitil04.il.marvell.com:8080/24875
Reviewed-by: Omri Itach <omrii@marvell.com>
Tested-by: Omri Itach <omrii@marvell.com>
4 files changed