Skip to content
Snippets Groups Projects
  • Marek Vasut's avatar
    183f5fd3
    ARM: rmobile: Fix SD divider settings on Gen3 · 183f5fd3
    Marek Vasut authored
    
    On RCar M3 and on RCar H3 newer than and not including ES1.0, the SD clock
    must be divided by 4 rather than 2 because a hardware workaround present
    only in the H3 ES1.0 has been removed from these chips. U-Boot currently
    only supports M3 and H3 ES 2.0 and newer, so configure the SD pre-divider
    to 4 to prevent SD instability.
    
    Signed-off-by: default avatarMarek Vasut <marek.vasut+renesas@gmail.com>
    Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
    183f5fd3
    History
    ARM: rmobile: Fix SD divider settings on Gen3
    Marek Vasut authored
    
    On RCar M3 and on RCar H3 newer than and not including ES1.0, the SD clock
    must be divided by 4 rather than 2 because a hardware workaround present
    only in the H3 ES1.0 has been removed from these chips. U-Boot currently
    only supports M3 and H3 ES 2.0 and newer, so configure the SD pre-divider
    to 4 to prevent SD instability.
    
    Signed-off-by: default avatarMarek Vasut <marek.vasut+renesas@gmail.com>
    Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>