Skip to content

Commit

Permalink
ARM: at91: fix sama5d3 pmc reg
Browse files Browse the repository at this point in the history
we more registre than 0x100 the last one is PMC_OCR at offset 0x110

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]>
  • Loading branch information
plagnioj authored and ldesroches committed Jan 30, 2013
1 parent 1d0cbcd commit 6fe0792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/sama5d3.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,7 @@

pmc: pmc@fffffc00 {
compatible = "atmel,at91rm9200-pmc";
reg = <0xfffffc00 0x100>;
reg = <0xfffffc00 0x120>;
};

rstc@fffffe00 {
Expand Down

0 comments on commit 6fe0792

Please sign in to comment.