File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -405,7 +405,7 @@ enum max77693_haptic_reg {
405405 MAX77693_HAPTIC_REG_END ,
406406};
407407
408- /* max77693-pmic LSCNFG configuraton register */
408+ /* max77693-pmic LSCNFG configuration register */
409409#define MAX77693_PMIC_LOW_SYS_MASK 0x80
410410#define MAX77693_PMIC_LOW_SYS_SHIFT 7
411411
Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ enum max77843_irq_muic {
198198#define MAX77843_MCONFIG_MEN_MASK BIT(MCONFIG_MEN_SHIFT)
199199#define MAX77843_MCONFIG_PDIV_MASK (0x3 << MCONFIG_PDIV_SHIFT)
200200
201- /* Max77843 charger insterrupts */
201+ /* Max77843 charger interrupts */
202202#define MAX77843_CHG_BYP_I BIT(0)
203203#define MAX77843_CHG_BATP_I BIT(2)
204204#define MAX77843_CHG_BAT_I BIT(3)
Original file line number Diff line number Diff line change 1010#ifndef __SI476X_PLATFORM_H__
1111#define __SI476X_PLATFORM_H__
1212
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
1414 * and A1 on SI476x */
1515#define SI476X_I2C_ADDR_1 0x60
1616#define SI476X_I2C_ADDR_2 0x61
Original file line number Diff line number Diff line change 749749#define VDDCTRL_ST_SHIFT 0
750750
751751
752- /*Register VDDCTRL_OP (0x28) bit definitios */
752+ /*Register VDDCTRL_OP (0x28) bit definitions */
753753#define VDDCTRL_OP_CMD_MASK 0x80
754754#define VDDCTRL_OP_CMD_SHIFT 7
755755#define VDDCTRL_OP_SEL_MASK 0x7F
You can’t perform that action at this time.
0 commit comments