On Wed, Jun 6, 2018 at 9:35 AM, Jagan Teki <[email protected]> wrote: > On Wed, Jun 6, 2018 at 8:43 PM, Vasily Khoruzhick <[email protected]> wrote:
>> extra_usb_gate_mask isn't shifted later and thus >> CCM_USB_CTRL_OHCI0_CLK and CCM_USB_CTRL_OHCI1_CLK will be enabled for >> phy 1 on A64. > > Where are you checking phy 1? and you still using > CCM_USB_CTRL_OHCI0_CLK not OHCI1_CLK phys is PHY index, usb_gate_mask is shifted to PHY index later - thus it'll be CCM_USB_CTRL_OHCI1_CLK, extra_usb_gate_mask is not - it'll remain CCM_USB_CTRL_OHCI0_CLK. Since A64 has only 2 USB controllers that covers it. _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

