summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/cezanne/include
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2021-06-15 16:56:23 +0200
committerFelix Held <felix-coreboot@felixheld.de>2021-06-16 16:38:55 +0000
commita4480010a4c060f723eb6c2b4a3edfdb59c61c60 (patch)
tree53471630d29672fc07416d2e951a628a4c15f0f8 /src/soc/amd/cezanne/include
parentfab518ba54dd33fb6b0a3c3fb067839bcd12dec4 (diff)
downloadcoreboot-a4480010a4c060f723eb6c2b4a3edfdb59c61c60.tar.gz
coreboot-a4480010a4c060f723eb6c2b4a3edfdb59c61c60.tar.bz2
coreboot-a4480010a4c060f723eb6c2b4a3edfdb59c61c60.zip
soc/amd/cezanne,picasso/include/soc/iomap: reflow I2C_DEVICE_COUNT
Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I7edae2142120dec9e11ef823b561401b7e0bc208 Reviewed-on: https://review.coreboot.org/c/coreboot/+/55535 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Raul Rangel <rrangel@chromium.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src/soc/amd/cezanne/include')
-rw-r--r--src/soc/amd/cezanne/include/soc/iomap.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/soc/amd/cezanne/include/soc/iomap.h b/src/soc/amd/cezanne/include/soc/iomap.h
index 4f01c6431fd4..bd1f73ac9440 100644
--- a/src/soc/amd/cezanne/include/soc/iomap.h
+++ b/src/soc/amd/cezanne/include/soc/iomap.h
@@ -31,8 +31,7 @@
/* I2C parameters for lpc_read_resources */
#define I2C_BASE_ADDRESS APU_I2C2_BASE
#define I2C_DEVICE_SIZE 0x00001000
-#define I2C_DEVICE_COUNT (I2C_MASTER_DEV_COUNT \
- - I2C_MASTER_START_INDEX)
+#define I2C_DEVICE_COUNT (I2C_MASTER_DEV_COUNT - I2C_MASTER_START_INDEX)
#define APU_DMAC0_BASE 0xfedc7000
#define APU_DMAC1_BASE 0xfedc8000