summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/r8a7743-iwg20m.dtsi
diff options
context:
space:
mode:
authorBiju Das <biju.das@bp.renesas.com>2018-12-05 09:06:51 +0000
committerSimon Horman <horms+renesas@verge.net.au>2018-12-05 11:18:53 -0800
commitb72ce26cb73afd042d65f737971f560a491e1275 (patch)
treec47cb3f98b2f3b9f48c0ec4d0f4e3e1ec25c069b /arch/arm/boot/dts/r8a7743-iwg20m.dtsi
parent24035072999c5c175ac03ed2db2ef98cb339b319 (diff)
ARM: dts: iwg20d-q7-common: Move cmt/rwdt node out of RZ/G1M SOM
The iWave RZ/G1N board is almost identical to RZ/G1M. cmt and rwdt modules are SoC specific and should be part of board dts rather than SoM dtsi. By moving these nodes to the common dtsi it allows cmt and rwdt to be enabled on both of these boards with less lines of code. Signed-off-by: Biju Das <biju.das@bp.renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/r8a7743-iwg20m.dtsi')
-rw-r--r--arch/arm/boot/dts/r8a7743-iwg20m.dtsi9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/boot/dts/r8a7743-iwg20m.dtsi b/arch/arm/boot/dts/r8a7743-iwg20m.dtsi
index 0e2e033cc849..b3fee1d61c87 100644
--- a/arch/arm/boot/dts/r8a7743-iwg20m.dtsi
+++ b/arch/arm/boot/dts/r8a7743-iwg20m.dtsi
@@ -31,10 +31,6 @@
};
};
-&cmt0 {
- status = "okay";
-};
-
&extal_clk {
clock-frequency = <20000000>;
};
@@ -88,11 +84,6 @@
};
};
-&rwdt {
- timeout-sec = <60>;
- status = "okay";
-};
-
&sdhi0 {
pinctrl-0 = <&sdhi0_pins>;
pinctrl-names = "default";