linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: r8a7795: Add CAN external clock support
@ 2016-02-26 14:13 Ramesh Shanmugasundaram
  2016-02-26 14:25 ` Geert Uytterhoeven
  0 siblings, 1 reply; 7+ messages in thread
From: Ramesh Shanmugasundaram @ 2016-02-26 14:13 UTC (permalink / raw)
  To: linux-arm-kernel

Adds external CAN clock node for r8a7795. This clock can be used as
fCAN clock of CAN and CAN FD controller.

Signed-off-by: Ramesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com>
---
 arch/arm64/boot/dts/renesas/r8a7795.dtsi | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm64/boot/dts/renesas/r8a7795.dtsi b/arch/arm64/boot/dts/renesas/r8a7795.dtsi
index a7315eb..5167a6c 100644
--- a/arch/arm64/boot/dts/renesas/r8a7795.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a7795.dtsi
@@ -115,6 +115,13 @@
 		clock-frequency = <0>;
 	};
 
+	/* External CAN clock - to be overridden by boards that provide it */
+	can_clk: can {
+		compatible = "fixed-clock";
+		#clock-cells = <0>;
+		clock-frequency = <0>;
+	};
+
 	/* External SCIF clock - to be overridden by boards that provide it */
 	scif_clk: scif {
 		compatible = "fixed-clock";
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-02-29  0:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-26 14:13 [PATCH] arm64: dts: r8a7795: Add CAN external clock support Ramesh Shanmugasundaram
2016-02-26 14:25 ` Geert Uytterhoeven
2016-02-26 15:00   ` Ramesh Shanmugasundaram
2016-02-26 15:54     ` Geert Uytterhoeven
2016-02-26 16:38   ` [PATCH v2] " Ramesh Shanmugasundaram
2016-02-26 16:54     ` Geert Uytterhoeven
2016-02-29  0:39       ` Simon Horman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).