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

Commit 73939bb5 authored by Linus Torvalds's avatar Linus Torvalds
Browse files
parents 7c8d891c 1c833bc3
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -145,6 +145,10 @@ static int __devinit clock_probe(struct platform_device *op)
	if (!model)
		return -ENODEV;

	/* Only the primary RTC has an address property */
	if (!of_find_property(dp, "address", NULL))
		return -ENODEV;

	m48t59_rtc.resource = &op->resource[0];
	if (!strcmp(model, "mk48t02")) {
		/* Map the clock register io area read-only */