diff options
author | Zoltan Herpai <wigyori@uid0.hu> | 2014-11-04 21:06:04 +0000 |
---|---|---|
committer | Zoltan Herpai <wigyori@uid0.hu> | 2014-11-04 21:06:04 +0000 |
commit | 1ac401f4312485dfb19fcbfde3198ba21b45ea00 (patch) | |
tree | 976ef79c0bef3f05ee0cd317e40379c51d532f94 /target/linux/sunxi/patches-3.14/309-dt-sun7i-add-ir-to-bananapi.patch | |
parent | 5cd9a39573f3d7a34d4d43b4607b5922004165f1 (diff) | |
download | upstream-1ac401f4312485dfb19fcbfde3198ba21b45ea00.tar.gz upstream-1ac401f4312485dfb19fcbfde3198ba21b45ea00.tar.bz2 upstream-1ac401f4312485dfb19fcbfde3198ba21b45ea00.zip |
sunxi: move IR patch for bananapi
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 43182
Diffstat (limited to 'target/linux/sunxi/patches-3.14/309-dt-sun7i-add-ir-to-bananapi.patch')
-rw-r--r-- | target/linux/sunxi/patches-3.14/309-dt-sun7i-add-ir-to-bananapi.patch | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/target/linux/sunxi/patches-3.14/309-dt-sun7i-add-ir-to-bananapi.patch b/target/linux/sunxi/patches-3.14/309-dt-sun7i-add-ir-to-bananapi.patch new file mode 100644 index 0000000000..b075799aa3 --- /dev/null +++ b/target/linux/sunxi/patches-3.14/309-dt-sun7i-add-ir-to-bananapi.patch @@ -0,0 +1,34 @@ +From 05cffcda932b0914d78a08891c13e61593a6ce02 Mon Sep 17 00:00:00 2001 +From: Alexander Bersenev <bay@hackerdom.ru> +Date: Mon, 9 Jun 2014 00:08:13 +0600 +Subject: [PATCH] ARM: sunxi: Enable IR controller on cubieboard 2 and + cubietruck in dts + +This patch enables two IR devices in dts: +- One IR device physically found on Cubieboard 2 +- One IR device physically found on Cubietruck + +Signed-off-by: Alexander Bersenev <bay@hackerdom.ru> +Signed-off-by: Alexsey Shestacov <wingrime@linux-sunxi.org> +--- + arch/arm/boot/dts/sun7i-a20-bananapi.dts | 6 ++++++ + arch/arm/boot/dts/sun7i-a20-cubietruck.dts | 6 ++++++ + 2 files changed, 12 insertions(+) + +diff --git a/arch/arm/boot/dts/sun7i-a20-bananapi.dts b/arch/arm/boot/dts/sun7i-a20-bananapi.dts +index 97bcb2a..81bf3df 100644 +--- a/arch/arm/boot/dts/sun7i-a20-bananapi.dts ++++ b/arch/arm/boot/dts/sun7i-a20-bananapi.dts +@@ -66,6 +66,12 @@ + }; + }; + ++ ir0: ir@01c21800 { ++ pinctrl-names = "default"; ++ pinctrl-0 = <&ir0_pins_a>; ++ status = "okay"; ++ }; ++ + uart0: serial@01c28000 { + pinctrl-names = "default"; + pinctrl-0 = <&uart0_pins_a>; |