diff options
author | Biju Das <biju.das@bp.renesas.com> | 2018-09-21 10:07:55 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2018-09-28 04:32:50 -0400 |
commit | e0a39511dafd7e302a974f5cbdfc9c8afffa98d8 (patch) | |
tree | 28585f0a15beeb58201e9e213aa20e311ee3bdcb | |
parent | 3578859661975f8ccb9d8d49c97784d5ff5467df (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>
-rw-r--r-- | arch/arm/boot/dts/iwg20d-q7-common.dtsi | 4 | ||||
-rw-r--r-- | arch/arm/boot/dts/r8a7743-iwg20d-q7-dbcm-ca.dts | 4 | ||||
-rw-r--r-- | arch/arm/boot/dts/r8a7743-iwg20d-q7.dts | 4 |
3 files changed, 8 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/iwg20d-q7-common.dtsi b/arch/arm/boot/dts/iwg20d-q7-common.dtsi index 5cae74eb6cdd..ca9154dd8052 100644 --- a/arch/arm/boot/dts/iwg20d-q7-common.dtsi +++ b/arch/arm/boot/dts/iwg20d-q7-common.dtsi | |||
@@ -160,10 +160,6 @@ | |||
160 | clock-frequency = <100000000>; | 160 | clock-frequency = <100000000>; |
161 | }; | 161 | }; |
162 | 162 | ||
163 | &pciec { | ||
164 | status = "okay"; | ||
165 | }; | ||
166 | |||
167 | &pfc { | 163 | &pfc { |
168 | can0_pins: can0 { | 164 | can0_pins: can0 { |
169 | groups = "can0_data_d"; | 165 | groups = "can0_data_d"; |
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 @@ | |||
14 | model = "iW-RainboW-G20D-Q7 RZ/G1M based plus camera daughter board"; | 14 | model = "iW-RainboW-G20D-Q7 RZ/G1M based plus camera daughter board"; |
15 | compatible = "iwave,g20d", "iwave,g20m", "renesas,r8a7743"; | 15 | compatible = "iwave,g20d", "iwave,g20m", "renesas,r8a7743"; |
16 | }; | 16 | }; |
17 | |||
18 | &pciec { | ||
19 | status = "okay"; | ||
20 | }; | ||
diff --git a/arch/arm/boot/dts/r8a7743-iwg20d-q7.dts b/arch/arm/boot/dts/r8a7743-iwg20d-q7.dts index b683db4da8b1..498e223a5f93 100644 --- a/arch/arm/boot/dts/r8a7743-iwg20d-q7.dts +++ b/arch/arm/boot/dts/r8a7743-iwg20d-q7.dts | |||
@@ -13,3 +13,7 @@ | |||
13 | model = "iWave Systems RainboW-G20D-Qseven board based on RZ/G1M"; | 13 | model = "iWave Systems RainboW-G20D-Qseven board based on RZ/G1M"; |
14 | compatible = "iwave,g20d", "iwave,g20m", "renesas,r8a7743"; | 14 | compatible = "iwave,g20d", "iwave,g20m", "renesas,r8a7743"; |
15 | }; | 15 | }; |
16 | |||
17 | &pciec { | ||
18 | status = "okay"; | ||
19 | }; | ||