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
nexedi
linux
Commits
9b12be63
Commit
9b12be63
authored
Dec 12, 2016
by
Mark Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'spi/topic/rcar' into spi-next
parents
cc939939
eb51cffa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
Documentation/devicetree/bindings/spi/sh-msiof.txt
Documentation/devicetree/bindings/spi/sh-msiof.txt
+1
-0
drivers/spi/spi-sh-msiof.c
drivers/spi/spi-sh-msiof.c
+1
-0
No files found.
Documentation/devicetree/bindings/spi/sh-msiof.txt
View file @
9b12be63
...
@@ -10,6 +10,7 @@ Required properties:
...
@@ -10,6 +10,7 @@ Required properties:
"renesas,msiof-r8a7792" (R-Car V2H)
"renesas,msiof-r8a7792" (R-Car V2H)
"renesas,msiof-r8a7793" (R-Car M2-N)
"renesas,msiof-r8a7793" (R-Car M2-N)
"renesas,msiof-r8a7794" (R-Car E2)
"renesas,msiof-r8a7794" (R-Car E2)
"renesas,msiof-r8a7796" (R-Car M3-W)
"renesas,msiof-sh73a0" (SH-Mobile AG5)
"renesas,msiof-sh73a0" (SH-Mobile AG5)
- reg : A list of offsets and lengths of the register sets for
- reg : A list of offsets and lengths of the register sets for
the device.
the device.
...
...
drivers/spi/spi-sh-msiof.c
View file @
9b12be63
...
@@ -980,6 +980,7 @@ static const struct of_device_id sh_msiof_match[] = {
...
@@ -980,6 +980,7 @@ static const struct of_device_id sh_msiof_match[] = {
{
.
compatible
=
"renesas,msiof-r8a7792"
,
.
data
=
&
r8a779x_data
},
{
.
compatible
=
"renesas,msiof-r8a7792"
,
.
data
=
&
r8a779x_data
},
{
.
compatible
=
"renesas,msiof-r8a7793"
,
.
data
=
&
r8a779x_data
},
{
.
compatible
=
"renesas,msiof-r8a7793"
,
.
data
=
&
r8a779x_data
},
{
.
compatible
=
"renesas,msiof-r8a7794"
,
.
data
=
&
r8a779x_data
},
{
.
compatible
=
"renesas,msiof-r8a7794"
,
.
data
=
&
r8a779x_data
},
{
.
compatible
=
"renesas,msiof-r8a7796"
,
.
data
=
&
r8a779x_data
},
{},
{},
};
};
MODULE_DEVICE_TABLE
(
of
,
sh_msiof_match
);
MODULE_DEVICE_TABLE
(
of
,
sh_msiof_match
);
...
...
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