Re: [PATCH] arm64: zynqmp: Remove gpio from aliases list

2021-06-21 Thread Michal Simek
po 14. 6. 2021 v 10:00 odesílatel Michal Simek napsal: > > 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 no

[PATCH] arm64: zynqmp: Remove gpio from aliases list

2021-06-14 Thread Michal Simek
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 f