ARM: at91/dt: sama5d4: fix the timer reg length
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>
This commit is contained in:
parent
97bf6af1f9
commit
0068b2e1b7
1 changed files with 1 additions and 1 deletions
|
@ -1008,7 +1008,7 @@
|
||||||
|
|
||||||
pit: timer@fc068630 {
|
pit: timer@fc068630 {
|
||||||
compatible = "atmel,at91sam9260-pit";
|
compatible = "atmel,at91sam9260-pit";
|
||||||
reg = <0xfc068630 0xf>;
|
reg = <0xfc068630 0x10>;
|
||||||
interrupts = <3 IRQ_TYPE_LEVEL_HIGH 5>;
|
interrupts = <3 IRQ_TYPE_LEVEL_HIGH 5>;
|
||||||
clocks = <&h32ck>;
|
clocks = <&h32ck>;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue