Re: [U-Boot] [PATCH 1/9] gpio: bcm2835: add device tree support

2016-09-26 Thread Simon Glass
On 26 September 2016 at 06:26, Fabian Vogt wrote: > This patch adds device tree support for the bcm2835 GPIO driver. > > Signed-off-by: Fabian Vogt > --- > doc/device-tree-bindings/gpio/bcm2835-gpio.txt | 5 + > drivers/gpio/bcm2835_gpio.c

[U-Boot] [PATCH 1/9] gpio: bcm2835: add device tree support

2016-09-26 Thread Fabian Vogt
This patch adds device tree support for the bcm2835 GPIO driver. Signed-off-by: Fabian Vogt --- doc/device-tree-bindings/gpio/bcm2835-gpio.txt | 5 + drivers/gpio/bcm2835_gpio.c| 24 2 files changed, 29 insertions(+) create mode