Skip to content

Commit

Permalink
powerpc/85xx: typo in dts: "interupt" (four devices)
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Scott Wood <[email protected]>
  • Loading branch information
kilobyte authored and Scott Wood committed Nov 22, 2013
1 parent ae2163b commit 53567cf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions arch/powerpc/boot/dts/xcalibur1501.dts
Original file line number Diff line number Diff line change
Expand Up @@ -637,14 +637,14 @@
tlu@2f000 {
compatible = "fsl,mpc8572-tlu", "fsl_tlu";
reg = <0x2f000 0x1000>;
interupts = <61 2 >;
interrupts = <61 2>;
interrupt-parent = <&mpic>;
};

tlu@15000 {
compatible = "fsl,mpc8572-tlu", "fsl_tlu";
reg = <0x15000 0x1000>;
interupts = <75 2>;
interrupts = <75 2>;
interrupt-parent = <&mpic>;
};
};
Expand Down
4 changes: 2 additions & 2 deletions arch/powerpc/boot/dts/xpedite5301.dts
Original file line number Diff line number Diff line change
Expand Up @@ -547,14 +547,14 @@
tlu@2f000 {
compatible = "fsl,mpc8572-tlu", "fsl_tlu";
reg = <0x2f000 0x1000>;
interupts = <61 2 >;
interrupts = <61 2>;
interrupt-parent = <&mpic>;
};

tlu@15000 {
compatible = "fsl,mpc8572-tlu", "fsl_tlu";
reg = <0x15000 0x1000>;
interupts = <75 2>;
interrupts = <75 2>;
interrupt-parent = <&mpic>;
};
};
Expand Down
4 changes: 2 additions & 2 deletions arch/powerpc/boot/dts/xpedite5330.dts
Original file line number Diff line number Diff line change
Expand Up @@ -583,14 +583,14 @@
tlu@2f000 {
compatible = "fsl,mpc8572-tlu", "fsl_tlu";
reg = <0x2f000 0x1000>;
interupts = <61 2 >;
interrupts = <61 2>;
interrupt-parent = <&mpic>;
};

tlu@15000 {
compatible = "fsl,mpc8572-tlu", "fsl_tlu";
reg = <0x15000 0x1000>;
interupts = <75 2>;
interrupts = <75 2>;
interrupt-parent = <&mpic>;
};
};
Expand Down
4 changes: 2 additions & 2 deletions arch/powerpc/boot/dts/xpedite5370.dts
Original file line number Diff line number Diff line change
Expand Up @@ -545,14 +545,14 @@
tlu@2f000 {
compatible = "fsl,mpc8572-tlu", "fsl_tlu";
reg = <0x2f000 0x1000>;
interupts = <61 2 >;
interrupts = <61 2>;
interrupt-parent = <&mpic>;
};

tlu@15000 {
compatible = "fsl,mpc8572-tlu", "fsl_tlu";
reg = <0x15000 0x1000>;
interupts = <75 2>;
interrupts = <75 2>;
interrupt-parent = <&mpic>;
};
};
Expand Down

0 comments on commit 53567cf

Please sign in to comment.