summaryrefslogtreecommitdiff
path: root/board/toradex/colibri_imx6/pf0100.h
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2016-09-20 10:12:54 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2016-09-29 06:04:21 +0200
commit3f42c624fa03c30b546fc4eab6f1ae376291660d (patch)
treee6c1549d67c9b5c85b1d85866a503bd4d26eee63 /board/toradex/colibri_imx6/pf0100.h
parenta3d0bf966cb932bdf1b2a4f189f21410a9036b16 (diff)
board/toradex/colibri_imx6: whitespace fixup
Cleanup whitespace found when preparing patches for mainline. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'board/toradex/colibri_imx6/pf0100.h')
-rw-r--r--board/toradex/colibri_imx6/pf0100.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/board/toradex/colibri_imx6/pf0100.h b/board/toradex/colibri_imx6/pf0100.h
index b43744c47e..c84cab8b15 100644
--- a/board/toradex/colibri_imx6/pf0100.h
+++ b/board/toradex/colibri_imx6/pf0100.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014, Toradex AG
+ * Copyright (C) 2014-2016, Toradex AG
*
* SPDX-License-Identifier: GPL-2.0+
*/
@@ -12,7 +12,7 @@
#define PF0100_H_
/* 7-bit I2C bus slave address */
-#define PFUZE100_I2C_ADDR (0x08)
+#define PFUZE100_I2C_ADDR (0x08)
/* Register Addresses */
#define PFUZE100_DEVICEID (0x0)
#define PFUZE100_REVID (0x3)
@@ -30,7 +30,8 @@
#define PFUZE100_VGEN1CTL (0x6c)
#define PFUZE100_VGEN1_VAL (0x30 + 0x08) /* Always ON, 1.2V */
#define PFUZE100_SWBSTCTL (0x66)
-#define PFUZE100_SWBST_VAL (0x40 + 0x08 + 0x00) /* Always ON, Auto Switching Mode, 5.0V */
+/* Always ON, Auto Switching Mode, 5.0V */
+#define PFUZE100_SWBST_VAL (0x40 + 0x08 + 0x00)
/* chooses the extended page (registers 0x80..0xff) */
#define PFUZE100_PAGE_REGISTER 0x7f