diff options
author | Biju Das <biju.das@bp.renesas.com> | 2018-09-21 16:07:55 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2018-09-28 10:32:50 +0200 |
commit | e0a39511dafd7e302a974f5cbdfc9c8afffa98d8 (patch) | |
tree | 28585f0a15beeb58201e9e213aa20e311ee3bdcb /arch/arm/boot/dts/r8a7743-iwg20d-q7-dbcm-ca.dts | |
parent | ARM: dts: r8a77470: Add I2C4 support (diff) | |
download | linux-e0a39511dafd7e302a974f5cbdfc9c8afffa98d8.tar.xz linux-e0a39511dafd7e302a974f5cbdfc9c8afffa98d8.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/r8a7743-iwg20d-q7-dbcm-ca.dts')
-rw-r--r-- | arch/arm/boot/dts/r8a7743-iwg20d-q7-dbcm-ca.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7743-iwg20d-q7-dbcm-ca.dts b/arch/arm/boot/dts/r8a7743-iwg20d-q7-dbcm-ca.dts index 327545119ee3..0d006aea99da 100644 --- a/arch/arm/boot/dts/r8a7743-iwg20d-q7-dbcm-ca.dts +++ b/arch/arm/boot/dts/r8a7743-iwg20d-q7-dbcm-ca.dts @@ -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"; +}; |