diff options
author | Phil Edworthy <Phil.Edworthy@renesas.com> | 2016-04-05 06:51:27 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2016-04-26 21:48:33 -0400 |
commit | bbd273047b765b431411103c2f7a2688b7288c85 (patch) | |
tree | e88315d484634a968fc0a01bac471c25e4d67514 | |
parent | 9251024a6a148abd628785d53e3b7a42e8217cc9 (diff) |
arm64: dts: r8a7795: enable PCIe on Salvator-X
Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts b/arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts index b992b1a3d956..7c40ac8232f3 100644 --- a/arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts +++ b/arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts | |||
@@ -388,3 +388,15 @@ | |||
388 | &ohci2 { | 388 | &ohci2 { |
389 | status = "okay"; | 389 | status = "okay"; |
390 | }; | 390 | }; |
391 | |||
392 | &pcie_bus_clk { | ||
393 | status = "okay"; | ||
394 | }; | ||
395 | |||
396 | &pciec0 { | ||
397 | status = "okay"; | ||
398 | }; | ||
399 | |||
400 | &pciec1 { | ||
401 | status = "okay"; | ||
402 | }; | ||