Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>

authored by

Biju Das and committed by
Simon Horman
e0a39511 35788596

+8 -4
-4
arch/arm/boot/dts/iwg20d-q7-common.dtsi
··· 160 160 clock-frequency = <100000000>; 161 161 }; 162 162 163 - &pciec { 164 - status = "okay"; 165 - }; 166 - 167 163 &pfc { 168 164 can0_pins: can0 { 169 165 groups = "can0_data_d";
+4
arch/arm/boot/dts/r8a7743-iwg20d-q7-dbcm-ca.dts
··· 14 14 model = "iW-RainboW-G20D-Q7 RZ/G1M based plus camera daughter board"; 15 15 compatible = "iwave,g20d", "iwave,g20m", "renesas,r8a7743"; 16 16 }; 17 + 18 + &pciec { 19 + status = "okay"; 20 + };
+4
arch/arm/boot/dts/r8a7743-iwg20d-q7.dts
··· 13 13 model = "iWave Systems RainboW-G20D-Qseven board based on RZ/G1M"; 14 14 compatible = "iwave,g20d", "iwave,g20m", "renesas,r8a7743"; 15 15 }; 16 + 17 + &pciec { 18 + status = "okay"; 19 + };