Skip to content

Commit 3ba72c3

Browse files
lucaceresolibebarino
authored andcommitted
dt-bindings: clk: versaclock5: fix 'idt' prefix typos
'idt' is misspelled 'itd' in a few places, fix it. Fixes: 34662f6 ("dt: Add additional option bindings for IDT VersaClock") Signed-off-by: Luca Ceresoli <[email protected]> Reviewed-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
1 parent faf2933 commit 3ba72c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/devicetree/bindings/clock/idt,versaclock5.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ For all output ports, a corresponding, optional child node named OUT1,
3535
OUT2, etc. can represent a each output, and the node can be used to
3636
specify the following:
3737

38-
- itd,mode: can be one of the following:
38+
- idt,mode: can be one of the following:
3939
- VC5_LVPECL
4040
- VC5_CMOS
4141
- VC5_HCSL33
@@ -106,7 +106,7 @@ i2c-master-node {
106106
clock-names = "xin";
107107

108108
OUT1 {
109-
itd,mode = <VC5_CMOS>;
109+
idt,mode = <VC5_CMOS>;
110110
idt,voltage-microvolts = <1800000>;
111111
idt,slew-percent = <80>;
112112
};

0 commit comments

Comments
 (0)