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
51cec870
Commit
51cec870
authored
Oct 14, 2017
by
Heiko Stuebner
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'v4.15-shared/clkids' into v4.15-clk/next
parents
9edb39d7
4e07533f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
include/dt-bindings/clock/rk3188-cru-common.h
include/dt-bindings/clock/rk3188-cru-common.h
+7
-2
include/dt-bindings/clock/rk3368-cru.h
include/dt-bindings/clock/rk3368-cru.h
+1
-0
No files found.
include/dt-bindings/clock/rk3188-cru-common.h
View file @
51cec870
...
@@ -68,12 +68,14 @@
...
@@ -68,12 +68,14 @@
#define ACLK_LCDC1 196
#define ACLK_LCDC1 196
#define ACLK_GPU 197
#define ACLK_GPU 197
#define ACLK_SMC 198
#define ACLK_SMC 198
#define ACLK_CIF 199
#define ACLK_CIF
1
199
#define ACLK_IPP 200
#define ACLK_IPP 200
#define ACLK_RGA 201
#define ACLK_RGA 201
#define ACLK_CIF0 202
#define ACLK_CIF0 202
#define ACLK_CPU 203
#define ACLK_CPU 203
#define ACLK_PERI 204
#define ACLK_PERI 204
#define ACLK_VEPU 205
#define ACLK_VDPU 206
/* pclk gates */
/* pclk gates */
#define PCLK_GRF 320
#define PCLK_GRF 320
...
@@ -134,8 +136,11 @@
...
@@ -134,8 +136,11 @@
#define HCLK_NANDC0 467
#define HCLK_NANDC0 467
#define HCLK_CPU 468
#define HCLK_CPU 468
#define HCLK_PERI 469
#define HCLK_PERI 469
#define HCLK_CIF1 470
#define HCLK_VEPU 471
#define HCLK_VDPU 472
#define CLK_NR_CLKS (HCLK_
PERI
+ 1)
#define CLK_NR_CLKS (HCLK_
VDPU
+ 1)
/* soft-reset indices */
/* soft-reset indices */
#define SRST_MCORE 2
#define SRST_MCORE 2
...
...
include/dt-bindings/clock/rk3368-cru.h
View file @
51cec870
...
@@ -156,6 +156,7 @@
...
@@ -156,6 +156,7 @@
#define PCLK_ISP 366
#define PCLK_ISP 366
#define PCLK_VIP 367
#define PCLK_VIP 367
#define PCLK_WDT 368
#define PCLK_WDT 368
#define PCLK_EFUSE256 369
/* hclk gates */
/* hclk gates */
#define HCLK_SFC 448
#define HCLK_SFC 448
...
...
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