Re: [PATCH] ARM: dts: am335x-boneblue: add gpio-line-names
From: David Lechner <david@lechnology.com>
Date: 2021-07-09 21:53:55
Also in:
linux-omap
From: David Lechner <david@lechnology.com>
Date: 2021-07-09 21:53:55
Also in:
linux-omap
On 7/9/21 4:42 PM, David Lechner wrote:
This adds gpio-line-names to the BeagleBone Blue DTS. The line names are based on the BeagleBone Blue rev A2 schematic. Signed-off-by: David Lechner <david@lechnology.com> --- arch/arm/boot/dts/am335x-boneblue.dts | 143 +++++++++++++++++++++++++- 1 file changed, 142 insertions(+), 1 deletion(-)diff --git a/arch/arm/boot/dts/am335x-boneblue.dts b/arch/arm/boot/dts/am335x-boneblue.dts index 69acaf4ea0f3..90e8b7d63f79 100644 --- a/arch/arm/boot/dts/am335x-boneblue.dts +++ b/arch/arm/boot/dts/am335x-boneblue.dts@@ -435,12 +435,153 @@ &dcan1 { status = "okay"; }; +&gpio0 { + gpio-line-names = + "UART3_CTS", /* M17 */ + "UART3_RTS", /* M18 */ + "UART2_RX", /* A17 */ + "UART2_TX", /* B17 */ + "I2C1_SDA", /* B16 */ + "I2C1_SCL", /* A16 */ + "MMC0_CD", /* C15 */ + "SPI1_SS2", /* C18 */ + "EQEP_2A", /* V2 */ + "EQEP_2B", /* V3 */
Found a typo already. Sending v2 patch...