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/iwg20d-q7-common.dtsi | |
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/iwg20d-q7-common.dtsi')
-rw-r--r-- | arch/arm/boot/dts/iwg20d-q7-common.dtsi | 4 |
1 files changed, 0 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 @@ clock-frequency = <100000000>; }; -&pciec { - status = "okay"; -}; - &pfc { can0_pins: can0 { groups = "can0_data_d"; |