]> git.baikalelectronics.ru Git - kernel.git/commitdiff
ARM: dts: iwg20d-q7-common: Move pciec node out of common dtsi
authorBiju Das <biju.das@bp.renesas.com>
Fri, 21 Sep 2018 14:07:55 +0000 (15:07 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Fri, 28 Sep 2018 08:32:50 +0000 (10:32 +0200)
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>
arch/arm/boot/dts/iwg20d-q7-common.dtsi
arch/arm/boot/dts/r8a7743-iwg20d-q7-dbcm-ca.dts
arch/arm/boot/dts/r8a7743-iwg20d-q7.dts

index 5cae74eb6cddfb41c9d53317c24d389321af0750..ca9154dd8052b43de8ed9e945b6896260c1db1f9 100644 (file)
        clock-frequency = <100000000>;
 };
 
-&pciec {
-       status = "okay";
-};
-
 &pfc {
        can0_pins: can0 {
                groups = "can0_data_d";
index 327545119ee3f04d82ca3412a148e2f8ffd1e602..0d006aea99da1b40692e3aacc9d12816a92e2aac 100644 (file)
@@ -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";
+};
index b683db4da8b17784d17c9d2e69e73cbd8bf43ad4..498e223a5f93b05928e34db4eeb9796e8846b9c7 100644 (file)
@@ -13,3 +13,7 @@
        model = "iWave Systems RainboW-G20D-Qseven board based on RZ/G1M";
        compatible = "iwave,g20d", "iwave,g20m", "renesas,r8a7743";
 };
+
+&pciec {
+       status = "okay";
+};