Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
a196d9ee
Commit
a196d9ee
authored
Aug 24, 2016
by
Stephen Boyd
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'clk-fixes' into clk-next
* clk-fixes: clk: tegra: remove TEGRA_PLL_USE_LOCK for PLLD/PLLD2
parents
8b2bdc76
af7c388a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
drivers/clk/tegra/clk-tegra114.c
drivers/clk/tegra/clk-tegra114.c
+2
-2
No files found.
drivers/clk/tegra/clk-tegra114.c
View file @
a196d9ee
...
...
@@ -428,7 +428,7 @@ static struct tegra_clk_pll_params pll_d_params = {
.
div_nmp
=
&
pllp_nmp
,
.
freq_table
=
pll_d_freq_table
,
.
flags
=
TEGRA_PLL_HAS_CPCON
|
TEGRA_PLL_SET_LFCON
|
TEGRA_PLL_
USE_LOCK
|
TEGRA_PLL_
HAS_LOCK_ENABLE
,
TEGRA_PLL_HAS_LOCK_ENABLE
,
};
static
struct
tegra_clk_pll_params
pll_d2_params
=
{
...
...
@@ -446,7 +446,7 @@ static struct tegra_clk_pll_params pll_d2_params = {
.
div_nmp
=
&
pllp_nmp
,
.
freq_table
=
pll_d_freq_table
,
.
flags
=
TEGRA_PLL_HAS_CPCON
|
TEGRA_PLL_SET_LFCON
|
TEGRA_PLL_
USE_LOCK
|
TEGRA_PLL_
HAS_LOCK_ENABLE
,
TEGRA_PLL_HAS_LOCK_ENABLE
,
};
static
const
struct
pdiv_map
pllu_p
[]
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment