diff options
author | Phil Edworthy <phil.edworthy@renesas.com> | 2014-06-13 05:37:22 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-06-17 06:58:32 -0400 |
commit | 485f3ce67c11ce086c322b2622db01d7e7c59a84 (patch) | |
tree | 77993f499823bb08247507d2aa51714ae6b83a10 /arch/arm/boot/dts/r8a7791-henninger.dts | |
parent | 998d7d64e1aeede4e03b6c67adb78fe55a278db7 (diff) |
ARM: shmobile: henninger: 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-henninger.dts')
-rw-r--r-- | arch/arm/boot/dts/r8a7791-henninger.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7791-henninger.dts b/arch/arm/boot/dts/r8a7791-henninger.dts index c0c58ce7746e..bc48bccfff54 100644 --- a/arch/arm/boot/dts/r8a7791-henninger.dts +++ b/arch/arm/boot/dts/r8a7791-henninger.dts | |||
@@ -230,3 +230,11 @@ | |||
230 | spi-cpha; | 230 | spi-cpha; |
231 | }; | 231 | }; |
232 | }; | 232 | }; |
233 | |||
234 | &pcie_bus_clk { | ||
235 | status = "okay"; | ||
236 | }; | ||
237 | |||
238 | &pciec { | ||
239 | status = "okay"; | ||
240 | }; | ||