diff options
| author | jmcneill <jmcneill@NetBSD.org> | 2018-05-04 20:26:50 +0000 |
|---|---|---|
| committer | jmcneill <jmcneill@NetBSD.org> | 2018-05-04 20:26:50 +0000 |
| commit | 07fd39a365d0820f71de0aad4afbfbf6b4d6ae9e (patch) | |
| tree | ef25e4dfeca3811dfceb21b9eaf20c8b8c73c2ec /sys | |
| parent | ce02ba7a8189a8f316b4b1781aa3436536d4068a (diff) | |
Fix pasto
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/i2c/axp806.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/i2c/axp806.c b/sys/dev/i2c/axp806.c index 3e7da32fafc..4b9d348d49e 100644 --- a/sys/dev/i2c/axp806.c +++ b/sys/dev/i2c/axp806.c @@ -1,4 +1,4 @@ -/* $NetBSD: axp806.c,v 1.3 2018/05/03 02:10:17 jmcneill Exp $ */ +/* $NetBSD: axp806.c,v 1.4 2018/05/04 20:26:50 jmcneill Exp $ */ /*- * Copyright (c) 2014-2018 Jared McNeill <jmcneill@invisible.ca> @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: axp806.c,v 1.3 2018/05/03 02:10:17 jmcneill Exp $"); +__KERNEL_RCSID(0, "$NetBSD: axp806.c,v 1.4 2018/05/04 20:26:50 jmcneill Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -77,7 +77,7 @@ __KERNEL_RCSID(0, "$NetBSD: axp806.c,v 1.3 2018/05/03 02:10:17 jmcneill Exp $"); #define AXP_POWER_DISABLE_CTRL __BIT(7) #define AXP_WAKEUP_PINFUNC_REG 0x35 #define AXP_POK_SETTING_REG 0x36 -#define AXP_MODE_SEL_REG 0axp806_power_funcsx3e +#define AXP_MODE_SEL_REG 0x3e #define AXP_SPECIAL_CTRL_REG 0x3f #define AXP_IRQ_ENABLE1_REG 0x40 #define AXP_IRQ_ENABLE2_REG 0x41 |
