Skip to content
Snippets Groups Projects
Commit c360033f authored by Simon Glass's avatar Simon Glass Committed by Albert ARIBAUD
Browse files

tegra: i2c: Select number of controllers for Tegra2 boards


The Tegra 2x SOC has four ports, so define TEGRA_I2C_NUM_CONTROLLERS
in the shared config file.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
Acked-by: default avatarHeiko Schocher <hs@denx.de>
Signed-off-by: default avatarTom Warren <twarren@nvidia.com>
parent cb445fb4
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
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