Skip to content

Commit 27b7549

Browse files
committed
arm64: dts: visconti: Update the clock providers for watchdog timer
Remove fixed clock and source common clock for watchdog timer. Signed-off-by: Nobuhiro Iwamatsu <[email protected]> Link: https://lore.kernel.org/r/[email protected]/
1 parent 0e7cd43 commit 27b7549

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

arch/arm64/boot/dts/toshiba/tmpv7708-rm-mbrc.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858

5959
&wdt {
6060
status = "okay";
61-
clocks = <&wdt_clk>;
6261
};
6362

6463
&gpio {

arch/arm64/boot/dts/toshiba/tmpv7708-visrobo-vrc.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
&wdt {
1515
status = "okay";
16-
clocks = <&wdt_clk>;
1716
};
1817

1918
&gpio {

arch/arm64/boot/dts/toshiba/tmpv7708.dtsi

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -171,12 +171,6 @@
171171
clock-output-names = "extclk100mhz";
172172
};
173173

174-
wdt_clk: wdt-clk {
175-
compatible = "fixed-clock";
176-
clock-frequency = <150000000>;
177-
#clock-cells = <0>;
178-
};
179-
180174
osc2_clk: osc2-clk {
181175
compatible = "fixed-clock";
182176
clock-frequency = <20000000>;
@@ -490,6 +484,7 @@
490484
wdt: wdt@28330000 {
491485
compatible = "toshiba,visconti-wdt";
492486
reg = <0 0x28330000 0 0x1000>;
487+
clocks = <&pismu TMPV770X_CLK_WDTCLK>;
493488
status = "disabled";
494489
};
495490

0 commit comments

Comments
 (0)