Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 40a622cf authored by Vikram Mulukutla's avatar Vikram Mulukutla Committed by Stephen Boyd
Browse files

msm: clock-debug: Print rate and vdd class level in the debug_suspend dump



The dump to the kernel log that currently indicates
what clocks were enabled during suspend also indicates
all the clocks in the path to the root clock for each
enabled clock.

For each clock in that path to the root, indicate what
rate that source is at, and the current vdd level voted
on for that rate.

Example output before this change:
[   49.128612]  mdp_clk -> pll2_clk -> pxo_clk
[   49.136303]  mdp_clk -> pll2_clk -> pxo_clk

Output after this change:
[   49.128612]  mdp_clk [200000000, 2] ->
		pll2_clk [800000000] -> pxo_clk [27000000]
[   49.136303]  mdp_clk [200000000, 2] ->
		pll2_clk [800000000] -> pxo_clk [27000000]

Change-Id: Ie59392ab3fe67808685fbb0192d326c7071034c5
Signed-off-by: default avatarVikram Mulukutla <markivx@codeaurora.org>
parent 95f94dcb
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment