Re: [U-Boot] [PATCH 08/21] sunxi: gpio: Add compatible strings for all supported SoCs

2015-04-25 Thread Ian Campbell
On Fri, 2015-04-24 at 15:48 +0200, Hans de Goede wrote: > We want to use device-model/fdt with other model SoCs too, so add > compatible strings for the other SoCs to the dm sunxi gpio code. > > Signed-off-by: Hans de Goede Acked-by: Ian Campbell ___

Re: [U-Boot] [PATCH 08/21] sunxi: gpio: Add compatible strings for all supported SoCs

2015-04-24 Thread Simon Glass
On 24 April 2015 at 07:48, Hans de Goede wrote: > We want to use device-model/fdt with other model SoCs too, so add > compatible strings for the other SoCs to the dm sunxi gpio code. > > Signed-off-by: Hans de Goede > --- > drivers/gpio/sunxi_gpio.c | 7 +++ > 1 file changed, 7 insertions(+)

[U-Boot] [PATCH 08/21] sunxi: gpio: Add compatible strings for all supported SoCs

2015-04-24 Thread Hans de Goede
We want to use device-model/fdt with other model SoCs too, so add compatible strings for the other SoCs to the dm sunxi gpio code. Signed-off-by: Hans de Goede --- drivers/gpio/sunxi_gpio.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/gpio/sunxi_gpio.c b/drivers/gpio/sunxi_