commit | 8f663ce4b80eaff5f99df695f55d6a2a9fd23582 | [log] [tgz] |
---|---|---|
author | Tim Harvey <tharvey@gateworks.com> | Tue May 02 10:44:44 2023 -0700 |
committer | Stefano Babic <sbabic@denx.de> | Tue Jul 11 14:40:03 2023 +0200 |
tree | 16a2d750c55b6b1491fc7c0cce2aa1acba29268d | |
parent | 983230bd7e1e1b1221f2c1bfdf38fbc44865183f [diff] |
board: gateworks: venice: add GPIO name lookup Add GPIO name lookup so that you can act on GPIO's by name vs controller id: Before: u-boot=> gpio input pci_wdis# GPIO: 'pci_wdis#' not found Command 'gpio' failed: Error -22 After: u-boot=> gpio input pci_wdis# gpio: pin pci_wdis# (gpio 103) value is 1 Signed-off-by: Tim Harvey <tharvey@gateworks.com> Reviewed-by: Fabio Estevam <festevam@denx.de>