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

Michael Ellerman mpe at ellerman.id.au
Mon Dec 4 15:45:43 AEDT 2017


Fabio Estevam <festevam at gmail.com> writes:

> Hi Michael,
>
> On Tue, Oct 17, 2017 at 11:01 AM, Fabio Estevam <fabio.estevam at nxp.com> wrote:
>> 'interrupts-parent' property does not exist. Fix the typo.
>>
>> Fixes: 00f3ca740a9c26 ("powerpc/40x: AMCC PowerPC 405EZ Acadia DTS")
>> Signed-off-by: Fabio Estevam <fabio.estevam at nxp.com>
>> ---
>>  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 at ef603000 {
>>                                 compatible = "ohci-be";
>>                                 reg = <0xef603000 0x80>;
>> -                               interrupts-parent = <&UIC0>;
>> +                               interrupt-parent = <&UIC0>;
>
> Any comments?

Nope :)

Will pick it up for 4.16.

cheers


More information about the Linuxppc-dev mailing list