Skip to content
Snippets Groups Projects
Commit f1efe00e authored by Alessandro Rubini's avatar Alessandro Rubini
Browse files

spec-fmc: the base address is .5M withing bar0

parent fba878ca
Branches
Tags
No related merge requests found
......@@ -170,7 +170,7 @@ int spec_fmc_create(struct spec_dev *spec)
/* FIXME: many fields of the device are still NULL */
fmc->carrier_name = "SPEC";
fmc->carrier_data = spec;
fmc->base = spec->remap[0];
fmc->base = spec->remap[0] + 0x80000; /* 512k window at 512k offset */
fmc->irq = spec->pdev->irq;
fmc->op = &spec_fmc_operations;
spec->fmc = fmc;
......
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