lkml.org 
[lkml]   [2020]   [Oct]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH V3 05/10] can: flexcan: add ECC initialization for VF610
    Date
    For SoCs with ECC supported, even use FLEXCAN_QUIRK_DISABLE_MECR quirk to
    disable non-correctable errors interrupt and freeze mode, had better use
    FLEXCAN_QUIRK_SUPPORT_ECC quirk to initialize all memory.

    Fixes: cdce844865bea ("can: flexcan: add vf610 support for FlexCAN")
    Signed-off-by: Joakim Zhang <qiangqing.zhang@nxp.com>
    ---
    drivers/net/can/flexcan.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/net/can/flexcan.c b/drivers/net/can/flexcan.c
    index c2330eab3595..06f94b6f0ebe 100644
    --- a/drivers/net/can/flexcan.c
    +++ b/drivers/net/can/flexcan.c
    @@ -400,7 +400,7 @@ static struct flexcan_devtype_data fsl_imx8mp_devtype_data = {
    static const struct flexcan_devtype_data fsl_vf610_devtype_data = {
    .quirks = FLEXCAN_QUIRK_DISABLE_RXFG | FLEXCAN_QUIRK_ENABLE_EACEN_RRS |
    FLEXCAN_QUIRK_DISABLE_MECR | FLEXCAN_QUIRK_USE_OFF_TIMESTAMP |
    - FLEXCAN_QUIRK_BROKEN_PERR_STATE,
    + FLEXCAN_QUIRK_BROKEN_PERR_STATE | FLEXCAN_QUIRK_SUPPORT_ECC,
    };

    static const struct flexcan_devtype_data fsl_ls1021a_r2_devtype_data = {
    --
    2.17.1
    \
     
     \ /
      Last update: 2020-10-20 09:55    [W:6.285 / U:0.104 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site