Commit 53567cf3c28d11f58927e5d4946a744ec2fbf06e
Committed by
Scott Wood
1 parent
ae2163be10
Exists in
smarc-imx_3.14.28_1.0.0_ga
and in
1 other branch
powerpc/85xx: typo in dts: "interupt" (four devices)
These lines were inoperative for four years, which puts some doubt into their importance, and it's possible the fixed version will regress, but at the very least they should be removed instead. Signed-off-by: Adam Borowski <kilobyte@angband.pl> Signed-off-by: Scott Wood <scottwood@freescale.com>
Showing 4 changed files with 8 additions and 8 deletions Side-by-side Diff
arch/powerpc/boot/dts/xcalibur1501.dts
... | ... | @@ -637,14 +637,14 @@ |
637 | 637 | tlu@2f000 { |
638 | 638 | compatible = "fsl,mpc8572-tlu", "fsl_tlu"; |
639 | 639 | reg = <0x2f000 0x1000>; |
640 | - interupts = <61 2 >; | |
640 | + interrupts = <61 2>; | |
641 | 641 | interrupt-parent = <&mpic>; |
642 | 642 | }; |
643 | 643 | |
644 | 644 | tlu@15000 { |
645 | 645 | compatible = "fsl,mpc8572-tlu", "fsl_tlu"; |
646 | 646 | reg = <0x15000 0x1000>; |
647 | - interupts = <75 2>; | |
647 | + interrupts = <75 2>; | |
648 | 648 | interrupt-parent = <&mpic>; |
649 | 649 | }; |
650 | 650 | }; |
arch/powerpc/boot/dts/xpedite5301.dts
... | ... | @@ -547,14 +547,14 @@ |
547 | 547 | tlu@2f000 { |
548 | 548 | compatible = "fsl,mpc8572-tlu", "fsl_tlu"; |
549 | 549 | reg = <0x2f000 0x1000>; |
550 | - interupts = <61 2 >; | |
550 | + interrupts = <61 2>; | |
551 | 551 | interrupt-parent = <&mpic>; |
552 | 552 | }; |
553 | 553 | |
554 | 554 | tlu@15000 { |
555 | 555 | compatible = "fsl,mpc8572-tlu", "fsl_tlu"; |
556 | 556 | reg = <0x15000 0x1000>; |
557 | - interupts = <75 2>; | |
557 | + interrupts = <75 2>; | |
558 | 558 | interrupt-parent = <&mpic>; |
559 | 559 | }; |
560 | 560 | }; |
arch/powerpc/boot/dts/xpedite5330.dts
... | ... | @@ -583,14 +583,14 @@ |
583 | 583 | tlu@2f000 { |
584 | 584 | compatible = "fsl,mpc8572-tlu", "fsl_tlu"; |
585 | 585 | reg = <0x2f000 0x1000>; |
586 | - interupts = <61 2 >; | |
586 | + interrupts = <61 2>; | |
587 | 587 | interrupt-parent = <&mpic>; |
588 | 588 | }; |
589 | 589 | |
590 | 590 | tlu@15000 { |
591 | 591 | compatible = "fsl,mpc8572-tlu", "fsl_tlu"; |
592 | 592 | reg = <0x15000 0x1000>; |
593 | - interupts = <75 2>; | |
593 | + interrupts = <75 2>; | |
594 | 594 | interrupt-parent = <&mpic>; |
595 | 595 | }; |
596 | 596 | }; |
arch/powerpc/boot/dts/xpedite5370.dts
... | ... | @@ -545,14 +545,14 @@ |
545 | 545 | tlu@2f000 { |
546 | 546 | compatible = "fsl,mpc8572-tlu", "fsl_tlu"; |
547 | 547 | reg = <0x2f000 0x1000>; |
548 | - interupts = <61 2 >; | |
548 | + interrupts = <61 2>; | |
549 | 549 | interrupt-parent = <&mpic>; |
550 | 550 | }; |
551 | 551 | |
552 | 552 | tlu@15000 { |
553 | 553 | compatible = "fsl,mpc8572-tlu", "fsl_tlu"; |
554 | 554 | reg = <0x15000 0x1000>; |
555 | - interupts = <75 2>; | |
555 | + interrupts = <75 2>; | |
556 | 556 | interrupt-parent = <&mpic>; |
557 | 557 | }; |
558 | 558 | }; |