aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mfd
diff options
context:
space:
mode:
authorXu Yilun <[email protected]>2021-03-10 23:55:46 +0800
committerLee Jones <[email protected]>2021-04-14 16:03:39 +0100
commit5893f4d1f43036664010e3ae1d3f7a98b2165a5d (patch)
tree7187419644a838605c5f3f2ee4dcd63a8ef0a5c8 /include/linux/mfd
parentd9b326b2c3673f939941806146aee38e5c635fd0 (diff)
mfd: intel-m10-bmc: Simplify the legacy version reg definition
The version register is the only one in the legacy I/O space to be accessed, so it is not necessary to define the legacy base & version register offset. A direct definition of the legacy version register address would be fine. Signed-off-by: Xu Yilun <[email protected]> Reviewed-by: Tom Rix <[email protected]> Signed-off-by: Lee Jones <[email protected]>
Diffstat (limited to 'include/linux/mfd')
-rw-r--r--include/linux/mfd/intel-m10-bmc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mfd/intel-m10-bmc.h b/include/linux/mfd/intel-m10-bmc.h
index 9b54ca13eac3..4f1071febb9e 100644
--- a/include/linux/mfd/intel-m10-bmc.h
+++ b/include/linux/mfd/intel-m10-bmc.h
@@ -9,7 +9,7 @@
#include <linux/regmap.h>
-#define M10BMC_LEGACY_SYS_BASE 0x300400
+#define M10BMC_LEGACY_BUILD_VER 0x300468
#define M10BMC_SYS_BASE 0x300800
#define M10BMC_MEM_END 0x1fffffff