Re: [PATCH 2/4] ARM: sun8i: Add the A33 AHB1 gates clock driver

2015-09-14 Thread Maxime Ripard
Hi Peter, On Sun, Sep 13, 2015 at 05:13:12PM +0200, Peter Korsgaard wrote: > > "Maxime" == Maxime Ripard writes: > > > The A33 has different a different gates array than the A23, add the node to > > the DT. > > NIT: 2x different. Ah, good catch, thanks! > Shouldn't the a23 one then move

Re: [PATCH 2/4] ARM: sun8i: Add the A33 AHB1 gates clock driver

2015-09-13 Thread Peter Korsgaard
> "Peter" == Peter Korsgaard writes: > "Maxime" == Maxime Ripard writes: >> The A33 has different a different gates array than the A23, add the node to >> the DT. > NIT: 2x different. > Shouldn't the a23 one then move from sun8i-a23-a33.dtsi to > sun8i-a23.dtsi? Ahh, I didn't not

Re: [PATCH 2/4] ARM: sun8i: Add the A33 AHB1 gates clock driver

2015-09-13 Thread Peter Korsgaard
> "Maxime" == Maxime Ripard writes: > The A33 has different a different gates array than the A23, add the node to > the DT. NIT: 2x different. Shouldn't the a23 one then move from sun8i-a23-a33.dtsi to sun8i-a23.dtsi? -- Bye, Peter Korsgaard -- To unsubscribe from this list: send the li

[PATCH 2/4] ARM: sun8i: Add the A33 AHB1 gates clock driver

2015-09-11 Thread Maxime Ripard
The A33 has different a different gates array than the A23, add the node to the DT. Reported-by: Chen-Yu Tsai Signed-off-by: Maxime Ripard --- arch/arm/boot/dts/sun8i-a33.dtsi | 27 +++ 1 file changed, 27 insertions(+) diff --git a/arch/arm/boot/dts/sun8i-a33.dtsi b/arc