Commit a9938579 authored by Linus Torvalds's avatar Linus Torvalds

Merge bk://kernel.bkbits.net/gregkh/linux/i2c-2.6

into ppc970.osdl.org:/home/torvalds/v2.6/linux
parents db05e98e edc1ca20
...@@ -779,6 +779,7 @@ void __init clock_probe(void) ...@@ -779,6 +779,7 @@ void __init clock_probe(void)
strcmp(model, "mk48t59") && strcmp(model, "mk48t59") &&
strcmp(model, "m5819") && strcmp(model, "m5819") &&
strcmp(model, "m5819p") && strcmp(model, "m5819p") &&
strcmp(model, "m5823") &&
strcmp(model, "ds1287")) { strcmp(model, "ds1287")) {
if (cbus != NULL) { if (cbus != NULL) {
prom_printf("clock_probe: Central bus lacks timer chip.\n"); prom_printf("clock_probe: Central bus lacks timer chip.\n");
...@@ -838,7 +839,8 @@ void __init clock_probe(void) ...@@ -838,7 +839,8 @@ void __init clock_probe(void)
if (!strcmp(model, "ds1287") || if (!strcmp(model, "ds1287") ||
!strcmp(model, "m5819") || !strcmp(model, "m5819") ||
!strcmp(model, "m5819p")) { !strcmp(model, "m5819p") ||
!strcmp(model, "m5823")) {
ds1287_regs = edev->resource[0].start; ds1287_regs = edev->resource[0].start;
} else { } else {
mstk48t59_regs = edev->resource[0].start; mstk48t59_regs = edev->resource[0].start;
...@@ -859,7 +861,8 @@ void __init clock_probe(void) ...@@ -859,7 +861,8 @@ void __init clock_probe(void)
} }
if (!strcmp(model, "ds1287") || if (!strcmp(model, "ds1287") ||
!strcmp(model, "m5819") || !strcmp(model, "m5819") ||
!strcmp(model, "m5819p")) { !strcmp(model, "m5819p") ||
!strcmp(model, "m5823")) {
ds1287_regs = isadev->resource.start; ds1287_regs = isadev->resource.start;
} else { } else {
mstk48t59_regs = isadev->resource.start; mstk48t59_regs = isadev->resource.start;
......
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