lkml.org 
[lkml]   [2020]   [Jan]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4.19 087/639] pinctrl: sh-pfc: r8a7791: Remove bogus ctrl marks from qspi_data4_b group
    Date
    From: Geert Uytterhoeven <geert+renesas@glider.be>

    [ Upstream commit 884fa25fb6e5e63ab970d612a628313bb68f37cc ]

    The qspi_data4_b_mux[] array contains pin marks for the clock and chip
    select pins. The qspi_data4_b_pins[] array rightfully does not contain
    the corresponding pin numbers, as the control pins are provided by a
    separate group (qspi_ctrl_b).

    Fixes: 2d0c386f135e4186 ("pinctrl: sh-pfc: r8a7791: Add QSPI pin groups")
    Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
    Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    drivers/pinctrl/sh-pfc/pfc-r8a7791.c | 3 +--
    1 file changed, 1 insertion(+), 2 deletions(-)

    diff --git a/drivers/pinctrl/sh-pfc/pfc-r8a7791.c b/drivers/pinctrl/sh-pfc/pfc-r8a7791.c
    index 5811784d88cb9..f5b4255570b28 100644
    --- a/drivers/pinctrl/sh-pfc/pfc-r8a7791.c
    +++ b/drivers/pinctrl/sh-pfc/pfc-r8a7791.c
    @@ -3220,8 +3220,7 @@ static const unsigned int qspi_data4_b_pins[] = {
    RCAR_GP_PIN(6, 4),
    };
    static const unsigned int qspi_data4_b_mux[] = {
    - SPCLK_B_MARK, MOSI_IO0_B_MARK, MISO_IO1_B_MARK,
    - IO2_B_MARK, IO3_B_MARK, SSL_B_MARK,
    + MOSI_IO0_B_MARK, MISO_IO1_B_MARK, IO2_B_MARK, IO3_B_MARK,
    };
    /* - SCIF0 ------------------------------------------------------------------ */
    static const unsigned int scif0_data_pins[] = {
    --
    2.20.1


    \
     
     \ /
      Last update: 2020-01-24 12:04    [W:2.997 / U:0.076 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site