mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-20 14:27:36 +07:00
ARM: dts: at91: sama5d2: use correct rtc compatible
Use the sama5d2 specific compatible string for the RTC. Link: https://lore.kernel.org/r/20191229204421.337612-8-alexandre.belloni@bootlin.com Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
This commit is contained in:
parent
4d8353bd0d
commit
bb50297665
@ -695,7 +695,7 @@ clk32k: sckc@f8048050 {
|
|||||||
};
|
};
|
||||||
|
|
||||||
rtc: rtc@f80480b0 {
|
rtc: rtc@f80480b0 {
|
||||||
compatible = "atmel,at91rm9200-rtc";
|
compatible = "atmel,sama5d2-rtc";
|
||||||
reg = <0xf80480b0 0x30>;
|
reg = <0xf80480b0 0x30>;
|
||||||
interrupts = <74 IRQ_TYPE_LEVEL_HIGH 7>;
|
interrupts = <74 IRQ_TYPE_LEVEL_HIGH 7>;
|
||||||
clocks = <&clk32k>;
|
clocks = <&clk32k>;
|
||||||
|
Loading…
Reference in New Issue
Block a user