Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1259,7 +1259,7 @@
			};

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

+1 −1
Original line number Diff line number Diff line
@@ -1268,7 +1268,7 @@
			};

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