Commit 0fb08171 authored by Stephen Rothwell's avatar Stephen Rothwell

Merge commit 'sparc-current/master'

parents 00321378 25712efa
...@@ -156,6 +156,10 @@ static int __devinit clock_probe(struct of_device *op, const struct of_device_id ...@@ -156,6 +156,10 @@ static int __devinit clock_probe(struct of_device *op, const struct of_device_id
if (!model) if (!model)
return -ENODEV; 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]; m48t59_rtc.resource = &op->resource[0];
if (!strcmp(model, "mk48t02")) { if (!strcmp(model, "mk48t02")) {
/* Map the clock register io area read-only */ /* Map the clock register io area read-only */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment