Page MenuHomeFreeBSD

Support watchdog depending on "mrvl,has-wdt" property
ClosedPublic

Authored by bsz_semihalf.com on Dec 7 2015, 8:14 AM.
Tags
Referenced Files
F132412051: D4424.id10849.diff
Thu, Oct 16, 5:28 PM
F132412050: D4424.id.diff
Thu, Oct 16, 5:28 PM
F132412033: D4424.id12515.diff
Thu, Oct 16, 5:28 PM
F132366739: D4424.diff
Thu, Oct 16, 6:47 AM
Unknown Object (File)
Mon, Oct 6, 11:45 PM
Unknown Object (File)
Sat, Sep 20, 9:00 PM
Unknown Object (File)
Sep 16 2025, 11:05 PM
Unknown Object (File)
Sep 13 2025, 9:43 AM
Subscribers

Details

Summary

With this commit, watchdog is supported only in case of having
"mrvl,has-wdt" property or dedicated for watchdog compatibility field
("marvell,armada-380-wdt"). There is no need to modify dts files, as
"has-wdt" property already exists.

Obtained from: Semihalf
Sponsored by: Stormshield
Submitted by: Bartosz Szczepanek <bsz@semihalf.com>

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bsz_semihalf.com retitled this revision from to Support watchdog depending on "mrvl,has-wdt" property.
bsz_semihalf.com updated this object.
bsz_semihalf.com edited the test plan for this revision. (Show Details)
bsz_semihalf.com added reviewers: ian, imp.
bsz_semihalf.com set the repository for this revision to rS FreeBSD src repository - subversion.
bsz_semihalf.com added a project: ARM.
bsz_semihalf.com added a subscriber: zbb.
sys/arm/mv/timer.c
75 ↗(On Diff #10864)

Should be

boolean_t
zbb added a reviewer: zbb.
zbb added inline comments.
sys/arm/mv/timer.c
75 ↗(On Diff #10864)

Fixed in a commit

This revision is now accepted and ready to land.Jan 20 2016, 2:27 PM
This revision was automatically updated to reflect the committed changes.