lkml.org 
[lkml]   [2014]   [Apr]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 04/15] pinctrl: sunxi: specify clk name when retrieving pinctrl pio clk
    Date
    Specify base pio clk name when retrieving it using the CCF.
    This way we will avoid conflicts when introducing a second clk for the A31
    SoC.

    Signed-off-by: Boris BREZILLON <boris.brezillon@free-electrons.com>
    ---
    drivers/pinctrl/pinctrl-sunxi.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/pinctrl/pinctrl-sunxi.c b/drivers/pinctrl/pinctrl-sunxi.c
    index f9fabe9..ef16311 100644
    --- a/drivers/pinctrl/pinctrl-sunxi.c
    +++ b/drivers/pinctrl/pinctrl-sunxi.c
    @@ -878,7 +878,7 @@ static int sunxi_pinctrl_probe(struct platform_device *pdev)
    goto gpiochip_error;
    }

    - clk = devm_clk_get(&pdev->dev, NULL);
    + clk = devm_clk_get(&pdev->dev, "pio_clk");
    if (IS_ERR(clk)) {
    ret = PTR_ERR(clk);
    goto gpiochip_error;
    --
    1.8.3.2


    \
     
     \ /
      Last update: 2014-04-09 17:01    [W:2.331 / U:0.136 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site