Re: [PATCH 1/3] Arm: dts: aspeed-g6: Fix the register range of gpio

2020-10-28 Thread Joel Stanley
On Mon, 26 Oct 2020 at 01:05, Andrew Jeffery wrote: > > > > On Mon, 12 Oct 2020, at 14:01, Billy Tsai wrote: > > This patch is used to fix the memory range of gpio0 > > > > Signed-off-by: Billy Tsai > > Reviewed-by: Andrew Jeffery I've applied this with: Fixes: 8dbcb5b709b9 ("ARM: dts:

Re: [PATCH 1/3] Arm: dts: aspeed-g6: Fix the register range of gpio

2020-10-25 Thread Andrew Jeffery
On Mon, 12 Oct 2020, at 14:01, Billy Tsai wrote: > This patch is used to fix the memory range of gpio0 > > Signed-off-by: Billy Tsai Reviewed-by: Andrew Jeffery

Re: [PATCH 1/3] Arm: dts: aspeed-g6: Fix the register range of gpio

2020-10-11 Thread Joel Stanley
On Mon, 12 Oct 2020 at 03:32, Billy Tsai wrote: > > This patch is used to fix the memory range of gpio0 > > Signed-off-by: Billy Tsai Reviewed-by: Joel Stanley > --- > arch/arm/boot/dts/aspeed-g6.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

[PATCH 1/3] Arm: dts: aspeed-g6: Fix the register range of gpio

2020-10-11 Thread Billy Tsai
This patch is used to fix the memory range of gpio0 Signed-off-by: Billy Tsai --- arch/arm/boot/dts/aspeed-g6.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/aspeed-g6.dtsi b/arch/arm/boot/dts/aspeed-g6.dtsi index 97ca743363d7..ad19dce038ea 100644 ---