From: Biju Das Date: Fri, 7 Jun 2019 07:13:59 +0000 (+0100) Subject: arm64: dts: renesas: hihope-rzg2-ex: Enable PCIe support X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3c3ca5f746d850f9d4c4b1b7aee986f1114178aa;p=linux.git 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 Reviewed-by: Geert Uytterhoeven Signed-off-by: Simon Horman --- diff --git a/arch/arm64/boot/dts/renesas/hihope-rzg2-ex.dtsi b/arch/arm64/boot/dts/renesas/hihope-rzg2-ex.dtsi index b1e459447d1a2..07a6eeaed12e1 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";