]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: meson8: fix the IR receiver pins
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Fri, 9 Jun 2017 22:20:39 +0000 (00:20 +0200)
committerKevin Hilman <khilman@baylibre.com>
Fri, 16 Jun 2017 19:06:53 +0000 (12:06 -0700)
The IR receiver pins are currently defined in the CBUS pin-controller.
However the pins are in the AO region, which is controlled by the AOBUS
pin-controller. Move the pins to pinctrl_aobus so they can actually be
used.

Fixes: b60e1157d8fa ("ARM: dts: amlogic: Split pinctrl device for Meson8 / Meson8b")
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm/boot/dts/meson8.dtsi

index 9b0b3ddbb17eb009ceb57d2aaeeab2ed0406357f..e4f7357b4b31d3f9786d9156706d851cf3bef392 100644 (file)
                                function = "i2c_mst_ao";
                        };
                };
+
+               ir_recv_pins: remote {
+                       mux {
+                               groups = "remote_input";
+                               function = "remote";
+                       };
+               };
        };
 };
 
                        };
                };
 
-               ir_recv_pins: remote {
-                       mux {
-                               groups = "remote_input";
-                               function = "remote";
-                       };
-               };
-
                eth_pins: ethernet {
                        mux {
                                groups = "eth_tx_clk_50m", "eth_tx_en",