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
b24faef9
Commit
b24faef9
authored
8 years ago
by
Michael Turquette
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'clk-lpc32xx' into clk-next
parents
439a36d7
054e2730
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
drivers/clk/nxp/clk-lpc32xx.c
drivers/clk/nxp/clk-lpc32xx.c
+1
-2
include/dt-bindings/clock/lpc32xx-clock.h
include/dt-bindings/clock/lpc32xx-clock.h
+1
-0
No files found.
drivers/clk/nxp/clk-lpc32xx.c
View file @
b24faef9
...
...
@@ -87,7 +87,7 @@ enum {
enum
{
/* Start from the last defined clock in dt bindings */
LPC32XX_CLK_ADC_DIV
=
LPC32XX_CLK_
HCLK_PLL
+
1
,
LPC32XX_CLK_ADC_DIV
=
LPC32XX_CLK_
PERIPH
+
1
,
LPC32XX_CLK_ADC_RTC
,
LPC32XX_CLK_TEST1
,
LPC32XX_CLK_TEST2
,
...
...
@@ -99,7 +99,6 @@ enum {
LPC32XX_CLK_HCLK_DIV_PERIPH
,
LPC32XX_CLK_HCLK_DIV
,
LPC32XX_CLK_HCLK
,
LPC32XX_CLK_PERIPH
,
LPC32XX_CLK_ARM
,
LPC32XX_CLK_ARM_VFP
,
...
...
This diff is collapsed.
Click to expand it.
include/dt-bindings/clock/lpc32xx-clock.h
View file @
b24faef9
...
...
@@ -48,6 +48,7 @@
#define LPC32XX_CLK_PWM2 33
#define LPC32XX_CLK_ADC 34
#define LPC32XX_CLK_HCLK_PLL 35
#define LPC32XX_CLK_PERIPH 36
/* LPC32XX USB clocks */
#define LPC32XX_USB_CLK_I2C 1
...
...
This diff is collapsed.
Click to expand it.
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