]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: dts: h3ulcb: enable EXTALR clk
authorVladimir Barinov <vladimir.barinov@cogentembedded.com>
Wed, 31 Aug 2016 10:03:36 +0000 (13:03 +0300)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 6 Sep 2016 10:57:26 +0000 (12:57 +0200)
This enables EXTALR clock that can be used for the watchdog.

Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm64/boot/dts/renesas/r8a7795-h3ulcb.dts

index 3ba1f72526ba31486e07a512204c9fe28b762d73..42a4208f57ed27701b2b80c77243c520529cc376 100644 (file)
@@ -37,6 +37,10 @@ &extal_clk {
        clock-frequency = <16666666>;
 };
 
+&extalr_clk {
+       clock-frequency = <32768>;
+};
+
 &pfc {
        pinctrl-0 = <&scif_clk_pins>;
        pinctrl-names = "default";