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

Commit 5ba27bec authored by Ulrich Hecht's avatar Ulrich Hecht Committed by Simon Horman
Browse files

arm64: dts: renesas: r8a77995: Add CAN external clock support



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

Based on a patch for r8a7796 by Chris Paterson.

Signed-off-by: default avatarUlrich Hecht <ulrich.hecht+renesas@gmail.com>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 61799464
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -51,6 +51,13 @@
		clock-frequency = <0>;
		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>;
	};

	scif_clk: scif {
	scif_clk: scif {
		compatible = "fixed-clock";
		compatible = "fixed-clock";
		#clock-cells = <0>;
		#clock-cells = <0>;