mirror of
https://github.com/torvalds/linux.git
synced 2024-11-14 16:12:02 +00:00
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>
This commit is contained in:
parent
ae2163be10
commit
53567cf3c2
@ -637,14 +637,14 @@
|
|||||||
tlu@2f000 {
|
tlu@2f000 {
|
||||||
compatible = "fsl,mpc8572-tlu", "fsl_tlu";
|
compatible = "fsl,mpc8572-tlu", "fsl_tlu";
|
||||||
reg = <0x2f000 0x1000>;
|
reg = <0x2f000 0x1000>;
|
||||||
interupts = <61 2 >;
|
interrupts = <61 2>;
|
||||||
interrupt-parent = <&mpic>;
|
interrupt-parent = <&mpic>;
|
||||||
};
|
};
|
||||||
|
|
||||||
tlu@15000 {
|
tlu@15000 {
|
||||||
compatible = "fsl,mpc8572-tlu", "fsl_tlu";
|
compatible = "fsl,mpc8572-tlu", "fsl_tlu";
|
||||||
reg = <0x15000 0x1000>;
|
reg = <0x15000 0x1000>;
|
||||||
interupts = <75 2>;
|
interrupts = <75 2>;
|
||||||
interrupt-parent = <&mpic>;
|
interrupt-parent = <&mpic>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -547,14 +547,14 @@
|
|||||||
tlu@2f000 {
|
tlu@2f000 {
|
||||||
compatible = "fsl,mpc8572-tlu", "fsl_tlu";
|
compatible = "fsl,mpc8572-tlu", "fsl_tlu";
|
||||||
reg = <0x2f000 0x1000>;
|
reg = <0x2f000 0x1000>;
|
||||||
interupts = <61 2 >;
|
interrupts = <61 2>;
|
||||||
interrupt-parent = <&mpic>;
|
interrupt-parent = <&mpic>;
|
||||||
};
|
};
|
||||||
|
|
||||||
tlu@15000 {
|
tlu@15000 {
|
||||||
compatible = "fsl,mpc8572-tlu", "fsl_tlu";
|
compatible = "fsl,mpc8572-tlu", "fsl_tlu";
|
||||||
reg = <0x15000 0x1000>;
|
reg = <0x15000 0x1000>;
|
||||||
interupts = <75 2>;
|
interrupts = <75 2>;
|
||||||
interrupt-parent = <&mpic>;
|
interrupt-parent = <&mpic>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -583,14 +583,14 @@
|
|||||||
tlu@2f000 {
|
tlu@2f000 {
|
||||||
compatible = "fsl,mpc8572-tlu", "fsl_tlu";
|
compatible = "fsl,mpc8572-tlu", "fsl_tlu";
|
||||||
reg = <0x2f000 0x1000>;
|
reg = <0x2f000 0x1000>;
|
||||||
interupts = <61 2 >;
|
interrupts = <61 2>;
|
||||||
interrupt-parent = <&mpic>;
|
interrupt-parent = <&mpic>;
|
||||||
};
|
};
|
||||||
|
|
||||||
tlu@15000 {
|
tlu@15000 {
|
||||||
compatible = "fsl,mpc8572-tlu", "fsl_tlu";
|
compatible = "fsl,mpc8572-tlu", "fsl_tlu";
|
||||||
reg = <0x15000 0x1000>;
|
reg = <0x15000 0x1000>;
|
||||||
interupts = <75 2>;
|
interrupts = <75 2>;
|
||||||
interrupt-parent = <&mpic>;
|
interrupt-parent = <&mpic>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -545,14 +545,14 @@
|
|||||||
tlu@2f000 {
|
tlu@2f000 {
|
||||||
compatible = "fsl,mpc8572-tlu", "fsl_tlu";
|
compatible = "fsl,mpc8572-tlu", "fsl_tlu";
|
||||||
reg = <0x2f000 0x1000>;
|
reg = <0x2f000 0x1000>;
|
||||||
interupts = <61 2 >;
|
interrupts = <61 2>;
|
||||||
interrupt-parent = <&mpic>;
|
interrupt-parent = <&mpic>;
|
||||||
};
|
};
|
||||||
|
|
||||||
tlu@15000 {
|
tlu@15000 {
|
||||||
compatible = "fsl,mpc8572-tlu", "fsl_tlu";
|
compatible = "fsl,mpc8572-tlu", "fsl_tlu";
|
||||||
reg = <0x15000 0x1000>;
|
reg = <0x15000 0x1000>;
|
||||||
interupts = <75 2>;
|
interrupts = <75 2>;
|
||||||
interrupt-parent = <&mpic>;
|
interrupt-parent = <&mpic>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user