projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3f442b
)
ARM: at91: at91sam9x5 RTC is not compatible with at91rm9200 one
author
Nicolas Ferre
<nicolas.ferre@atmel.com>
Thu, 18 Apr 2013 08:13:21 +0000
(10:13 +0200)
committer
Nicolas Ferre
<nicolas.ferre@atmel.com>
Fri, 31 May 2013 14:18:27 +0000
(16:18 +0200)
Due to a bug with RTC IMR, we cannot consider at91sam9x5 RTC compatible
with the previous one. Modify DT compatibility string, even if the driver
is not yet modified to take it into account.
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
arch/arm/boot/dts/at91sam9x5.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/at91sam9x5.dtsi
b/arch/arm/boot/dts/at91sam9x5.dtsi
index af91599488e9aa56aadd64f60ed52c921087a002..a127527048a551edb509de13c7880d9d95e1ece6 100644
(file)
--- a/
arch/arm/boot/dts/at91sam9x5.dtsi
+++ b/
arch/arm/boot/dts/at91sam9x5.dtsi
@@
-646,7
+646,7
@@
};
rtc@fffffeb0 {
- compatible = "atmel,at91
rm9200
-rtc";
+ compatible = "atmel,at91
sam9x5
-rtc";
reg = <0xfffffeb0 0x40>;
interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
status = "disabled";