]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: hummingboard: gpio-ir on gpio 3,5
authorRabeeh Khoury <rabeeh@solid-run.com>
Sat, 23 Aug 2014 09:11:47 +0000 (10:11 +0100)
committerShawn Guo <shawn.guo@freescale.com>
Tue, 16 Sep 2014 02:25:58 +0000 (10:25 +0800)
HummingBoard after rev 2.0 and the production one starting rev 3.0 uses
gpio 3,5 (EIM_DA5 pad) as the gpio infra red receiver input.

Since the original Carrier1 board is obsolete and we are retiring it,
update the DT file for this.  This will mean IR reception will not
work on Carrier1 with this DT file.

Signed-off-by: Rabeeh Khoury <rabeeh@solid-run.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
arch/arm/boot/dts/imx6qdl-hummingboard.dtsi

index bf38072a27799bdf4b0622bf6c1a4481f1b9e31b..1f355804c2cbbc9ee63516be15c4c29bdfbfd8e0 100644 (file)
@@ -11,9 +11,9 @@ chosen {
 
        ir_recv: ir-receiver {
                compatible = "gpio-ir-receiver";
-               gpios = <&gpio1 2 1>;
+               gpios = <&gpio3 5 1>;
                pinctrl-names = "default";
-               pinctrl-0 = <&pinctrl_hummingboard_gpio1_2>;
+               pinctrl-0 = <&pinctrl_hummingboard_gpio3_5>;
        };
 
        regulators {
@@ -103,9 +103,9 @@ MX6QDL_PAD_SD3_CMD__FLEXCAN1_TX 0x80000000
                        >;
                };
 
-               pinctrl_hummingboard_gpio1_2: hummingboard-gpio1_2 {
+               pinctrl_hummingboard_gpio3_5: hummingboard-gpio3_5 {
                        fsl,pins = <
-                               MX6QDL_PAD_GPIO_2__GPIO1_IO02 0x80000000
+                               MX6QDL_PAD_EIM_DA5__GPIO3_IO05 0x80000000
                        >;
                };