aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Edworthy <phil.edworthy@renesas.com>2014-06-13 05:37:16 -0400
committerSimon Horman <horms+renesas@verge.net.au>2014-06-17 06:58:28 -0400
commit51d17918077215cd93d78a2b13a3b57090eb1f3d (patch)
treee92e3af76db171a66a362478dec67720529ba86b
parentecafea8cd261833d7bb857aad76cf2e721821e88 (diff)
ARM: shmobile: r8a7790: Add default PCIe bus clock
This patch adds a default PCIe bus clock node. Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r--arch/arm/boot/dts/r8a7790.dtsi9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi
index 9df57122e9c0..2c55c4b8295f 100644
--- a/arch/arm/boot/dts/r8a7790.dtsi
+++ b/arch/arm/boot/dts/r8a7790.dtsi
@@ -487,6 +487,15 @@
487 clock-output-names = "extal"; 487 clock-output-names = "extal";
488 }; 488 };
489 489
490 /* External PCIe clock - can be overridden by the board */
491 pcie_bus_clk: pcie_bus_clk {
492 compatible = "fixed-clock";
493 #clock-cells = <0>;
494 clock-frequency = <100000000>;
495 clock-output-names = "pcie_bus";
496 status = "disabled";
497 };
498
490 /* 499 /*
491 * The external audio clocks are configured as 0 Hz fixed frequency clocks by 500 * The external audio clocks are configured as 0 Hz fixed frequency clocks by
492 * default. Boards that provide audio clocks should override them. 501 * default. Boards that provide audio clocks should override them.