提交 ff02e485 编写于 作者: J Josh Wu 提交者: Nicolas Ferre

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

They'll use "atmel,sama5d3-rstc" for reset function.
Signed-off-by: NJosh Wu <josh.wu@atmel.com>
Acked-by: NAlexandre Belloni <alexandre.belloni@free-electrons.com>
[nicolas.ferre@atmel.com: add the old compatible string as a fallback]
Signed-off-by: NNicolas Ferre <nicolas.ferre@atmel.com>
上级 917cdc5f
...@@ -1259,7 +1259,7 @@ ...@@ -1259,7 +1259,7 @@
}; };
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 @@ ...@@ -1268,7 +1268,7 @@
}; };
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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册