WakeupMgr: Forward rtc_dev & dodgy_rtc to the backend

reviewable/pr11016/r1
NiLuJe 8 months ago
parent 2ed2c2c23d
commit c47ce45fb8

@ -47,6 +47,10 @@ end
function WakeupMgr:init() function WakeupMgr:init()
self._task_queue = {} self._task_queue = {}
-- Propagate rtc quirks to the RTC backend
self.rtc.dev_rtc = self.dev_rtc
self.rtc.dodgy_rtc = self.dodgy_rtc
end end
-- This is a dummy task we use when working around i.MX5 RTC issues. -- This is a dummy task we use when working around i.MX5 RTC issues.

Loading…
Cancel
Save