[PATCH v3] arm: dts: sun7i-a20-bananapi: name the GPIO lines
Maxime Ripard
maxime.ripard at free-electrons.com
Tue May 9 13:27:25 PDT 2017
Hi Oleksij,
It looks much better, thanks!
On Sat, May 06, 2017 at 07:30:38AM +0200, Oleksij Rempel wrote:
> This names the GPIO lines on the Banana Pi board in accordance with
> the A20_Banana_Pi v1.4 Specification.
>
> This will make these line names reflect through to user space
> so that they can easily be identified and used with the new
> character device ABI.
>
> Signed-off-by: Oleksij Rempel <linux at rempel-privat.de>
> Cc: Linus Walleij <linus.walleij at linaro.org>
> Cc: devicetree at vger.kernel.org
> Cc: linux-arm-kernel at lists.infradead.org
> Cc: Chen-Yu Tsai <wens at csie.org>
> Cc: Maxime Ripard <maxime.ripard at free-electrons.com>
> ---
Usually, it's better here if you put a change log with the things that
changed from one version to another.
You probably remember all of the comments that were made on the
previous version of that patch, but I don't ;)
> arch/arm/boot/dts/sun7i-a20-bananapi.dts | 51 ++++++++++++++++++++++++++++++++
> 1 file changed, 51 insertions(+)
>
> diff --git a/arch/arm/boot/dts/sun7i-a20-bananapi.dts b/arch/arm/boot/dts/sun7i-a20-bananapi.dts
> index 91f2e5f..6b326b3 100644
> --- a/arch/arm/boot/dts/sun7i-a20-bananapi.dts
> +++ b/arch/arm/boot/dts/sun7i-a20-bananapi.dts
> @@ -178,6 +178,57 @@
> };
>
> &pio {
> + gpio-line-names =
> + /* PA */
> + "ERXD3", "ERXD2", "ERXD1", "ERXD0", "ETXD3",
> + "ETXD2", "ETXD1", "ETXD0",
> + "ERXCK", "ERXERR", "ERXDV", "EMDC", "EMDIO",
> + "ETXEN", "ETXCK", "ECRS",
> + "ECOL", "ETXERR", "", "", "", "", "", "",
> + "", "", "", "", "", "", "", "",
> + /* PB */
> + "PMU-SCK", "PMU-SDA", "", "", "", "", "", "",
> + "", "USB0-DRV", "", "", "", "", "", "",
> + "", "", "", "", "SCL", "SDA", "", "",
I'm not sure how it's called in the schematics / documentation, but
having a way to get which bus it's from would be helpful (like you did
for the PMIC I2C bus).
> + "", "", "", "", "", "", "", "",
> + /* PC */
> + "", "", "", "", "", "", "", "",
> + "", "", "", "", "", "", "", "",
> + "", "", "", "", "", "", "", "",
> + "", "", "", "", "", "", "", "",
> + /* PD */
> + "", "", "", "", "", "", "", "",
> + "", "", "", "", "", "", "", "",
> + "", "", "", "", "", "", "", "",
> + "", "", "", "", "", "", "", "",
> + /* PE */
> + "", "", "", "", "", "", "", "",
> + "", "", "", "", "", "", "", "",
> + "", "", "", "", "", "", "", "",
> + "", "", "", "", "", "", "", "",
> + /* PF */
> + "SD0-D1", "SD0-D0", "SD0-CLK", "SD0-CMD", "SD0-D3",
> + "SD0-D2", "", "",
Why did you change the wrapping and indentation on those two lines?
> + "", "", "", "", "", "", "", "",
> + "", "", "", "", "", "", "", "",
> + "", "", "", "", "", "", "", "",
> + /* PG */
> + "", "", "", "", "", "", "", "",
> + "", "", "", "", "", "", "", "",
> + "", "", "", "", "", "", "", "",
> + "", "", "", "", "", "", "", "",
> + /* PH */
> + "TXD0", "RXD0", "IO-1", "PH3", "USB0-IDDET", "PH5", "", "",
What are PH3 and PH5 used for on the board? Can't we provide a more
explicit name?
Thanks!
Maxime
--
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20170509/5105599d/attachment-0001.sig>
More information about the linux-arm-kernel
mailing list