Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1f28231c authored by Alexandre Belloni's avatar Alexandre Belloni
Browse files

rtc: sa1100: don't set PIE frequency



It doesn't make sense to set the PIE frequency from the driver. Let
userspace do its job.

Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
parent 7e580769
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -224,7 +224,6 @@ int sa1100_rtc_init(struct platform_device *pdev, struct sa1100_rtc *info)
	info->rtc = rtc;
	info->rtc = rtc;


	rtc->max_user_freq = RTC_FREQ;
	rtc->max_user_freq = RTC_FREQ;
	rtc_irq_set_freq(rtc, NULL, RTC_FREQ);


	/* Fix for a nasty initialization problem the in SA11xx RTSR register.
	/* Fix for a nasty initialization problem the in SA11xx RTSR register.
	 * See also the comments in sa1100_rtc_interrupt().
	 * See also the comments in sa1100_rtc_interrupt().