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

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>
This commit is contained in:
Josh Wu 2015-07-20 17:32:06 +08:00 committed by Nicolas Ferre
parent 917cdc5f73
commit ff02e48548
2 changed files with 2 additions and 2 deletions

View File

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

View File

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