Commit ff02e485 authored by Josh Wu's avatar Josh Wu Committed by Nicolas Ferre

ARM: at91/dt: sama5: update rstc to correct compatible string

They'll use "atmel,sama5d3-rstc" for reset function.
Signed-off-by: default avatarJosh Wu <josh.wu@atmel.com>
Acked-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
[nicolas.ferre@atmel.com: add the old compatible string as a fallback]
Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
parent 917cdc5f
...@@ -1259,7 +1259,7 @@ mpddr_clk: mpddr_clk { ...@@ -1259,7 +1259,7 @@ mpddr_clk: mpddr_clk {
}; };
rstc@fffffe00 { rstc@fffffe00 {
compatible = "atmel,at91sam9g45-rstc"; compatible = "atmel,sama5d3-rstc", "atmel,at91sam9g45-rstc";
reg = <0xfffffe00 0x10>; reg = <0xfffffe00 0x10>;
}; };
......
...@@ -1268,7 +1268,7 @@ sha@fc050000 { ...@@ -1268,7 +1268,7 @@ sha@fc050000 {
}; };
rstc@fc068600 { rstc@fc068600 {
compatible = "atmel,at91sam9g45-rstc"; compatible = "atmel,sama5d3-rstc", "atmel,at91sam9g45-rstc";
reg = <0xfc068600 0x10>; reg = <0xfc068600 0x10>;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment