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

Commit d04f11d2 authored by Christophe Leroy's avatar Christophe Leroy Committed by Michael Ellerman
Browse files

powerpc/8xx: Remove RTC clock on 88x



The 885 familly processors don't have the Real Time Clock

Signed-off-by: default avatarChristophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent 169f438a
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -111,7 +111,5 @@ define_machine(adder875) {
	.get_irq = mpc8xx_get_irq,
	.restart = mpc8xx_restart,
	.calibrate_decr = generic_calibrate_decr,
	.set_rtc_time = mpc8xx_set_rtc_time,
	.get_rtc_time = mpc8xx_get_rtc_time,
	.progress = udbg_progress,
};
+0 −2
Original line number Diff line number Diff line
@@ -170,7 +170,5 @@ define_machine(ep88xc) {
	.get_irq	= mpc8xx_get_irq,
	.restart = mpc8xx_restart,
	.calibrate_decr = mpc8xx_calibrate_decr,
	.set_rtc_time = mpc8xx_set_rtc_time,
	.get_rtc_time = mpc8xx_get_rtc_time,
	.progress = udbg_progress,
};
+0 −2
Original line number Diff line number Diff line
@@ -220,7 +220,5 @@ define_machine(mpc885_ads) {
	.get_irq		= mpc8xx_get_irq,
	.restart		= mpc8xx_restart,
	.calibrate_decr		= mpc8xx_calibrate_decr,
	.set_rtc_time		= mpc8xx_set_rtc_time,
	.get_rtc_time		= mpc8xx_get_rtc_time,
	.progress		= udbg_progress,
};