Re: [U-Boot] [PATCH v2 10/19] powerpc: ppc4xx: Add a gpio.h header file

2015-02-11 Thread Simon Glass
On 7 February 2015 at 11:51, Simon Glass wrote: > This is required at present for device tree control. The ppc4xx does support > GPIOs but does not seem to have a proper driver. So this file is empty. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > arch/powerpc/include/asm/arch-

[U-Boot] [PATCH v2 10/19] powerpc: ppc4xx: Add a gpio.h header file

2015-02-07 Thread Simon Glass
This is required at present for device tree control. The ppc4xx does support GPIOs but does not seem to have a proper driver. So this file is empty. Signed-off-by: Simon Glass --- Changes in v2: None arch/powerpc/include/asm/arch-ppc4xx/gpio.h | 7 +++ 1 file changed, 7 insertions(+) crea