summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/tegra20.dtsi
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2011-12-18 07:29:31 +0100
committerOlof Johansson <olof@lixom.net>2011-12-20 02:54:53 +0100
commit0bc2ecb6e5b7e61113e48336b818051b094006a9 (patch)
tree1b45d016f703ed0fee066cb8fe694b79e44eb9b6 /arch/arm/boot/dts/tegra20.dtsi
parentarm/tegra: initial device tree for tegra30 (diff)
downloadlinux-0bc2ecb6e5b7e61113e48336b818051b094006a9.tar.xz
linux-0bc2ecb6e5b7e61113e48336b818051b094006a9.zip
arm/dt: tegra: Use new compatible value for DVC I2C controller
Update the device tree to indicate which I2C controller is the DVC controller. AUXDATA needs to be updated too, since the compatible value changed. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts/tegra20.dtsi')
-rw-r--r--arch/arm/boot/dts/tegra20.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/tegra20.dtsi b/arch/arm/boot/dts/tegra20.dtsi
index 660c8ad537c0..3da7afd45322 100644
--- a/arch/arm/boot/dts/tegra20.dtsi
+++ b/arch/arm/boot/dts/tegra20.dtsi
@@ -39,7 +39,7 @@
i2c@7000d000 {
#address-cells = <1>;
#size-cells = <0>;
- compatible = "nvidia,tegra20-i2c";
+ compatible = "nvidia,tegra20-i2c-dvc";
reg = <0x7000D000 0x200>;
interrupts = < 0 53 0x04 >;
};