2011/5/8 Andrej Vlašić <andrej.vlas...@gmail.com>
> I tried 29 again now, and no power, also tried some others, nothing.
>
> If someone want's to see here is how power is set in original fw:
> http://pastebin.com/00vJxdYa <http://pastebin.com/00vJxdYa>

Another question about usb power.
Is it possible that on my board USB clock gating is different than one set
in current dwc_otg_ifx.c.
There it says:
    // set clock gating
    writel(readl(DANUBE_CGU_IFCCR) | 0x30, DANUBE_CGU_IFCCR);

On mine board it says:

        // set clock gating
        // JR: This means:: USB clock source is special internal clock
generated from 36 MHz source
        set_bit (4, DANUBE_CGU_IFCCR);
        set_bit (5, DANUBE_CGU_IFCCR);

Thanx for any answers
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to