diff --git a/include/configs/tegra2-common.h b/include/configs/tegra2-common.h index 266d0e58804d04779ca225a98353e2f019e25638..837f859c7cccce4326e0440c5a030b0a9224ce28 100644 --- a/include/configs/tegra2-common.h +++ b/include/configs/tegra2-common.h @@ -94,6 +94,9 @@ #define CONFIG_EHCI_IS_TDI #define CONFIG_EHCI_DCACHE +/* Total I2C ports on Tegra2 */ +#define TEGRA_I2C_NUM_CONTROLLERS 4 + /* include default commands */ #include <config_cmd_default.h>