diff mbox series

[3/3] arm64: dts: renesas: hihope-rzg2-ex: Enable PCIe support

Message ID 1559891639-62529-4-git-send-email-biju.das@bp.renesas.com (mailing list archive)
State Accepted
Commit 3c3ca5f746d850f9d4c4b1b7aee986f1114178aa
Delegated to: Simon Horman
Headers show
Series Add PCIe support for HiHope RZ/G2M platform | expand

Commit Message

Biju Das June 7, 2019, 7:13 a.m. UTC
This patch enables PCIEC[01] PCI express controller on the sub board.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
---
 arch/arm64/boot/dts/renesas/hihope-rzg2-ex.dtsi | 8 ++++++++
 1 file changed, 8 insertions(+)

Comments

Geert Uytterhoeven June 12, 2019, 8:01 a.m. UTC | #1
On Fri, Jun 7, 2019 at 9:18 AM Biju Das <biju.das@bp.renesas.com> wrote:
> 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>

Gr{oetje,eeting}s,

                        Geert
Simon Horman June 12, 2019, 11:50 a.m. UTC | #2
On Fri, Jun 07, 2019 at 08:13:59AM +0100, Biju Das wrote:
> This patch enables PCIEC[01] PCI express controller on the sub board.
> 
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>

Thanks, applied for inclusion in v5.3.

> ---
>  arch/arm64/boot/dts/renesas/hihope-rzg2-ex.dtsi | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/renesas/hihope-rzg2-ex.dtsi b/arch/arm64/boot/dts/renesas/hihope-rzg2-ex.dtsi
> index b1e45944..07a6eea 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";
> -- 
> 2.7.4
>
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/renesas/hihope-rzg2-ex.dtsi b/arch/arm64/boot/dts/renesas/hihope-rzg2-ex.dtsi
index b1e45944..07a6eea 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";