summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/r8a7743-iwg20d-q7-dbcm-ca.dts
diff options
context:
space:
mode:
authorBiju Das <biju.das@bp.renesas.com>2018-09-21 15:07:55 +0100
committerSimon Horman <horms+renesas@verge.net.au>2018-09-28 10:32:50 +0200
commite0a39511dafd7e302a974f5cbdfc9c8afffa98d8 (patch)
tree28585f0a15beeb58201e9e213aa20e311ee3bdcb /arch/arm/boot/dts/r8a7743-iwg20d-q7-dbcm-ca.dts
parent3578859661975f8ccb9d8d49c97784d5ff5467df (diff)
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.dts4
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";
+};