diff mbox series

[v3,1/4] dt-bindings: clk: versaclock5: fix 'idt' prefix typos

Message ID 20200721164655.422-1-luca@lucaceresoli.net
State Not Applicable, archived
Headers show
Series [v3,1/4] dt-bindings: clk: versaclock5: fix 'idt' prefix typos | expand

Checks

Context Check Description
robh/checkpatch warning total: 0 errors, 1 warnings, 16 lines checked

Commit Message

Luca Ceresoli July 21, 2020, 4:46 p.m. UTC
'idt' is misspelled 'itd' in a few places, fix it.

Fixes: 34662f6e3084 ("dt: Add additional option bindings for IDT VersaClock")
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Reviewed-by: Rob Herring <robh@kernel.org>

---

Changes in v3: add Reviewed-by: Rob Herring <robh@kernel.org>
---
 Documentation/devicetree/bindings/clock/idt,versaclock5.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Stephen Boyd July 23, 2020, 1:49 a.m. UTC | #1
Quoting Luca Ceresoli (2020-07-21 09:46:52)
> 'idt' is misspelled 'itd' in a few places, fix it.
> 
> Fixes: 34662f6e3084 ("dt: Add additional option bindings for IDT VersaClock")
> Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
> Reviewed-by: Rob Herring <robh@kernel.org>
> 
> ---

Please use a cover-letter for multi-patch series.
Luca Ceresoli July 23, 2020, 7:52 a.m. UTC | #2
Hi,

On 23/07/20 03:49, Stephen Boyd wrote:
> Quoting Luca Ceresoli (2020-07-21 09:46:52)
>> 'idt' is misspelled 'itd' in a few places, fix it.
>>
>> Fixes: 34662f6e3084 ("dt: Add additional option bindings for IDT VersaClock")
>> Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
>> Reviewed-by: Rob Herring <robh@kernel.org>
>>
>> ---
> 
> Please use a cover-letter for multi-patch series.

Just sent v4 with a cover letter and marked this series as superseded in
patchwork. I've also split out patch 3/4 and sent it separately as it is
orthogonal to the rest of the series.
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/clock/idt,versaclock5.txt b/Documentation/devicetree/bindings/clock/idt,versaclock5.txt
index 6165b6ddb1a9..9656d4cf221c 100644
--- a/Documentation/devicetree/bindings/clock/idt,versaclock5.txt
+++ b/Documentation/devicetree/bindings/clock/idt,versaclock5.txt
@@ -35,7 +35,7 @@  For all output ports, a corresponding, optional child node named OUT1,
 OUT2, etc. can represent a each output, and the node can be used to
 specify the following:
 
-- itd,mode: can be one of the following:
+- idt,mode: can be one of the following:
                  - VC5_LVPECL
                  - VC5_CMOS
                  - VC5_HCSL33
@@ -106,7 +106,7 @@  i2c-master-node {
 		clock-names = "xin";
 
 		OUT1 {
-			itd,mode = <VC5_CMOS>;
+			idt,mode = <VC5_CMOS>;
 			idt,voltage-microvolts = <1800000>;
 			idt,slew-percent = <80>;
 		};