Skip to content

Commit

Permalink
ARM: at91/dt: sama5: update rstc to correct compatible string
Browse files Browse the repository at this point in the history
They'll use "atmel,sama5d3-rstc" for reset function.

Signed-off-by: Josh Wu <josh.wu@atmel.com>
Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
[nicolas.ferre@atmel.com: add the old compatible string as a fallback]
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
  • Loading branch information
Josh Wu authored and Nicolas Ferre committed Jul 30, 2015
1 parent 917cdc5 commit ff02e48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/sama5d3.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -1259,7 +1259,7 @@
};

rstc@fffffe00 {
compatible = "atmel,at91sam9g45-rstc";
compatible = "atmel,sama5d3-rstc", "atmel,at91sam9g45-rstc";
reg = <0xfffffe00 0x10>;
};

Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/sama5d4.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -1268,7 +1268,7 @@
};

rstc@fc068600 {
compatible = "atmel,at91sam9g45-rstc";
compatible = "atmel,sama5d3-rstc", "atmel,at91sam9g45-rstc";
reg = <0xfc068600 0x10>;
};

Expand Down

0 comments on commit ff02e48

Please sign in to comment.