mbox series

[0/4] arm64: dts: meson-gx: fix GPIO lines names

Message ID 1541587550-17842-1-git-send-email-narmstrong@baylibre.com (mailing list archive)
Headers show
Series arm64: dts: meson-gx: fix GPIO lines names | expand

Message

Neil Armstrong Nov. 7, 2018, 10:45 a.m. UTC
The gpio line names were set in the pinctrl node instead of the gpio node,
at the time it was merged, it worked, but was obviously wrong.
This patches moves the properties to the gpio nodes for the board DT having
the GPIO lines names.

Neil Armstrong (4):
  arm64: dts: meson-gxl-libretech-cc: fix GPIO lines names
  arm64: dts: meson-gxbb-nanopi-k2: fix GPIO lines names
  arm64: dts: meson-gxbb-odroidc2: fix GPIO lines names
  arm64: dts: meson-gxl-khadas-vim: fix GPIO lines names

 arch/arm64/boot/dts/amlogic/meson-gxbb-nanopi-k2.dts         | 4 ++--
 arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts          | 4 ++--
 arch/arm64/boot/dts/amlogic/meson-gxl-s905x-khadas-vim.dts   | 4 ++--
 arch/arm64/boot/dts/amlogic/meson-gxl-s905x-libretech-cc.dts | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

Comments

Kevin Hilman Nov. 15, 2018, 7:54 p.m. UTC | #1
Neil Armstrong <narmstrong@baylibre.com> writes:

> The gpio line names were set in the pinctrl node instead of the gpio node,
> at the time it was merged, it worked, but was obviously wrong.
> This patches moves the properties to the gpio nodes for the board DT having
> the GPIO lines names.

Queued for v4.21 (branch: v4.21/dt64)

Kevin