projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97bf6af
)
ARM: at91/dt: sama5d4: fix the timer reg length
author
Bo Shen
<voice.shen@atmel.com>
Thu, 11 Dec 2014 02:54:33 +0000
(10:54 +0800)
committer
Nicolas Ferre
<nicolas.ferre@atmel.com>
Mon, 12 Jan 2015 11:04:12 +0000
(12:04 +0100)
The second property of reg is the length, so correct it for timer.
Signed-off-by: Bo Shen <voice.shen@atmel.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
arch/arm/boot/dts/sama5d4.dtsi
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/sama5d4.dtsi
b/arch/arm/boot/dts/sama5d4.dtsi
index 1b0f30c2c4a58d907aafd9d54e80d11e80d5722c..b94995d1889fc3ca780d69ac79a9c3be53620189 100644
(file)
--- a/
arch/arm/boot/dts/sama5d4.dtsi
+++ b/
arch/arm/boot/dts/sama5d4.dtsi
@@
-1008,7
+1008,7
@@
pit: timer@fc068630 {
compatible = "atmel,at91sam9260-pit";
- reg = <0xfc068630 0x
f
>;
+ reg = <0xfc068630 0x
10
>;
interrupts = <3 IRQ_TYPE_LEVEL_HIGH 5>;
clocks = <&h32ck>;
};