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
> Author: Geert Uytterhoeven 
> Date:   Fri Jun 2 14:38:47 2017 +0200
>
> powerpc: dts: acadia: DT fix s/#interrupts-parent/#interrupt-parent/
>
> Signed-off-by: Geert Uytterhoeven 
> Acked-by: Rob Herring 
> Signed-off-by: Michael Ellerman 


Actually it's in mainline - because I merged it!

OK, I was a bit confused for a while there. But it's just that you and
Geert have both sent a fix for the same issue, and I merged his fix.

Sorry for the confusion.

cheers


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:   Fri Jun 2 14:38:47 2017 +0200

powerpc: dts: acadia: DT fix s/#interrupts-parent/#interrupt-parent/

Signed-off-by: Geert Uytterhoeven 
Acked-by: Rob Herring 
Signed-off-by: Michael Ellerman 


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: Fabio Estevam 
>> ---
>>  arch/powerpc/boot/dts/acadia.dts | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/arch/powerpc/boot/dts/acadia.dts 
>> b/arch/powerpc/boot/dts/acadia.dts
>> index 57291f6..8626615 100644
>> --- a/arch/powerpc/boot/dts/acadia.dts
>> +++ b/arch/powerpc/boot/dts/acadia.dts
>> @@ -183,7 +183,7 @@
>> usb@ef603000 {
>> compatible = "ohci-be";
>> reg = <0xef603000 0x80>;
>> -   interrupts-parent = <>;
>> +   interrupt-parent = <>;
>
> Any comments?

Nope :)

Will pick it up for 4.16.

cheers


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 
> ---
>  arch/powerpc/boot/dts/acadia.dts | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/powerpc/boot/dts/acadia.dts 
> b/arch/powerpc/boot/dts/acadia.dts
> index 57291f6..8626615 100644
> --- a/arch/powerpc/boot/dts/acadia.dts
> +++ b/arch/powerpc/boot/dts/acadia.dts
> @@ -183,7 +183,7 @@
> usb@ef603000 {
> compatible = "ohci-be";
> reg = <0xef603000 0x80>;
> -   interrupts-parent = <>;
> +   interrupt-parent = <>;

Any comments?


[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 a/arch/powerpc/boot/dts/acadia.dts b/arch/powerpc/boot/dts/acadia.dts
index 57291f6..8626615 100644
--- a/arch/powerpc/boot/dts/acadia.dts
+++ b/arch/powerpc/boot/dts/acadia.dts
@@ -183,7 +183,7 @@
usb@ef603000 {
compatible = "ohci-be";
reg = <0xef603000 0x80>;
-   interrupts-parent = <>;
+   interrupt-parent = <>;
interrupts = <0xd 0x4 0xe 0x4>;
};
 
-- 
2.7.4