Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ddf5aaa8 authored by Paul Cercueil's avatar Paul Cercueil Committed by Lee Jones
Browse files

mfd: ingenic-tcu: Fix bit field description in header



The description of the bit was inverted.

Signed-off-by: default avatarPaul Cercueil <paul@crapouillou.net>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 75d4c5e0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@
#define TCU_TCSR_PRESCALE_LSB		3
#define TCU_TCSR_PRESCALE_MASK		0x38

#define TCU_TCSR_PWM_SD		BIT(9)	/* 0: Shutdown abruptly 1: gracefully */
#define TCU_TCSR_PWM_SD		BIT(9)	/* 0: Shutdown gracefully 1: abruptly */
#define TCU_TCSR_PWM_INITL_HIGH	BIT(8)	/* Sets the initial output level */
#define TCU_TCSR_PWM_EN		BIT(7)	/* PWM pin output enable */