diff options
author | Dmitry Lifshitz <lifshitz@compulab.co.il> | 2014-11-18 04:13:19 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-11-21 19:09:30 -0500 |
commit | 0cdb8255c0d5742c7112bf9b9d2b0a53512039fd (patch) | |
tree | c598fef980132842e10d52b838536367bb920549 | |
parent | 7dcfa7e1e27b6d3823ec77e6b4f0a6828690e1b2 (diff) |
ARM: dts: cm-t3x: add EEPROM support
Add at24 EEPROM chip support.
Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il>
[tony@atomide.com: updated to remove missing i2c1_pins]
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/omap3-cm-t3x.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-cm-t3x.dtsi b/arch/arm/boot/dts/omap3-cm-t3x.dtsi index 3636fed56b65..3a98ce10169e 100644 --- a/arch/arm/boot/dts/omap3-cm-t3x.dtsi +++ b/arch/arm/boot/dts/omap3-cm-t3x.dtsi | |||
@@ -156,11 +156,18 @@ | |||
156 | 156 | ||
157 | &i2c1 { | 157 | &i2c1 { |
158 | clock-frequency = <400000>; | 158 | clock-frequency = <400000>; |
159 | |||
160 | at24@50 { | ||
161 | compatible = "at24,24c02"; | ||
162 | pagesize = <16>; | ||
163 | reg = <0x50>; | ||
164 | }; | ||
159 | }; | 165 | }; |
160 | 166 | ||
161 | &i2c3 { | 167 | &i2c3 { |
162 | clock-frequency = <400000>; | 168 | clock-frequency = <400000>; |
163 | }; | 169 | }; |
170 | |||
164 | &usbhshost { | 171 | &usbhshost { |
165 | port1-mode = "ehci-phy"; | 172 | port1-mode = "ehci-phy"; |
166 | port2-mode = "ehci-phy"; | 173 | port2-mode = "ehci-phy"; |