Skip to content

Commit 138f352

Browse files
bijudasalexandrebelloni
authored andcommitted
dt-bindings: rtc: isil,isl1208: Document clock and clock-names properties
As per the HW manual, XTOSCB bit setting is as follows If using an external clock signal, set the XTOSCB bit as 1 to disable the crystal oscillator. If using an external crystal, the XTOSCB bit needs to be set at 0 to enable the crystal oscillator. Document clock and clock-names properties. Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> Reviewed-by: Conor Dooley <conor.dooley@microchip.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/20230623140948.384762-6-biju.das.jz@bp.renesas.com Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
1 parent ac739ba commit 138f352

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Documentation/devicetree/bindings/rtc/isil,isl1208.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,17 @@ properties:
2525
reg:
2626
maxItems: 1
2727

28+
clocks:
29+
maxItems: 1
30+
31+
clock-names:
32+
description: |
33+
Use xin, if connected to an external crystal.
34+
Use clkin, if connected to an external clock signal.
35+
enum:
36+
- xin
37+
- clkin
38+
2839
interrupts:
2940
minItems: 1
3041
maxItems: 2

0 commit comments

Comments
 (0)