diff options
author | Martin Blumenstingl <martin.blumenstingl@googlemail.com> | 2017-06-10 00:20:39 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2017-06-16 12:06:53 -0700 |
commit | 79eb80b70c4e05defb4d6f6e68840a052e73ae2d (patch) | |
tree | f20bc345382adaec3f166b2b3230b2d7e10a01fa | |
parent | 88e18ab542cc13684259951b28f5b97546904883 (diff) | |
download | linux-79eb80b70c4e05defb4d6f6e68840a052e73ae2d.tar.gz linux-79eb80b70c4e05defb4d6f6e68840a052e73ae2d.tar.bz2 linux-79eb80b70c4e05defb4d6f6e68840a052e73ae2d.zip |
ARM: dts: meson8: fix the IR receiver pins
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>
-rw-r--r-- | arch/arm/boot/dts/meson8.dtsi | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/arch/arm/boot/dts/meson8.dtsi b/arch/arm/boot/dts/meson8.dtsi index 9b0b3ddbb17e..e4f7357b4b31 100644 --- a/arch/arm/boot/dts/meson8.dtsi +++ b/arch/arm/boot/dts/meson8.dtsi @@ -116,6 +116,13 @@ function = "i2c_mst_ao"; }; }; + + ir_recv_pins: remote { + mux { + groups = "remote_input"; + function = "remote"; + }; + }; }; }; @@ -151,13 +158,6 @@ }; }; - ir_recv_pins: remote { - mux { - groups = "remote_input"; - function = "remote"; - }; - }; - eth_pins: ethernet { mux { groups = "eth_tx_clk_50m", "eth_tx_en", |