
Add/update clock tables and enable I2C driver support for the Tegra30 Cardhu board. This uses the standard Tegra I2C driver. 5 controllers are supported, although all may not have devices behind them on every board.
Tom Warren (3): Tegra30: clocks: Fix clock tables for I2C and other periphs Tegra30: fdt: Update DT files with I2C info for T30/Cardhu Tegra30: I2C: Enable I2C driver on Cardhu
arch/arm/cpu/tegra30-common/clock.c | 78 ++++++++++++---------- arch/arm/dts/tegra30.dtsi | 61 +++++++++++++++++ arch/arm/include/asm/arch-tegra30/clock-tables.h | 4 + board/nvidia/dts/tegra30-cardhu.dts | 41 +++++++++++ include/configs/cardhu.h | 9 +++ include/configs/tegra30-common.h | 3 + 6 files changed, 162 insertions(+), 34 deletions(-)