Commit 66c405e7 authored by Phil Edworthy's avatar Phil Edworthy Committed by Simon Horman
Browse files

ARM: shmobile: r8a7791: Add default PCIe bus clock



This patch adds a default PCIe bus clock node.

Signed-off-by: default avatarPhil Edworthy <phil.edworthy@renesas.com>
Acked-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
[horms+renesas@verge.net.au: resolved conflict]
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 4bfb3767
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -555,6 +555,15 @@
			clock-output-names = "audio_clk_c";
		};

		/* External PCIe clock - can be overridden by the board */
		pcie_bus_clk: pcie_bus_clk {
			compatible = "fixed-clock";
			#clock-cells = <0>;
			clock-frequency = <100000000>;
			clock-output-names = "pcie_bus";
			status = "disabled";
		};

		/* Special CPG clocks */
		cpg_clocks: cpg_clocks@e6150000 {
			compatible = "renesas,r8a7791-cpg-clocks",