From: Ondrej Jirman <megous@xxxxxxxxxx> I went through the datasheets for H6 and H5, and compared the differences. RTCs are largely similar, but not entirely compatible. Incompatibilities are in details not yet implemented by the rtc driver though. I also corrected the clock tree in H6 DTSI. This patchset is necessary for implementing the WiFi/Bluetooth support on boards using H6 SoC. There was some discussion previously of describing HOSC, DCXO and XO oscillators and clocks as part of RTC in DT, but I decided against it because it's not necessary, becuse information that would be provided as a part of DT can already be determined at runtime from RTC registers, so this woudn't add any value and would only introduce complications to the driver. See: https://patchwork.kernel.org/cover/10898083/ Please take a look. Thank you and regards, Ondrej Jirman Changes in v2: - bindings converted to yaml - added reviewed by tags Ondrej Jirman (3): dt-bindings: Add compatible for H6 RTC rtc: sun6i: Add support for H6 RTC arm64: dts: sun50i-h6: Add support for RTC and fix the clock tree .../bindings/rtc/allwinner,sun6i-a31-rtc.yaml | 13 ++++++ arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi | 30 +++++++------- drivers/rtc/rtc-sun6i.c | 40 ++++++++++++++++++- 3 files changed, 67 insertions(+), 16 deletions(-) -- 2.22.1