Commit e0a39511 authored by Biju Das's avatar Biju Das Committed by Simon Horman
Browse files

ARM: dts: iwg20d-q7-common: Move pciec node out of common dtsi



PCIe is not populated by default on iWave RZ/G1N board. RZ/G1N board
is almost identical to RZ/G1M. In order to reuse the common dtsi for
both the boards, it is required to move pcie node from common dtsi
to board specific dts.

Signed-off-by: default avatarBiju Das <biju.das@bp.renesas.com>
Reviewed-by: default avatarFabrizio Castro <fabrizio.castro@bp.renesas.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 35788596
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -160,10 +160,6 @@
	clock-frequency = <100000000>;
};

&pciec {
	status = "okay";
};

&pfc {
	can0_pins: can0 {
		groups = "can0_data_d";
+4 −0
Original line number Diff line number Diff line
@@ -14,3 +14,7 @@
	model = "iW-RainboW-G20D-Q7 RZ/G1M based plus camera daughter board";
	compatible = "iwave,g20d", "iwave,g20m", "renesas,r8a7743";
};

&pciec {
	status = "okay";
};
+4 −0
Original line number Diff line number Diff line
@@ -13,3 +13,7 @@
	model = "iWave Systems RainboW-G20D-Qseven board based on RZ/G1M";
	compatible = "iwave,g20d", "iwave,g20m", "renesas,r8a7743";
};

&pciec {
	status = "okay";
};