diff options
| author | Phil Edworthy <[email protected]> | 2016-04-05 11:51:27 +0100 |
|---|---|---|
| committer | Simon Horman <[email protected]> | 2016-04-27 11:48:33 +1000 |
| commit | bbd273047b765b431411103c2f7a2688b7288c85 (patch) | |
| tree | e88315d484634a968fc0a01bac471c25e4d67514 | |
| parent | 9251024a6a148abd628785d53e3b7a42e8217cc9 (diff) | |
arm64: dts: r8a7795: enable PCIe on Salvator-X
Signed-off-by: Phil Edworthy <[email protected]>
Acked-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
| -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 @@ &ohci2 { status = "okay"; }; + +&pcie_bus_clk { + status = "okay"; +}; + +&pciec0 { + status = "okay"; +}; + +&pciec1 { + status = "okay"; +}; |