[U-Boot] [PATCH] rockchip: rk3288: grf: Fix shift for RK3288_TXCLK_DLY_ENA_GMAC_ENABLE

Simon Glass sjg at chromium.org
Tue Jun 6 21:08:42 UTC 2017


On 2 June 2017 at 03:19, Romain Perier <romain.perier at collabora.com> wrote:
> RK3288_TXCLK_DLY_ENA_GMAC_ENABLE, in GRF_SOC_CON3, is supposed to be bit
> 0xe and not 0xf. Otherwise, it is RGMII RX clock delayline enable and
> introduces random delays and data lose.
>
> This commit fixes the issue by replacing RK3288_TXCLK_DLY_ENA_GMAC_ENABLE
> with the right shift.
>
> Signed-off-by: Romain Perier <romain.perier at collabora.com>
> ---
>  arch/arm/include/asm/arch-rockchip/grf_rk3288.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list