OSDN Git Service

arm: aspeed: Add clock-names property to timer node
authorAndrew Jeffery <andrew@aj.id.au>
Mon, 5 Jun 2017 07:48:46 +0000 (17:18 +0930)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Mon, 12 Jun 2017 08:13:56 +0000 (10:13 +0200)
The merging of a number of clocksource drivers into fttmr010 means we
require clock-names to be specified in the Aspeed timer node, else the
clocksource fails to probe and boot hangs.

Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
arch/arm/boot/dts/aspeed-g4.dtsi
arch/arm/boot/dts/aspeed-g5.dtsi

index 8c6bc29..3e74929 100644 (file)
                                //interrupts = <16 17 18 35 36 37 38 39>;
                                interrupts = <16>;
                                clocks = <&clk_apb>;
+                               clock-names = "PCLK";
                        };
 
                        wdt1: wdt@1e785000 {
index a0bea4a..1e6c701 100644 (file)
                                //interrupts = <16 17 18 35 36 37 38 39>;
                                interrupts = <16>;
                                clocks = <&clk_apb>;
+                               clock-names = "PCLK";
                        };