Re: [PATCH 1/2] ARM64: dts: meson-gxl-khadas-vim: Add GPIO lines names

From: Kevin Hilman
Date: Tue Aug 01 2017 - 15:56:21 EST


Neil Armstrong <narmstrong@xxxxxxxxxxxx> writes:

> This patch describes the GPIO lines usage on the Khadas VIM board.
>
> This is useful in the debugfs gpio file and using the cdev gpio API.
>
> Signed-off-by: Neil Armstrong <narmstrong@xxxxxxxxxxxx>

[...]

> + /* Bank BOOT */
> + "eMMC D0", "eMMC D1", "eMMC D2", "eMMC D3",
> + "eMMC D4", "eMMC D5", "eMMC D6", "eMMC D7",
> + "eMMC Clk", "eMMC Reset", "eMMC CMD",
> + "", "BOOT_MODE", "", "", "eMMC Data Strobe",

nit/FYI: checkpatch whined about some trailing whitespace here. I fixed up
locally before applying to v4.14/dt64.

Kevin