Re: [PATCH v2 14/23] hw/gpio: Add in AST2600 specific implementation

2019-09-26 Thread Joel Stanley
On Wed, 25 Sep 2019 at 14:34, Cédric Le Goater wrote: > > From: Rashmica Gupta > > The AST2600 has the same sets of 3.6v gpios as the AST2400 plus an > addtional two sets of 1.8V gpios. > > Signed-off-by: Rashmica Gupta > Reviewed-by: Cédric Le Goater > Signed-off-by: Cédric Le Goater Acked-b

[PATCH v2 14/23] hw/gpio: Add in AST2600 specific implementation

2019-09-25 Thread Cédric Le Goater
From: Rashmica Gupta The AST2600 has the same sets of 3.6v gpios as the AST2400 plus an addtional two sets of 1.8V gpios. Signed-off-by: Rashmica Gupta Reviewed-by: Cédric Le Goater Signed-off-by: Cédric Le Goater --- hw/gpio/aspeed_gpio.c | 142 -- 1