]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commitdiff
MIPS: SEAD-3: Remove GIC timer from DT
authorPaul Burton <paul.burton@imgtec.com>
Fri, 2 Jun 2017 19:29:58 +0000 (12:29 -0700)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 28 Jun 2017 10:22:40 +0000 (12:22 +0200)
The SEAD-3 board doesn't & never has configured the GIC frequency.
Remove the timer node from the DT in order to avoid attempting to probe
the GIC clocksource/clockevent driver which will produce error messages
such as these during boot:

[    0.000000] GIC frequency not specified.
[    0.000000] Failed to initialize '/interrupt-controller@1b1c0000/timer': -22
[    0.000000] clocksource_probe: no matching clocksources found

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/16188/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/boot/dts/mti/sead3.dts

index b112879a5d9d30769c11568ca1c84986d83a9180..1bf58f841bbb7a3b0d1a114bb54bca205f2607f1 100644 (file)
                 * controller & should be probed first.
                 */
                interrupt-parent = <&cpu_intc>;
-
-               timer {
-                       compatible = "mti,gic-timer";
-                       interrupts = <GIC_LOCAL 1 IRQ_TYPE_NONE>;
-               };
        };
 
        ehci@1b200000 {