aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorZdenko Pulitika <[email protected]>2015-08-26 17:11:38 +0100
committerStephen Boyd <[email protected]>2015-08-26 11:34:34 -0700
commite53f21c761d141bbcbce06e9ddab3b4e0a828f2c (patch)
treead980729395d4243da68dba63480b13c4064e569 /tools/perf/scripts/python/export-to-postgresql.py
parent093affb009a3d87848e51217cd1a06ce1135633f (diff)
clk: pistachio: Fix override of clk-pll settings from boot loader
PLL enable callbacks are overriding PLL mode (int/frac) and Noise reduction (on/off) settings set by the boot loader which results in the incorrect clock rate. PLL mode and noise reduction are defined by the DSMPD and DACPD bits of the PLL control register. PLL .enable() callbacks enable PLL by deasserting all power-down bits of the PLL control register, including DSMPD and DACPD bits, which is not necessary since these bits don't actually enable/disable PLL. This commit fixes the problem by removing DSMPD and DACPD bits from the "PLL enable" mask. Fixes: 43049b0c83f17("CLK: Pistachio: Add PLL driver") Cc: <[email protected]> # 4.1 Reviewed-by: Andrew Bresitcker <[email protected]> Signed-off-by: Zdenko Pulitika <[email protected]> Signed-off-by: Govindraj Raja <[email protected]> Signed-off-by: Stephen Boyd <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions