Skip to content

Commit

Permalink
mfd: ingenic-tcu: Fix bit field description in header
Browse files Browse the repository at this point in the history
The description of the bit was inverted.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
  • Loading branch information
Paul Cercueil authored and Lee Jones committed Jan 3, 2019
1 parent 75d4c5e commit ddf5aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/mfd/ingenic-tcu.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down

0 comments on commit ddf5aaa

Please sign in to comment.