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
b6e1a53b
Commit
b6e1a53b
authored
Mar 24, 2013
by
Maxime Ripard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ARM: sunxi: dt: Update timer compatible string
Signed-off-by:
Maxime Ripard
<
maxime.ripard@free-electrons.com
>
parent
69144e3b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
arch/arm/boot/dts/sun4i-a10.dtsi
arch/arm/boot/dts/sun4i-a10.dtsi
+1
-1
arch/arm/boot/dts/sun5i-a13.dtsi
arch/arm/boot/dts/sun5i-a13.dtsi
+1
-1
No files found.
arch/arm/boot/dts/sun4i-a10.dtsi
View file @
b6e1a53b
...
@@ -208,7 +208,7 @@ uart1_pins_a: uart1@0 {
...
@@ -208,7 +208,7 @@ uart1_pins_a: uart1@0 {
};
};
timer@01c20c00 {
timer@01c20c00 {
compatible = "allwinner,sun
x
i-timer";
compatible = "allwinner,sun
4
i-timer";
reg = <0x01c20c00 0x90>;
reg = <0x01c20c00 0x90>;
interrupts = <22>;
interrupts = <22>;
clocks = <&osc24M>;
clocks = <&osc24M>;
...
...
arch/arm/boot/dts/sun5i-a13.dtsi
View file @
b6e1a53b
...
@@ -202,7 +202,7 @@ uart1_pins_b: uart1@1 {
...
@@ -202,7 +202,7 @@ uart1_pins_b: uart1@1 {
};
};
timer@01c20c00 {
timer@01c20c00 {
compatible = "allwinner,sun
x
i-timer";
compatible = "allwinner,sun
4
i-timer";
reg = <0x01c20c00 0x90>;
reg = <0x01c20c00 0x90>;
interrupts = <22>;
interrupts = <22>;
clocks = <&osc24M>;
clocks = <&osc24M>;
...
...
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