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
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to