diff options
author | Phil Edworthy <phil.edworthy@renesas.com> | 2014-06-13 10:37:21 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-06-17 19:58:31 +0900 |
commit | 998d7d64e1aeede4e03b6c67adb78fe55a278db7 (patch) | |
tree | 4162bdec9b08495762ebbd08fc7680d5c44464a9 /arch/arm/boot/dts/r8a7791-koelsch.dts | |
parent | 811cdfae502137a21b91326ed6912a94d3dc7723 (diff) |
ARM: shmobile: koelsch: Enable PCIe Controller & PCIe bus clock
Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/r8a7791-koelsch.dts')
-rw-r--r-- | arch/arm/boot/dts/r8a7791-koelsch.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7791-koelsch.dts b/arch/arm/boot/dts/r8a7791-koelsch.dts index b0cfbd48e299..5dac67395525 100644 --- a/arch/arm/boot/dts/r8a7791-koelsch.dts +++ b/arch/arm/boot/dts/r8a7791-koelsch.dts @@ -426,6 +426,14 @@ }; }; +&pcie_bus_clk { + status = "okay"; +}; + +&pciec { + status = "okay"; +}; + &cpu0 { cpu0-supply = <&vdd_dvfs>; }; |