Re: [PATCH v2 1/1] platform/x86/pcengines-apuv2: add mpcie reset gpio export

2019-08-01 Thread Andy Shevchenko
On Fri, Jul 26, 2019 at 1:50 PM Enrico Weigelt, metux IT consult wrote: > > On 26.07.19 08:21, Florian Eckert wrote: > > On APUx we have also mpcie2/mpcie3 reset pins. To make it possible to reset > > the ports from the userspace, add the definition to this platform > > device. The gpio can then

Re: [PATCH v2 1/1] platform/x86/pcengines-apuv2: add mpcie reset gpio export

2019-07-26 Thread Enrico Weigelt, metux IT consult
On 26.07.19 08:21, Florian Eckert wrote: On APUx we have also mpcie2/mpcie3 reset pins. To make it possible to reset the ports from the userspace, add the definition to this platform device. The gpio can then be exported by the legancy gpio subsystem to toggle the mpcie reset pin.

[PATCH v2 1/1] platform/x86/pcengines-apuv2: add mpcie reset gpio export

2019-07-26 Thread Florian Eckert
On APUx we have also mpcie2/mpcie3 reset pins. To make it possible to reset the ports from the userspace, add the definition to this platform device. The gpio can then be exported by the legancy gpio subsystem to toggle the mpcie reset pin. Signed-off-by: Florian Eckert --- v2: Noting changed