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>
This commit is contained in:
@@ -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
|
||||
|
@@ -51,8 +51,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
|
||||
|
Reference in New Issue
Block a user