ARM: dts: sun8i: r40: Change the RTC compatible
Unlike what's being reported in the device tree so far, the RTC in the R40 is quite different from the H3. Indeed it doesn't have the internal oscillator output, and it has only a single interrupt. Let's add a compatible for it. Acked-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
This commit is contained in:
Родитель
33e877f347
Коммит
913f36b624
|
@ -318,8 +318,7 @@
|
|||
};
|
||||
|
||||
rtc: rtc@1c20400 {
|
||||
compatible = "allwinner,sun8i-r40-rtc",
|
||||
"allwinner,sun8i-h3-rtc";
|
||||
compatible = "allwinner,sun8i-r40-rtc";
|
||||
reg = <0x01c20400 0x400>;
|
||||
interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clock-output-names = "osc32k", "osc32k-out";
|
||||
|
|
Загрузка…
Ссылка в новой задаче