提交 903e259f 编写于 作者: O Ondrej Jirman 提交者: Alexandre Belloni

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: NOndrej Jirman <megous@megous.com>
Link: https://lore.kernel.org/r/20190820151934.3860-2-megous@megous.comSigned-off-by: NAlexandre Belloni <alexandre.belloni@bootlin.com>
上级 7b0b551d
...@@ -25,6 +25,7 @@ properties: ...@@ -25,6 +25,7 @@ properties:
- items: - items:
- const: allwinner,sun50i-a64-rtc - const: allwinner,sun50i-a64-rtc
- const: allwinner,sun8i-h3-rtc - const: allwinner,sun8i-h3-rtc
- const: allwinner,sun50i-h6-rtc
reg: reg:
maxItems: 1 maxItems: 1
...@@ -92,6 +93,18 @@ allOf: ...@@ -92,6 +93,18 @@ allOf:
minItems: 3 minItems: 3
maxItems: 3 maxItems: 3
- if:
properties:
compatible:
contains:
const: allwinner,sun50i-h6-rtc
then:
properties:
clock-output-names:
minItems: 3
maxItems: 3
- if: - if:
properties: properties:
compatible: compatible:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册