lkml.org 
[lkml]   [2018]   [Apr]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[v3 05/10] clk: mediatek: mt2701-mm: switch to mfd device
    Date
    From: Matthias Brugger <mbrugger@suse.com>

    As the new mfd device is in place, switch probing
    for the MMSYS to support invocation from the mfd device.

    Signed-off-by: Matthias Brugger <mbrugger@suse.com>
    Acked-by: Stephen Boyd <sboyd@codeaurora.org>
    ---
    drivers/clk/mediatek/clk-mt2701-mm.c | 10 +++-------
    1 file changed, 3 insertions(+), 7 deletions(-)

    diff --git a/drivers/clk/mediatek/clk-mt2701-mm.c b/drivers/clk/mediatek/clk-mt2701-mm.c
    index fe1f85072fc5..4517525887dd 100644
    --- a/drivers/clk/mediatek/clk-mt2701-mm.c
    +++ b/drivers/clk/mediatek/clk-mt2701-mm.c
    @@ -87,16 +87,13 @@ static const struct mtk_gate mm_clks[] = {
    GATE_DISP1(CLK_MM_TVE_FMM, "mm_tve_fmm", "mm_sel", 14),
    };

    -static const struct of_device_id of_match_clk_mt2701_mm[] = {
    - { .compatible = "mediatek,mt2701-mmsys", },
    - {}
    -};
    -
    static int clk_mt2701_mm_probe(struct platform_device *pdev)
    {
    struct clk_onecell_data *clk_data;
    int r;
    - struct device_node *node = pdev->dev.of_node;
    + struct device_node *node;
    +
    + node = pdev->dev.parent->of_node;

    clk_data = mtk_alloc_clk_data(CLK_MM_NR);

    @@ -116,7 +113,6 @@ static struct platform_driver clk_mt2701_mm_drv = {
    .probe = clk_mt2701_mm_probe,
    .driver = {
    .name = "clk-mt2701-mm",
    - .of_match_table = of_match_clk_mt2701_mm,
    },
    };

    --
    2.16.3
    \
     
     \ /
      Last update: 2018-04-27 11:26    [W:8.972 / U:0.012 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site