arm64: dts: renesas: hihope-rzg2-ex: Enable PCIe support
authorBiju Das <biju.das@bp.renesas.com>
Fri, 7 Jun 2019 07:13:59 +0000 (08:13 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Wed, 12 Jun 2019 11:50:28 +0000 (13:50 +0200)
This patch enables PCIEC[01] PCI express controller on the sub board.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm64/boot/dts/renesas/hihope-rzg2-ex.dtsi

index b1e459447d1a2052d376c09fc773e1f3d6af24aa..07a6eeaed12e18270fd99a476ed3a5111e59e49f 100644 (file)
        };
 };
 
+&pciec0 {
+       status = "okay";
+};
+
+&pciec1 {
+       status = "okay";
+};
+
 &pfc {
        pinctrl-0 = <&scif_clk_pins>;
        pinctrl-names = "default";