Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workaround new USB using SPMI instead of I2C #365

Merged
merged 1 commit into from
Dec 3, 2023

Commits on Dec 1, 2023

  1. Workaround lack of SPMI support in usb.c

    M3+ have a new USB power controller and it works over SPMI.
    However, the USB ports work (at least within m1n1) if we ignore
    this and just init the phys directly.
    
    This detects the case where we are not on an I2C based USB machine,
    and initializes the phys directly.
    
    Eventually we should support SPMI properly.
    
    Signed-off-By: Daniel Berlin <[email protected]>
    dberlin committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    ce3d7ed View commit details
    Browse the repository at this point in the history