diff options
author | Tony Lindgren <tony@atomide.com> | 2012-02-24 19:48:27 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-02-24 19:48:27 -0500 |
commit | ffd76d8be36da09f8456c55569c008f5aa93095e (patch) | |
tree | 4a5e537edcdd3be9197c5fb7af1b4f7e4780ef77 /arch/arm/boot/dts/omap3.dtsi | |
parent | bfe9c8ae114009491f51452ec727667d516ee79f (diff) | |
parent | f0e15e2b0c6b3e89daade25a1e9a2d80136c14c3 (diff) |
Merge branch 'for_3.4/dts_updates' of git://git.kernel.org/pub/scm/linux/kernel/git/bcousson/linux-omap-dt into dt
Diffstat (limited to 'arch/arm/boot/dts/omap3.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap3.dtsi | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3.dtsi b/arch/arm/boot/dts/omap3.dtsi index 1c9d10a06a22..e69806432874 100644 --- a/arch/arm/boot/dts/omap3.dtsi +++ b/arch/arm/boot/dts/omap3.dtsi | |||
@@ -90,5 +90,26 @@ | |||
90 | ti,hwmods = "uart4"; | 90 | ti,hwmods = "uart4"; |
91 | clock-frequency = <48000000>; | 91 | clock-frequency = <48000000>; |
92 | }; | 92 | }; |
93 | |||
94 | i2c1: i2c@48070000 { | ||
95 | compatible = "ti,omap3-i2c"; | ||
96 | #address-cells = <1>; | ||
97 | #size-cells = <0>; | ||
98 | ti,hwmods = "i2c1"; | ||
99 | }; | ||
100 | |||
101 | i2c2: i2c@48072000 { | ||
102 | compatible = "ti,omap3-i2c"; | ||
103 | #address-cells = <1>; | ||
104 | #size-cells = <0>; | ||
105 | ti,hwmods = "i2c2"; | ||
106 | }; | ||
107 | |||
108 | i2c3: i2c@48060000 { | ||
109 | compatible = "ti,omap3-i2c"; | ||
110 | #address-cells = <1>; | ||
111 | #size-cells = <0>; | ||
112 | ti,hwmods = "i2c3"; | ||
113 | }; | ||
93 | }; | 114 | }; |
94 | }; | 115 | }; |