Skip to content

Commit c322d10

Browse files
glneokrzk
authored andcommitted
ARM: dts: nspire: Add full compatible for watchdog node
The watchdog appears to be an ARM SP805, add the full compatible and the needed clocks properties. Leave this disabled for now as functionality is not fully tested. Signed-off-by: Andrew Davis <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent af88df1 commit c322d10

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

arch/arm/boot/dts/nspire/nspire.dtsi

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,12 @@
170170
};
171171

172172
watchdog: watchdog@90060000 {
173-
compatible = "arm,primecell";
173+
compatible = "arm,sp805", "arm,primecell";
174174
reg = <0x90060000 0x1000>;
175175
interrupts = <3>;
176+
clocks = <&apb_pclk>, <&apb_pclk>;
177+
clock-names = "wdog_clk", "apb_pclk";
178+
status = "disabled";
176179
};
177180

178181
rtc: rtc@90090000 {

0 commit comments

Comments
 (0)