aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Wu <josh.wu@atmel.com>2015-07-20 05:32:06 -0400
committerNicolas Ferre <nicolas.ferre@atmel.com>2015-07-30 12:44:31 -0400
commitff02e485486225a21e4679d94d5a869d5eae1df2 (patch)
tree5ad7553c62b49136b9a7133013357c26f9beebd7
parent917cdc5f7305c753ed6e58d7e87d25ba023f18b4 (diff)
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>
-rw-r--r--arch/arm/boot/dts/sama5d3.dtsi2
-rw-r--r--arch/arm/boot/dts/sama5d4.dtsi2
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/sama5d3.dtsi b/arch/arm/boot/dts/sama5d3.dtsi
index 9e2444b07bce..81ced62cedaf 100644
--- a/arch/arm/boot/dts/sama5d3.dtsi
+++ b/arch/arm/boot/dts/sama5d3.dtsi
@@ -1259,7 +1259,7 @@
1259 }; 1259 };
1260 1260
1261 rstc@fffffe00 { 1261 rstc@fffffe00 {
1262 compatible = "atmel,at91sam9g45-rstc"; 1262 compatible = "atmel,sama5d3-rstc", "atmel,at91sam9g45-rstc";
1263 reg = <0xfffffe00 0x10>; 1263 reg = <0xfffffe00 0x10>;
1264 }; 1264 };
1265 1265
diff --git a/arch/arm/boot/dts/sama5d4.dtsi b/arch/arm/boot/dts/sama5d4.dtsi
index 261b6acb7655..1fa8b3611a03 100644
--- a/arch/arm/boot/dts/sama5d4.dtsi
+++ b/arch/arm/boot/dts/sama5d4.dtsi
@@ -1268,7 +1268,7 @@
1268 }; 1268 };
1269 1269
1270 rstc@fc068600 { 1270 rstc@fc068600 {
1271 compatible = "atmel,at91sam9g45-rstc"; 1271 compatible = "atmel,sama5d3-rstc", "atmel,at91sam9g45-rstc";
1272 reg = <0xfc068600 0x10>; 1272 reg = <0xfc068600 0x10>;
1273 }; 1273 };
1274 1274