summaryrefslogtreecommitdiff
path: root/drivers/mfd/apalis-tk1-k20-ezp.h
diff options
context:
space:
mode:
authorDominik Sliwa <dominik.sliwa@toradex.com>2017-10-03 17:22:39 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-10-06 16:59:08 +0200
commite9636255d1a151de8903e952f64ed779e832f613 (patch)
treec466a17cdc371e9045d47de8d86c4c227b8b4f6e /drivers/mfd/apalis-tk1-k20-ezp.h
parent795eccdb989221b0d9ff32a34cd0f7127db89860 (diff)
mfd: apalis-tk1-k20: clean-up and fix support for 0.10 k20 fwApalis-TK1_LXDE-Image_2.7b4-20171007
Signed-off-by: Dominik Sliwa <dominik.sliwa@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'drivers/mfd/apalis-tk1-k20-ezp.h')
-rw-r--r--drivers/mfd/apalis-tk1-k20-ezp.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/mfd/apalis-tk1-k20-ezp.h b/drivers/mfd/apalis-tk1-k20-ezp.h
index b2c65e4b60fd..c8b0c518980a 100644
--- a/drivers/mfd/apalis-tk1-k20-ezp.h
+++ b/drivers/mfd/apalis-tk1-k20-ezp.h
@@ -1,11 +1,12 @@
/*
- * Copyright 2016 Toradex AG
+ * Copyright 2016-2017 Toradex AG
* Dominik Sliwa <dominik.sliwa@toradex.com>
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License version 2 as published by the
* Free Software Foundation.
*/
+
#ifndef __DRIVERS_MFD_APALIS_TK1_K20_H
#define __DRIVERS_MFD_APALIS_TK1_K20_H
@@ -29,7 +30,7 @@
#define APALIS_TK1_K20_EZP_WRFCCOB 0xBA
#define APALIS_TK1_K20_EZP_FRDFCOOB 0xBB
-/* Bits of EZ Port Status register */
+/* Bits of EZ Port status register */
#define APALIS_TK1_K20_EZP_STA_WIP BIT(0)
#define APALIS_TK1_K20_EZP_STA_WEN BIT(1)
#define APALIS_TK1_K20_EZP_STA_BEDIS BIT(2)