From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@baylibre.com (Kevin Hilman) Date: Fri, 16 Jun 2017 11:40:34 -0700 Subject: [PATCH] ARM: dts: meson8: fix the IR receiver pins In-Reply-To: (Neil Armstrong's message of "Mon, 12 Jun 2017 09:38:55 +0200") References: <20170609222039.25191-1-martin.blumenstingl@googlemail.com> Message-ID: To: linus-amlogic@lists.infradead.org List-Id: linus-amlogic.lists.infradead.org Neil Armstrong writes: > On 06/10/2017 12:20 AM, Martin Blumenstingl wrote: >> 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 [..] > Reviewed-by: Neil Armstrong Applied to v4.13/dt with Neil's ack, will go in round 2 of pull requests to arm-soc. Kevin