Re: [PATCH] powerpc/40x: acadia: Fix the 'interrupt-parent' property

2017-12-06 Thread Michael Ellerman
Fabio Estevam writes: > Hi Michael, > > On Mon, Dec 4, 2017 at 2:45 AM, Michael Ellerman wrote: > >> Will pick it up for 4.16. > > Just realized that there is already a fix for this in linux-next: > > commit 3d2d4339cc326c427638daa67e264dd455ee1899 >

Re: [PATCH] powerpc/40x: acadia: Fix the 'interrupt-parent' property

2017-12-04 Thread Fabio Estevam
Hi Michael, On Mon, Dec 4, 2017 at 2:45 AM, Michael Ellerman wrote: > Will pick it up for 4.16. Just realized that there is already a fix for this in linux-next: commit 3d2d4339cc326c427638daa67e264dd455ee1899 Author: Geert Uytterhoeven Date:

Re: [PATCH] powerpc/40x: acadia: Fix the 'interrupt-parent' property

2017-12-03 Thread Michael Ellerman
Fabio Estevam writes: > Hi Michael, > > On Tue, Oct 17, 2017 at 11:01 AM, Fabio Estevam wrote: >> 'interrupts-parent' property does not exist. Fix the typo. >> >> Fixes: 00f3ca740a9c26 ("powerpc/40x: AMCC PowerPC 405EZ Acadia DTS") >> Signed-off-by:

Re: [PATCH] powerpc/40x: acadia: Fix the 'interrupt-parent' property

2017-12-01 Thread Fabio Estevam
Hi Michael, On Tue, Oct 17, 2017 at 11:01 AM, Fabio Estevam wrote: > 'interrupts-parent' property does not exist. Fix the typo. > > Fixes: 00f3ca740a9c26 ("powerpc/40x: AMCC PowerPC 405EZ Acadia DTS") > Signed-off-by: Fabio Estevam > --- >

[PATCH] powerpc/40x: acadia: Fix the 'interrupt-parent' property

2017-10-17 Thread Fabio Estevam
'interrupts-parent' property does not exist. Fix the typo. Fixes: 00f3ca740a9c26 ("powerpc/40x: AMCC PowerPC 405EZ Acadia DTS") Signed-off-by: Fabio Estevam --- arch/powerpc/boot/dts/acadia.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git