projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7dcfa7e
)
ARM: dts: cm-t3x: add EEPROM support
author
Dmitry Lifshitz
<lifshitz@compulab.co.il>
Tue, 18 Nov 2014 09:13:19 +0000
(11:13 +0200)
committer
Tony Lindgren
<tony@atomide.com>
Sat, 22 Nov 2014 00:09:30 +0000
(16:09 -0800)
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>
arch/arm/boot/dts/omap3-cm-t3x.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/omap3-cm-t3x.dtsi
b/arch/arm/boot/dts/omap3-cm-t3x.dtsi
index
3636fed
..
3a98ce1
100644
(file)
--- a/
arch/arm/boot/dts/omap3-cm-t3x.dtsi
+++ b/
arch/arm/boot/dts/omap3-cm-t3x.dtsi
@@
-156,11
+156,18
@@
&i2c1 {
clock-frequency = <400000>;
+
+ at24@50 {
+ compatible = "at24,24c02";
+ pagesize = <16>;
+ reg = <0x50>;
+ };
};
&i2c3 {
clock-frequency = <400000>;
};
+
&usbhshost {
port1-mode = "ehci-phy";
port2-mode = "ehci-phy";