summaryrefslogtreecommitdiff
path: root/arch/arm/dts/zynqmp-zc1751-xm019-dc5.dts
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2021-06-03 10:47:04 +0200
committerMichal Simek <michal.simek@xilinx.com>2021-06-23 09:48:36 +0200
commit52caf2c12b870ea21fc11095e7a534c83cf848db (patch)
treed0e16957cee7c960bb0b5db3032b1b4af0ec6383 /arch/arm/dts/zynqmp-zc1751-xm019-dc5.dts
parent83dc13384b19d1553320dda402f96f34f88c45b7 (diff)
arm64: zynqmp: Remove gpio from aliases list
It is not recommended to have aliases for gpio. In past it was used in Linux for assigning numbers via sysfs which is deprecated and libgpiod should be used instead. In U-Boot this number is used for seq number but gpio offset are not counted from this number. That's why having these aliases only for seq number is not needed. As is done in Linux it is the best to use full gpio name instead of sequence number which depends on sequence in binding. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/arm/dts/zynqmp-zc1751-xm019-dc5.dts')
-rw-r--r--arch/arm/dts/zynqmp-zc1751-xm019-dc5.dts1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/dts/zynqmp-zc1751-xm019-dc5.dts b/arch/arm/dts/zynqmp-zc1751-xm019-dc5.dts
index 41ab20c389..ae2d03d983 100644
--- a/arch/arm/dts/zynqmp-zc1751-xm019-dc5.dts
+++ b/arch/arm/dts/zynqmp-zc1751-xm019-dc5.dts
@@ -21,7 +21,6 @@
aliases {
ethernet0 = &gem1;
- gpio0 = &gpio;
i2c0 = &i2c0;
i2c1 = &i2c1;
mmc0 = &sdhci0;