Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
reform-boundary-uboot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jack Humbert
reform-boundary-uboot
Commits
db6b0281
Commit
db6b0281
authored
6 years ago
by
Tom Rini
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
git://git.denx.de/u-boot-rockchip
parents
ca70cbab
ed1030e1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
drivers/clk/rockchip/clk_rk3288.c
+10
-0
10 additions, 0 deletions
drivers/clk/rockchip/clk_rk3288.c
include/configs/rockchip-common.h
+2
-0
2 additions, 0 deletions
include/configs/rockchip-common.h
with
12 additions
and
0 deletions
drivers/clk/rockchip/clk_rk3288.c
+
10
−
0
View file @
db6b0281
...
@@ -898,6 +898,16 @@ static int rk3288_clk_enable(struct clk *clk)
...
@@ -898,6 +898,16 @@ static int rk3288_clk_enable(struct clk *clk)
case
HCLK_USBHOST0
:
case
HCLK_USBHOST0
:
case
HCLK_HSIC
:
case
HCLK_HSIC
:
return
0
;
return
0
;
case
SCLK_MAC
:
case
SCLK_MAC_RX
:
case
SCLK_MAC_TX
:
case
SCLK_MACREF
:
case
SCLK_MACREF_OUT
:
case
ACLK_GMAC
:
case
PCLK_GMAC
:
/* Required to successfully probe the Designware GMAC driver */
return
0
;
}
}
debug
(
"%s: unsupported clk %ld
\n
"
,
__func__
,
clk
->
id
);
debug
(
"%s: unsupported clk %ld
\n
"
,
__func__
,
clk
->
id
);
...
...
This diff is collapsed.
Click to expand it.
include/configs/rockchip-common.h
+
2
−
0
View file @
db6b0281
...
@@ -7,6 +7,8 @@
...
@@ -7,6 +7,8 @@
#define _ROCKCHIP_COMMON_H_
#define _ROCKCHIP_COMMON_H_
#include
<linux/sizes.h>
#include
<linux/sizes.h>
#define CONFIG_SYS_NS16550_MEM32
#ifndef CONFIG_SPL_BUILD
#ifndef CONFIG_SPL_BUILD
/* First try to boot from SD (index 0), then eMMC (index 1) */
/* First try to boot from SD (index 0), then eMMC (index 1) */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment