Skip to content
Snippets Groups Projects
Commit 144d5093 authored by Stefan Roese's avatar Stefan Roese Committed by Luka Perkov
Browse files

arm: mvebu: db-mv784mp-gp: Fix ECC I2C address


The macro to select the I2C address for ECC bus-width detection
was defined incorrectly for the Marvell DB-MV784MP-GP board. This
patch changes the macro to the correct value to fix this issue.

Signed-off-by: default avatarStefan Roese <sr@denx.de>
parent 2bae75a4
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
#define ECC_SUPPORT #define ECC_SUPPORT
#define NEW_FABRIC_TWSI_ADDR 0x4E #define NEW_FABRIC_TWSI_ADDR 0x4E
#ifdef DB_784MP_GP #ifdef CONFIG_DB_784MP_GP
#define BUS_WIDTH_ECC_TWSI_ADDR 0x4E #define BUS_WIDTH_ECC_TWSI_ADDR 0x4E
#else #else
#define BUS_WIDTH_ECC_TWSI_ADDR 0x4F #define BUS_WIDTH_ECC_TWSI_ADDR 0x4F
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment