arm: dts: imx: fsl-imx8dx.dtsi: add gpio aliases to fix gpio command
authorAnatolij Gustschin <agust@denx.de>
Mon, 17 Jun 2019 13:38:58 +0000 (15:38 +0200)
committerStefano Babic <sbabic@denx.de>
Fri, 19 Jul 2019 18:14:50 +0000 (20:14 +0200)
commit4e36425115e17b9558f74ecffe7a14eb9ea5beb8
tree3e6839605f5feeb5ccac3a133ef8247a546188af
parentb798b8bac6f298a053bcfbeaf5e0b7eaddb7ca5f
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>
arch/arm/dts/fsl-imx8dx.dtsi