commit | a782a79da9f688df69fa713de8935553f08ae9ab | [log] [tgz] |
---|---|---|
author | Anatolij Gustschin <agust@denx.de> | Mon Jun 17 15:38:58 2019 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Fri Jul 19 20:14:50 2019 +0200 |
tree | 3e6839605f5feeb5ccac3a133ef8247a546188af | |
parent | a10f909de29e58f4196247ae77dc31730ab95019 [diff] |
arm: dts: imx: fsl-imx8dx.dtsi: add gpio aliases to fix gpio command The gpio command currently uses equal bank names "GPIO0_" for all existing gpio banks, i. e.: U-Boot# gpio status -a Bank GPIO0_: GPIO0_0: input: 0 [ ] GPIO0_1: output: 1 [x] dbg1.gpios ... Bank GPIO0_: GPIO0_0: input: 0 [ ] GPIO0_1: input: 0 [ ] ... So the command is broken, it is not possible to address a desired bank. Add gpio aliases to fix this. Signed-off-by: Anatolij Gustschin <agust@denx.de>