summaryrefslogtreecommitdiff
path: root/arch/arm/dts/tegra30-tec-ng.dts
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-12-10 15:55:57 (GMT)
committerSimon Glass <sjg@chromium.org>2014-12-11 20:18:44 (GMT)
commitb0e6ef46405353270595ffa35c21f4334c541189 (patch)
tree919f435acfe6b7276e465deecdc777631155f158 /arch/arm/dts/tegra30-tec-ng.dts
parenta6c7b461814028870697182d19383ef5b370c257 (diff)
downloadu-boot-b0e6ef46405353270595ffa35c21f4334c541189.tar.xz
dm: i2c: tegra: Convert to driver model
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>
Diffstat (limited to 'arch/arm/dts/tegra30-tec-ng.dts')
-rw-r--r--arch/arm/dts/tegra30-tec-ng.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/tegra30-tec-ng.dts b/arch/arm/dts/tegra30-tec-ng.dts
index 8a69e81..e924acc 100644
--- a/arch/arm/dts/tegra30-tec-ng.dts
+++ b/arch/arm/dts/tegra30-tec-ng.dts
@@ -6,6 +6,10 @@
model = "Avionic Design Tamonten™ NG Evaluation Carrier";
compatible = "ad,tec-ng", "nvidia,tegra30";
+ aliases {
+ i2c0 = "/i2c@7000c400";
+ };
+
/* GEN2 */
i2c@7000c400 {
status = "okay";