Merge "clk: qcom: Register gcc debug mux with clock_debug functionality"
This commit is contained in:
commit
de5618cae1
1 changed files with 6 additions and 1 deletions
|
@ -27,6 +27,7 @@
|
||||||
|
|
||||||
#include "clk-alpha-pll.h"
|
#include "clk-alpha-pll.h"
|
||||||
#include "clk-branch.h"
|
#include "clk-branch.h"
|
||||||
|
#include "clk-debug.h"
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
#include "clk-pll.h"
|
#include "clk-pll.h"
|
||||||
#include "clk-regmap.h"
|
#include "clk-regmap.h"
|
||||||
|
@ -3328,7 +3329,11 @@ static int clk_debug_660_probe(struct platform_device *pdev)
|
||||||
return PTR_ERR(clk);
|
return PTR_ERR(clk);
|
||||||
}
|
}
|
||||||
|
|
||||||
dev_info(&pdev->dev, "Registered debug mux successfully\n");
|
ret = clk_register_debug(&gcc_debug_mux.hw);
|
||||||
|
if (ret)
|
||||||
|
dev_err(&pdev->dev, "Could not register Measure clock\n");
|
||||||
|
else
|
||||||
|
dev_info(&pdev->dev, "Registered debug mux successfully\n");
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue