Skip to content

Commit 25a56a9

Browse files
Quanta-YangChenamboar
authored andcommitted
ARM: dts: aspeed: minerva: add gpio line name
Add the GPIO line name that the project's function can use by the meaningful name. Signed-off-by: Yang Chen <yangchen.openbmc@gmail.com> Reviewed-by: Joel Stanley <joel@jms.id.au> Link: https://lore.kernel.org/r/20231212075200.983536-11-yangchen.openbmc@gmail.com Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
1 parent bb4d303 commit 25a56a9

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-minerva.dts

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,3 +362,33 @@
362362
&uhci {
363363
status = "okay";
364364
};
365+
366+
&gpio0 {
367+
gpio-line-names =
368+
/*A0-A7*/ "","","","","","","","",
369+
/*B0-B7*/ "","","","","","","","",
370+
/*C0-C7*/ "","","","","BLADE_UART_SEL2","","","",
371+
/*D0-D7*/ "","","","","","","","",
372+
/*E0-E7*/ "","","","","","","","",
373+
/*F0-F7*/ "","","","","","","","",
374+
/*G0-G7*/ "","","","","","","","",
375+
/*H0-H7*/ "","","","","","","","",
376+
/*I0-I7*/ "","","","","","","","",
377+
/*J0-J7*/ "","","","","","","","",
378+
/*K0-K7*/ "","","","","","","","",
379+
/*L0-L7*/ "","","","","BLADE_UART_SEL0","","","",
380+
/*M0-M7*/ "","","","","","BLADE_UART_SEL1","","",
381+
/*N0-N7*/ "","","","","","","","",
382+
/*O0-O7*/ "","","","","","","","",
383+
/*P0-P7*/ "","","","","","","","",
384+
/*Q0-Q7*/ "","","","","","","","",
385+
/*R0-R7*/ "","","","","","","","",
386+
/*S0-S7*/ "","","","","","","","",
387+
/*T0-T7*/ "","","","","","","","",
388+
/*U0-U7*/ "","","","","","","","",
389+
/*V0-V7*/ "","","","","BAT_DETECT","","","",
390+
/*W0-W7*/ "","","","","","","","",
391+
/*X0-X7*/ "","","BLADE_UART_SEL3","","","","","",
392+
/*Y0-Y7*/ "","","","","","","","",
393+
/*Z0-Z7*/ "","","","","","","","";
394+
};

0 commit comments

Comments
 (0)