ARM: dts: at91sam9261ek: remove unused chosen nodes
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Mon, 8 Apr 2019 15:06:42 +0000 (17:06 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Tue, 21 May 2019 14:15:45 +0000 (16:15 +0200)
The chosen clocksource and clockevent bindings have never been accepted and
parsed, remove them.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
arch/arm/boot/dts/at91sam9261ek.dts

index a57f2d4..11ed55d 100644 (file)
        chosen {
                bootargs = "rootfstype=ubifs ubi.mtd=5 root=ubi0:rootfs rw";
                stdout-path = "serial0:115200n8";
-
-               clocksource {
-                       timer = <&timer0>;
-               };
-
-               clockevent {
-                       timer = <&timer1>;
-               };
        };
 
        memory {