]> git.ipfire.org Git - thirdparty/u-boot.git/commit
board: ti: am57xx: use GPIO_TO_PIN() to define GPIO number
authorLuca Ceresoli <luca@lucaceresoli.net>
Thu, 21 May 2020 13:06:24 +0000 (15:06 +0200)
committerLokesh Vutla <lokeshvutla@ti.com>
Sat, 13 Jun 2020 17:42:17 +0000 (23:12 +0530)
commit1c162722d7c7f16b8a1bf3818a0991f373eda869
tree4097ee97a9382ebd04eee50a3b147809b3e70bbc
parentbe79009f3b9bbdbce283e67a865121e576d790ea
board: ti: am57xx: use GPIO_TO_PIN() to define GPIO number

Using the macro makes code readable without the need for a comment.

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
board/ti/am57xx/board.c