diff options
author | Josh Wu <josh.wu@atmel.com> | 2015-07-20 11:32:06 +0200 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-07-30 18:44:31 +0200 |
commit | ff02e485486225a21e4679d94d5a869d5eae1df2 (patch) | |
tree | 5ad7553c62b49136b9a7133013357c26f9beebd7 /arch/arm/boot/dts/sama5d3.dtsi | |
parent | ARM: at91/dt: add isi & ov2640 dt nodes for at91sam9m10g45ek board (diff) | |
download | linux-ff02e485486225a21e4679d94d5a869d5eae1df2.tar.xz linux-ff02e485486225a21e4679d94d5a869d5eae1df2.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/sama5d3.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sama5d3.dtsi | 2 |
1 files changed, 1 insertions, 1 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 @@ }; rstc@fffffe00 { - compatible = "atmel,at91sam9g45-rstc"; + compatible = "atmel,sama5d3-rstc", "atmel,at91sam9g45-rstc"; reg = <0xfffffe00 0x10>; }; |