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
b7541a95
Commit
b7541a95
authored
Jul 04, 2012
by
Pawel Moll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ARM: vexpress: Add missing SP804 interrupt in motherboard's DTS files
Signed-off-by:
Pawel Moll
<
pawel.moll@arm.com
>
parent
d1b8a775
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
arch/arm/boot/dts/vexpress-v2m-rs1.dtsi
arch/arm/boot/dts/vexpress-v2m-rs1.dtsi
+1
-0
arch/arm/boot/dts/vexpress-v2m.dtsi
arch/arm/boot/dts/vexpress-v2m.dtsi
+1
-0
No files found.
arch/arm/boot/dts/vexpress-v2m-rs1.dtsi
View file @
b7541a95
...
@@ -157,6 +157,7 @@ v2m_timer01: timer@110000 {
...
@@ -157,6 +157,7 @@ v2m_timer01: timer@110000 {
v2m_timer23: timer@120000 {
v2m_timer23: timer@120000 {
compatible = "arm,sp804", "arm,primecell";
compatible = "arm,sp804", "arm,primecell";
reg = <0x120000 0x1000>;
reg = <0x120000 0x1000>;
interrupts = <3>;
};
};
/* DVI I2C bus */
/* DVI I2C bus */
...
...
arch/arm/boot/dts/vexpress-v2m.dtsi
View file @
b7541a95
...
@@ -156,6 +156,7 @@ v2m_timer01: timer@11000 {
...
@@ -156,6 +156,7 @@ v2m_timer01: timer@11000 {
v2m_timer23: timer@12000 {
v2m_timer23: timer@12000 {
compatible = "arm,sp804", "arm,primecell";
compatible = "arm,sp804", "arm,primecell";
reg = <0x12000 0x1000>;
reg = <0x12000 0x1000>;
interrupts = <3>;
};
};
/* DVI I2C bus */
/* DVI I2C bus */
...
...
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