[U-Boot] TI Davinci and MUSB

Neal Tew loopy at mm.st
Thu Feb 4 23:03:01 CET 2010


I've been trying to get usbtty working on a DM355 (still isn't
working...) and ran into a bug(?).

In drivers/usb/musb/davinci.h:

struct davinci_usb_regs {
    u32 version;
    u32 ctrlr;
    u32 reserved[0x20];
    u32 intclrr;
    u32 intmskr;
    u32 intmsksetr;
};

Shouldn't this be reserved[0x20/4] ?

--
Neal Tew


More information about the U-Boot mailing list