File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -405,7 +405,7 @@ enum max77693_haptic_reg {
405
405
MAX77693_HAPTIC_REG_END ,
406
406
};
407
407
408
- /* max77693-pmic LSCNFG configuraton register */
408
+ /* max77693-pmic LSCNFG configuration register */
409
409
#define MAX77693_PMIC_LOW_SYS_MASK 0x80
410
410
#define MAX77693_PMIC_LOW_SYS_SHIFT 7
411
411
Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ enum max77843_irq_muic {
198
198
#define MAX77843_MCONFIG_MEN_MASK BIT(MCONFIG_MEN_SHIFT)
199
199
#define MAX77843_MCONFIG_PDIV_MASK (0x3 << MCONFIG_PDIV_SHIFT)
200
200
201
- /* Max77843 charger insterrupts */
201
+ /* Max77843 charger interrupts */
202
202
#define MAX77843_CHG_BYP_I BIT(0)
203
203
#define MAX77843_CHG_BATP_I BIT(2)
204
204
#define MAX77843_CHG_BAT_I BIT(3)
Original file line number Diff line number Diff line change 10
10
#ifndef __SI476X_PLATFORM_H__
11
11
#define __SI476X_PLATFORM_H__
12
12
13
- /* It is possible to select one of the four adresses using pins A0
13
+ /* It is possible to select one of the four addresses using pins A0
14
14
* and A1 on SI476x */
15
15
#define SI476X_I2C_ADDR_1 0x60
16
16
#define SI476X_I2C_ADDR_2 0x61
Original file line number Diff line number Diff line change 749
749
#define VDDCTRL_ST_SHIFT 0
750
750
751
751
752
- /*Register VDDCTRL_OP (0x28) bit definitios */
752
+ /*Register VDDCTRL_OP (0x28) bit definitions */
753
753
#define VDDCTRL_OP_CMD_MASK 0x80
754
754
#define VDDCTRL_OP_CMD_SHIFT 7
755
755
#define VDDCTRL_OP_SEL_MASK 0x7F
You can’t perform that action at this time.
0 commit comments