mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
b0e6ef4640
This converts all Tegra boards over to use driver model for I2C. The driver is adjusted to use driver model and the following obsolete CONFIGs are removed: - CONFIG_SYS_I2C_INIT_BOARD - CONFIG_I2C_MULTI_BUS - CONFIG_SYS_MAX_I2C_BUS - CONFIG_SYS_I2C_SPEED - CONFIG_SYS_I2C This has been tested on: - trimslice (no I2C) - beaver - Jetson-TK1 It has not been tested on Tegra 114 as I don't have that board. Acked-by: Heiko Schocher <hs@denx.de> Signed-off-by: Simon Glass <sjg@chromium.org>
22 lines
314 B
Text
22 lines
314 B
Text
/dts-v1/;
|
|
|
|
#include "tegra30-tamonten.dtsi"
|
|
|
|
/ {
|
|
model = "Avionic Design Tamonten™ NG Evaluation Carrier";
|
|
compatible = "ad,tec-ng", "nvidia,tegra30";
|
|
|
|
aliases {
|
|
i2c0 = "/i2c@7000c400";
|
|
};
|
|
|
|
/* GEN2 */
|
|
i2c@7000c400 {
|
|
status = "okay";
|
|
};
|
|
|
|
/* SD card slot */
|
|
sdhci@78000400 {
|
|
status = "okay";
|
|
};
|
|
};
|