get_clk
ret = get_clk(pdev, &mdp5_kms->axi_clk, "bus", true);
ret = get_clk(pdev, &mdp5_kms->ahb_clk, "iface", true);
ret = get_clk(pdev, &mdp5_kms->core_clk, "core", true);
ret = get_clk(pdev, &mdp5_kms->vsync_clk, "vsync", true);
get_clk(pdev, &mdp5_kms->lut_clk, "lut", false);
get_clk(pdev, &mdp5_kms->tbu_clk, "tbu", false);
get_clk(pdev, &mdp5_kms->tbu_rt_clk, "tbu_rt", false);