Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Biju Das and committed by
Simon Horman
b72ce26c 24035072

+9 -9
+9
arch/arm/boot/dts/iwg20d-q7-common.dtsi
··· 116 116 status = "okay"; 117 117 }; 118 118 119 + &cmt0 { 120 + status = "okay"; 121 + }; 122 + 119 123 &hsusb { 120 124 status = "okay"; 121 125 pinctrl-0 = <&usb0_pins>; ··· 232 228 capture = <&ssi0 &src2 &dvc0>; 233 229 }; 234 230 }; 231 + }; 232 + 233 + &rwdt { 234 + timeout-sec = <60>; 235 + status = "okay"; 235 236 }; 236 237 237 238 &scif0 {
-9
arch/arm/boot/dts/r8a7743-iwg20m.dtsi
··· 31 31 }; 32 32 }; 33 33 34 - &cmt0 { 35 - status = "okay"; 36 - }; 37 - 38 34 &extal_clk { 39 35 clock-frequency = <20000000>; 40 36 }; ··· 82 86 spi-cpol; 83 87 spi-cpha; 84 88 }; 85 - }; 86 - 87 - &rwdt { 88 - timeout-sec = <60>; 89 - status = "okay"; 90 89 }; 91 90 92 91 &sdhi0 {