Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: rtc: sun6i: Add compatible for H6 RTC

RTC on H6 is similar to the one on H5 SoC, but incompatible in small
details. See the driver for description of differences. For example
H6 RTC needs to enable the external low speed oscillator. Add new
compatible for this RTC.

Signed-off-by: Ondrej Jirman <megous@megous.com>
Link: https://lore.kernel.org/r/20190820151934.3860-2-megous@megous.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>

authored by

Ondrej Jirman and committed by
Alexandre Belloni
903e259f 7b0b551d

+13
+13
Documentation/devicetree/bindings/rtc/allwinner,sun6i-a31-rtc.yaml
··· 25 25 - items: 26 26 - const: allwinner,sun50i-a64-rtc 27 27 - const: allwinner,sun8i-h3-rtc 28 + - const: allwinner,sun50i-h6-rtc 28 29 29 30 reg: 30 31 maxItems: 1 ··· 86 85 enum: 87 86 - allwinner,sun8i-h3-rtc 88 87 - allwinner,sun50i-h5-rtc 88 + 89 + then: 90 + properties: 91 + clock-output-names: 92 + minItems: 3 93 + maxItems: 3 94 + 95 + - if: 96 + properties: 97 + compatible: 98 + contains: 99 + const: allwinner,sun50i-h6-rtc 89 100 90 101 then: 91 102 properties: