diff options
author | Cédric Le Goater <clg@kaod.org> | 2021-12-07 16:32:50 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2021-12-09 11:52:20 +0100 |
commit | eca213152a36b381724251afaa5ce04ac551e3f7 (patch) | |
tree | f5d82a1b3953c4fa396ef2e30f8a36226dc38ffb /arch/powerpc/boot/dts/redwood.dts | |
parent | powerpc/4xx: Remove MSI support which never worked (diff) | |
download | linux-eca213152a36b381724251afaa5ce04ac551e3f7.tar.xz linux-eca213152a36b381724251afaa5ce04ac551e3f7.zip |
powerpc/4xx: Complete removal of MSI support
Finish the work by removing all references to the PPC4xx_MSI config
and the associated device nodes in the DTs.
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/e92f2bb3-b5e1-c870-8151-3917a789a640@kaod.org
Diffstat (limited to 'arch/powerpc/boot/dts/redwood.dts')
-rw-r--r-- | arch/powerpc/boot/dts/redwood.dts | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/arch/powerpc/boot/dts/redwood.dts b/arch/powerpc/boot/dts/redwood.dts index f38035a1f4a1..3c849e23e5f3 100644 --- a/arch/powerpc/boot/dts/redwood.dts +++ b/arch/powerpc/boot/dts/redwood.dts @@ -358,25 +358,6 @@ 0x0 0x0 0x0 0x4 &UIC3 0xb 0x4 /* swizzled int D */>; }; - MSI: ppc4xx-msi@400300000 { - compatible = "amcc,ppc4xx-msi", "ppc4xx-msi"; - reg = < 0x4 0x00300000 0x100 - 0x4 0x00300000 0x100>; - sdr-base = <0x3B0>; - msi-data = <0x00000000>; - msi-mask = <0x44440000>; - interrupt-count = <3>; - interrupts =<0 1 2 3>; - interrupt-parent = <&UIC0>; - #interrupt-cells = <1>; - #address-cells = <0>; - #size-cells = <0>; - interrupt-map = <0 &UIC0 0xC 1 - 1 &UIC0 0x0D 1 - 2 &UIC0 0x0E 1 - 3 &UIC0 0x0F 1>; - }; - }; |