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

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
......@@ -555,6 +555,15 @@ audio_clk_c: audio_clk_c {
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",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment