diff mbox

[v3,7/8] ARM: shmobile: koelsch: Enable PCIe Controller & PCIe bus clock

Message ID 1402652242-16604-8-git-send-email-phil.edworthy@renesas.com (mailing list archive)
State Accepted
Commit 998d7d64e1aeede4e03b6c67adb78fe55a278db7
Headers show

Commit Message

Phil Edworthy June 13, 2014, 9:37 a.m. UTC
Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>
---
v3:
 - Enable the PCIe bus clock

 arch/arm/boot/dts/r8a7791-koelsch.dts | 8 ++++++++
 1 file changed, 8 insertions(+)
diff mbox

Patch

diff --git a/arch/arm/boot/dts/r8a7791-koelsch.dts b/arch/arm/boot/dts/r8a7791-koelsch.dts
index b2e6616..022f0cf 100644
--- a/arch/arm/boot/dts/r8a7791-koelsch.dts
+++ b/arch/arm/boot/dts/r8a7791-koelsch.dts
@@ -430,6 +430,14 @@ 
 	};
 };
 
+&pcie_bus_clk {
+	status = "okay";
+};
+
+&pciec {
+	status = "okay";
+};
+
 &cpu0 {
 	cpu0-supply = <&vdd_dvfs>;
 };