Re: [PATCH] ARM: dts: am335x-boneblack.dts: unique gpio-line-names
From: Tony Lindgren <tony@atomide.com>
Date: 2021-03-31 05:57:07
Also in:
linux-devicetree, linux-omap, lkml
From: Tony Lindgren <tony@atomide.com>
Date: 2021-03-31 05:57:07
Also in:
linux-devicetree, linux-omap, lkml
* Drew Fustini [off-list ref] [210325 00:25]:
Based on linux-gpio discussion [1], it is best practice to make the gpio-line-names unique. Generic names like "[ethernet]" are replaced with the name of the unique signal on the AM3358 SoC ball corresponding to the gpio line. "[NC]" is also renamed to the standard "NC" name to represent "not connected".
Thanks applying into omap-for-v5.13/dt-v2. Tony