Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 788db61a authored by Tim Kryger's avatar Tim Kryger Committed by Christian Daudt
Browse files

ARM: dts: Specify clocks for timer on bcm11351



Specify the external clock label in the timer node.

Signed-off-by: default avatarTim Kryger <tim.kryger@linaro.org>
Reviewed-by: default avatarMarkus Mayer <markus.mayer@linaro.org>
Reviewed-by: default avatarMatt Porter <matt.porter@linaro.org>
Signed-off-by: default avatarChristian Daudt <bcm@fixthebug.org>
parent 0a65172f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -95,7 +95,7 @@
		compatible = "brcm,kona-timer";
		reg = <0x35006000 0x1000>;
		interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>;
		clock-frequency = <32768>;
		clocks = <&hub_timer_clk>;
	};

	gpio: gpio@35003000 {