>>>        addr = ioremap(0xC7800000, 8*1024*1024);
>>>        printk(KERN_NOTICE "%08X\n", addr);

Why are you using virtual address here? You should use your
PHYS_OFFSET+120M(or 0x7800 0000) as the first arg above.

-syed

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [email protected]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to