diff options
| author | Biju Das <[email protected]> | 2019-06-07 08:13:59 +0100 |
|---|---|---|
| committer | Simon Horman <[email protected]> | 2019-06-12 13:50:28 +0200 |
| commit | 3c3ca5f746d850f9d4c4b1b7aee986f1114178aa (patch) | |
| tree | 93f10042891a8c2f1a07ef29a8a71c37456d045f | |
| parent | 61e0505b162a3974663cc6d1dbec30268a7a03ea (diff) | |
arm64: dts: renesas: hihope-rzg2-ex: Enable PCIe support
This patch enables PCIEC[01] PCI express controller on the sub board.
Signed-off-by: Biju Das <[email protected]>
Reviewed-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
| -rw-r--r-- | arch/arm64/boot/dts/renesas/hihope-rzg2-ex.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/renesas/hihope-rzg2-ex.dtsi b/arch/arm64/boot/dts/renesas/hihope-rzg2-ex.dtsi index b1e459447d1a..07a6eeaed12e 100644 --- a/arch/arm64/boot/dts/renesas/hihope-rzg2-ex.dtsi +++ b/arch/arm64/boot/dts/renesas/hihope-rzg2-ex.dtsi @@ -31,6 +31,14 @@ }; }; +&pciec0 { + status = "okay"; +}; + +&pciec1 { + status = "okay"; +}; + &pfc { pinctrl-0 = <&scif_clk_pins>; pinctrl-names = "default"; |