[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-70-g8b3cebd
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2014-01-24 10:40:34
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 8b3cebd4f1196cf5937a46ba37a3fc672f1abd0c (commit)
from 6c02e499aa0add4bb96e131c1fd0f71c0d0b6061 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 8b3cebd4f1196cf5937a46ba37a3fc672f1abd0c
Author: Eric Jarrige <eri...@ar...>
Date: Fri Jan 24 11:40:19 2014 +0100
[LINUX] 3.13: apf27: add i2c eeprom 24c02 and i2c2 bus to device tree
-----------------------------------------------------------------------
Summary of changes:
...1-armadeus-dts-apf27-add_i2c_eeprom_24c02.patch | 43 ++++++++++++++++++++
1 files changed, 43 insertions(+), 0 deletions(-)
create mode 100644 patches/linux/3.13/0221-armadeus-dts-apf27-add_i2c_eeprom_24c02.patch
diff --git a/patches/linux/3.13/0221-armadeus-dts-apf27-add_i2c_eeprom_24c02.patch b/patches/linux/3.13/0221-armadeus-dts-apf27-add_i2c_eeprom_24c02.patch
new file mode 100644
index 0000000..6659197
--- /dev/null
+++ b/patches/linux/3.13/0221-armadeus-dts-apf27-add_i2c_eeprom_24c02.patch
@@ -0,0 +1,43 @@
+add i2c eeprom and i2c2 bus to apf27.dts
+
+Signed-off-by: Eric Jarrige <eri...@ar...>
+
+Index: linux-3.12.7/arch/arm/boot/dts/imx27-apf27dev.dts
+===================================================================
+--- linux-3.13-rc8/arch/arm/boot/dts/imx27-apf27dev.dts
++++ linux-3.13-rc8/arch/arm/boot/dts/imx27-apf27dev.dts
+@@ -125,12 +125,6 @@
+ };
+ };
+
+-&i2c2 {
+- pinctrl-names = "default";
+- pinctrl-0 = <&pinctrl_i2c2_1>;
+- status = "okay";
+-};
+-
+ &iomuxc {
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_hog>;
+--- linux-3.13-rc8/arch/arm/boot/dts/imx27-apf27.dts
++++ linux-3.13-rc8/arch/arm/boot/dts/imx27-apf27.dts
+@@ -64,6 +64,18 @@
+ status = "okay";
+ };
+
++&i2c2 {
++ pinctrl-names = "default";
++ pinctrl-0 = <&pinctrl_i2c2_1>;
++ status = "okay";
++
++ eeprom@50 {
++ compatible = "atmel,24c02";
++ reg = <0x50>;
++ pagesize = <8>;
++ };
++};
++
+ &nfc {
+ status = "okay";
+ nand-bus-width = <16>;
+--
hooks/post-receive
--
armadeus
|