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
5ade7e42
Commit
5ade7e42
authored
May 14, 2013
by
Nicolas Ferre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ARM: at91/trivial: typo in GEM compatible string
Signed-off-by:
Nicolas Ferre
<
nicolas.ferre@atmel.com
>
parent
9349d00f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Documentation/devicetree/bindings/net/macb.txt
Documentation/devicetree/bindings/net/macb.txt
+1
-1
arch/arm/boot/dts/sama5d3.dtsi
arch/arm/boot/dts/sama5d3.dtsi
+1
-1
No files found.
Documentation/devicetree/bindings/net/macb.txt
View file @
5ade7e42
...
@@ -4,7 +4,7 @@ Required properties:
...
@@ -4,7 +4,7 @@ Required properties:
- compatible: Should be "cdns,[<chip>-]{macb|gem}"
- compatible: Should be "cdns,[<chip>-]{macb|gem}"
Use "cdns,at91sam9260-macb" Atmel at91sam9260 and at91sam9263 SoCs.
Use "cdns,at91sam9260-macb" Atmel at91sam9260 and at91sam9263 SoCs.
Use "cdns,at32ap7000-macb" for other 10/100 usage or use the generic form: "cdns,macb".
Use "cdns,at32ap7000-macb" for other 10/100 usage or use the generic form: "cdns,macb".
Use "c
nd
s,pc302-gem" for Picochip picoXcell pc302 and later devices based on
Use "c
dn
s,pc302-gem" for Picochip picoXcell pc302 and later devices based on
the Cadence GEM, or the generic form: "cdns,gem".
the Cadence GEM, or the generic form: "cdns,gem".
- reg: Address and length of the register set for the device
- reg: Address and length of the register set for the device
- interrupts: Should contain macb interrupt
- interrupts: Should contain macb interrupt
...
...
arch/arm/boot/dts/sama5d3.dtsi
View file @
5ade7e42
...
@@ -156,7 +156,7 @@ usart1: serial@f0020000 {
...
@@ -156,7 +156,7 @@ usart1: serial@f0020000 {
};
};
macb0
:
ethernet
@
f0028000
{
macb0
:
ethernet
@
f0028000
{
compatible
=
"c
nd
s,pc302-gem"
,
"cdns,gem"
;
compatible
=
"c
dn
s,pc302-gem"
,
"cdns,gem"
;
reg
=
<
0xf0028000
0x100
>;
reg
=
<
0xf0028000
0x100
>;
interrupts
=
<
34
4
3
>;
interrupts
=
<
34
4
3
>;
pinctrl
-
names
=
"default"
;
pinctrl
-
names
=
"default"
;
...
...
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