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
deb95c59
Commit
deb95c59
authored
Nov 28, 2017
by
Joel Stanley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ARM: dts: aspeed: Add MAC clocks
Signed-off-by:
Joel Stanley
<
joel@jms.id.au
>
parent
bb8155ad
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
arch/arm/boot/dts/aspeed-g4.dtsi
arch/arm/boot/dts/aspeed-g4.dtsi
+2
-0
arch/arm/boot/dts/aspeed-g5.dtsi
arch/arm/boot/dts/aspeed-g5.dtsi
+2
-0
No files found.
arch/arm/boot/dts/aspeed-g4.dtsi
View file @
deb95c59
...
...
@@ -90,6 +90,7 @@ mac0: ethernet@1e660000 {
compatible
=
"aspeed,ast2400-mac"
,
"faraday,ftgmac100"
;
reg
=
<
0x1e660000
0x180
>;
interrupts
=
<
2
>;
clocks
=
<&
syscon
ASPEED_CLK_GATE_MAC1CLK
>;
status
=
"disabled"
;
};
...
...
@@ -97,6 +98,7 @@ mac1: ethernet@1e680000 {
compatible
=
"aspeed,ast2400-mac"
,
"faraday,ftgmac100"
;
reg
=
<
0x1e680000
0x180
>;
interrupts
=
<
3
>;
clocks
=
<&
syscon
ASPEED_CLK_GATE_MAC2CLK
>;
status
=
"disabled"
;
};
...
...
arch/arm/boot/dts/aspeed-g5.dtsi
View file @
deb95c59
...
...
@@ -124,6 +124,7 @@ mac0: ethernet@1e660000 {
compatible
=
"aspeed,ast2500-mac"
,
"faraday,ftgmac100"
;
reg
=
<
0x1e660000
0x180
>;
interrupts
=
<
2
>;
clocks
=
<&
syscon
ASPEED_CLK_GATE_MAC1CLK
>;
status
=
"disabled"
;
};
...
...
@@ -131,6 +132,7 @@ mac1: ethernet@1e680000 {
compatible
=
"aspeed,ast2500-mac"
,
"faraday,ftgmac100"
;
reg
=
<
0x1e680000
0x180
>;
interrupts
=
<
3
>;
clocks
=
<&
syscon
ASPEED_CLK_GATE_MAC2CLK
>;
status
=
"disabled"
;
};
...
...
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