Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
c991be32
Commit
c991be32
authored
Sep 18, 2008
by
s-paulraj@ti.com
Committed by
Kevin Hilman
Nov 07, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ARM DaVinci: DM355 ID
Adds id for DM355 Signed-off-by:
Sandeep Paulraj
<
s-paulraj@ti.com
>
parent
277852f7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
arch/arm/mach-davinci/id.c
arch/arm/mach-davinci/id.c
+7
-0
arch/arm/mach-davinci/include/mach/cpu.h
arch/arm/mach-davinci/include/mach/cpu.h
+1
-1
No files found.
arch/arm/mach-davinci/id.c
View file @
c991be32
...
...
@@ -40,6 +40,13 @@ static struct davinci_id davinci_ids[] __initdata = {
.
manufacturer
=
0x017
,
.
type
=
0x64670000
,
},
{
/* DM355 */
.
part_no
=
0xb73b
,
.
variant
=
0x0
,
.
manufacturer
=
0x00f
,
.
type
=
0x03550000
,
},
};
/*
...
...
arch/arm/mach-davinci/include/mach/cpu.h
View file @
c991be32
...
...
@@ -27,6 +27,6 @@ static inline int cpu_is_davinci_dm ##type (void) \
/* following generates the cpu_is_davinci_dmxxx */
IS_DAVINCI_CPU
(
644
x
,
0x6446
)
/* cpu_is_davinci_dm644x() */
IS_DAVINCI_CPU
(
646
x
,
0x6467
)
/* cpu_is_davinci_dm646x() */
IS_DAVINCI_CPU
(
35
0
,
0x350
)
/* cpu_is_davinci_dm350
() */
IS_DAVINCI_CPU
(
35
5
,
0x355
)
/* cpu_is_davinci_dm355
() */
#endif
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