aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/sunxi/patches-3.12/133-dt-sun7i-cb2-enable-i2c.patch
diff options
context:
space:
mode:
authorZoltan HERPAI <wigyori@uid0.hu>2014-01-10 10:47:41 +0000
committerZoltan HERPAI <wigyori@uid0.hu>2014-01-10 10:47:41 +0000
commite3ff34b20c9d84d936e6d6481e6f76ce56e12716 (patch)
treec57ee5f38bc6d2fa4a5783e44ab1d15dcf76e41e /target/linux/sunxi/patches-3.12/133-dt-sun7i-cb2-enable-i2c.patch
parent07a167f52a38833eb800f0aae14e273292288c8c (diff)
downloadmaster-187ad058-e3ff34b20c9d84d936e6d6481e6f76ce56e12716.tar.gz
master-187ad058-e3ff34b20c9d84d936e6d6481e6f76ce56e12716.tar.bz2
master-187ad058-e3ff34b20c9d84d936e6d6481e6f76ce56e12716.zip
sunxi: add/refresh patches for cubieboard2
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39218 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/sunxi/patches-3.12/133-dt-sun7i-cb2-enable-i2c.patch')
-rw-r--r--target/linux/sunxi/patches-3.12/133-dt-sun7i-cb2-enable-i2c.patch39
1 files changed, 39 insertions, 0 deletions
diff --git a/target/linux/sunxi/patches-3.12/133-dt-sun7i-cb2-enable-i2c.patch b/target/linux/sunxi/patches-3.12/133-dt-sun7i-cb2-enable-i2c.patch
new file mode 100644
index 0000000000..606bd7315f
--- /dev/null
+++ b/target/linux/sunxi/patches-3.12/133-dt-sun7i-cb2-enable-i2c.patch
@@ -0,0 +1,39 @@
+From ce0106c5bbf689949c752b2a389ee82721c0e5d6 Mon Sep 17 00:00:00 2001
+From: Maxime Ripard <maxime.ripard@free-electrons.com>
+Date: Sat, 31 Aug 2013 23:12:58 +0200
+Subject: [PATCH] ARM: sun7i: cubieboard2: Enable the I2C controllers
+
+The Cubieboard2 uses both the i2c0 and i2c1 controllers. Enable them in
+the DT.
+
+Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
+---
+ arch/arm/boot/dts/sun7i-a20-cubieboard2.dts | 12 ++++++++++++
+ 1 file changed, 12 insertions(+)
+
+diff --git a/arch/arm/boot/dts/sun7i-a20-cubieboard2.dts b/arch/arm/boot/dts/sun7i-a20-cubieboard2.dts
+index 15e625e..5c51cb8 100644
+--- a/arch/arm/boot/dts/sun7i-a20-cubieboard2.dts
++++ b/arch/arm/boot/dts/sun7i-a20-cubieboard2.dts
+@@ -48,6 +48,18 @@
+ pinctrl-0 = <&uart0_pins_a>;
+ status = "okay";
+ };
++
++ i2c0: i2c@01c2ac00 {
++ pinctrl-names = "default";
++ pinctrl-0 = <&i2c0_pins_a>;
++ status = "okay";
++ };
++
++ i2c1: i2c@01c2b000 {
++ pinctrl-names = "default";
++ pinctrl-0 = <&i2c1_pins_a>;
++ status = "okay";
++ };
+ };
+
+ leds {
+--
+1.8.5.1
+