Re: [PATCH] bsps/microblaze: Add device tree support to GPIO driver

2023-04-19 Thread Chris Johns
On 20/4/2023 12:57 am, Alex White wrote: > This removes the ability to statically configure a second GPIO device. > Instead, any number of GPIO devices can be configured using the device > tree. If a device tree is not used, a single GPIO device can still be > configured statically. > --- >

[PATCH] bsps/microblaze: Add device tree support to GPIO driver

2023-04-19 Thread Alex White
This removes the ability to statically configure a second GPIO device. Instead, any number of GPIO devices can be configured using the device tree. If a device tree is not used, a single GPIO device can still be configured statically. --- .../microblaze_fpga/gpio/microblaze-gpio.c| 188