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

Fabio Estevam festevam at gmail.com
Sat Dec 2 03:22:09 AEDT 2017


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?


More information about the Linuxppc-dev mailing list