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

RFC: phy: restore operation at lower (50MHz) sys-clk-freq #33

Merged
merged 1 commit into from
May 28, 2024

Commits on May 18, 2024

  1. phy: restore operation at lower (50MHz) sys-clk-freq

    Following commit 15bc2db, LiteSDCard no longer works properly at
    the low end of system clock speeds (e.g., 50MHz). Reverting the
    way `self.ce` and `self.clk` are generated to `comb` instead of
    `sync`, allows LiteSDCard to operate at the full previous range
    of system clock speeds.
    
    Fixes: 15bc2db
    Signed-off-by: Gabriel Somlo <gsomlo@gmail.com>
    gsomlo committed May 18, 2024
    Configuration menu
    Copy the full SHA
    c050ce9 View commit details
    Browse the repository at this point in the history