commit | 4e36425115e17b9558f74ecffe7a14eb9ea5beb8 | [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 | b798b8bac6f298a053bcfbeaf5e0b7eaddb7ca5f [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>