diff options
author | Chaitanya Bandi <bandik@nvidia.com> | 2014-01-17 17:27:45 +0530 |
---|---|---|
committer | Laxman Dewangan <ldewangan@nvidia.com> | 2014-02-05 00:51:16 -0800 |
commit | 5a9fb26d715979467c109150104c88bfc93cc8d4 (patch) | |
tree | 03567e9f04503e039eb678ef58ec3deb340f951f /arch/arm/boot/dts/tegra124-foster.dts | |
parent | 0d57e7b09ac7e651fd09df470eb505c9015eb10e (diff) |
ARM: tegra: Enable I2Cs in t124 dt files
Enabled I2Cs in t124 SOC dt files instead of
doing it in board specific dt files. Also
made GEN1_I2C, PWR_I2C, CAM_I2C, I2C6 to operate
at FM mode and GEN2_I2C, DDC_I2C in Standard mode
as default from SOC dt files.
Change-Id: I1226b6f8af78c02dc11bc6711bf7ad00eb3bdb33
Signed-off-by: Chaitanya Bandi <bandik@nvidia.com>
Reviewed-on: http://git-master/r/357131
Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/tegra124-foster.dts')
-rw-r--r-- | arch/arm/boot/dts/tegra124-foster.dts | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/arch/arm/boot/dts/tegra124-foster.dts b/arch/arm/boot/dts/tegra124-foster.dts index 34965d9d52ec..c42d1d6f6251 100644 --- a/arch/arm/boot/dts/tegra124-foster.dts +++ b/arch/arm/boot/dts/tegra124-foster.dts @@ -36,37 +36,10 @@ reg = <0x80000000 0x80000000>; }; - i2c@7000c000 { - status = "okay"; - clock-frequency = <100000>; - }; - - i2c@7000c400 { - status = "okay"; - clock-frequency = <100000>; - }; - - i2c@7000c500 { - status = "okay"; - clock-frequency = <400000>; - }; - - i2c@7000c700 { - status = "okay"; - clock-frequency = <100000>; - }; - i2c@7000d000 { - status = "okay"; - clock-frequency = <400000>; nvidia,bit-banging-xfer-after-shutdown; }; - i2c@7000d100 { - status = "okay"; - clock-frequency = <400000>; - }; - spi@7000d400 { status = "okay"; spi-max-frequency = <25000000>; |