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

mediatek: snfi: FM35Q1GA is x4-only and needs 12mA pin drive strength #7

Open
wants to merge 3 commits into
base: mtksoc
Choose a base branch
from

Commits on Feb 29, 2024

  1. mediatek: snfi: FM35Q1GA is x4-only

    Dont allow x2 read and cache read operations on FM35Q1GA.
    
    Signed-off-by: Daniel Golle <daniel@makrotopia.org>
    dangowrt committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    fb2a2b6 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. mediatek: snfi: adjust pin drive strength for Fidelix SPI-NAND

    It seems like we might need to adjust the pin driver strength to 12mA
    for Fidelix SPI-NAND chip on MT7622 to avoid SPI data corruption on
    some devices.
    
    Signed-off-by: Daniel Golle <daniel@makrotopia.org>
    dangowrt committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    6470986 View commit details
    Browse the repository at this point in the history
  2. mediatek: snfi: adjust drive strength to 12mA like old loader does

    In addition to FM35X1GA, also change the driver strength to 12mA for
    all chips where this is done by the old/legacy U-Boot:
     * Winbond 512Mb
     * Winbond 1Gb
     * Winbond 2Gb
     * GD5F4GQ4UBYIG
     * GD5F4GQ4UAYIG
     * GD5F1GQ4UX
     * GD5F1GQ4UE
     * GD5F2GQ4UX
     * GD5F2GQ4UE
    
    Signed-off-by: Daniel Golle <daniel@makrotopia.org>
    dangowrt committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    40a3661 View commit details
    Browse the repository at this point in the history