Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
odroid-linux-3.10.y-rt
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
oai
odroid-linux-3.10.y-rt
Commits
f4401ce8
Commit
f4401ce8
authored
Aug 11, 2015
by
charles.park
Committed by
Gerrit Code Review
Aug 11, 2015
Browse files
Options
Browse Files
Download
Plain Diff
Merge "ODROIDXU3 : defined system revision for wiringPi library." into odroidxu3-3.10.y
parents
318d70d5
77f2e0ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
arch/arm/mach-exynos/mach-odroid-xu3.c
arch/arm/mach-exynos/mach-odroid-xu3.c
+4
-0
No files found.
arch/arm/mach-exynos/mach-odroid-xu3.c
100644 → 100755
View file @
f4401ce8
...
...
@@ -17,6 +17,7 @@
#include <linux/exynos_ion.h>
#include <asm/mach/arch.h>
#include <asm/system_info.h>
#include <mach/regs-pmu.h>
#include <plat/cpu.h>
...
...
@@ -31,6 +32,9 @@ static void __init odroid_dt_map_io(void)
static
void
__init
odroid_dt_machine_init
(
void
)
{
// defined system rev in /proc/cpuinfo for wiringPi library
system_rev
=
0x100
;
of_platform_populate
(
NULL
,
of_default_bus_match_table
,
NULL
,
NULL
);
}
...
...
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