Message ID | 20200708074035.31595-1-luca@lucaceresoli.net (mailing list archive) |
---|---|
State | Awaiting Upstream, archived |
Headers | show |
Series | [v2,1/4] dt-bindings: clk: versaclock5: fix 'idt' prefix typos | expand |
Hi, On 08/07/20 09:40, Luca Ceresoli wrote: > 'idt' is misspelled 'itd' in a few places, fix it. > > Fixes: 34662f6e3084 ("dt: Add additional option bindings for IDT VersaClock") This line triggers a warning in patchwork: WARNING: Unknown commit id '34662f6e3084', maybe rebased or not pulled? The commit is in the clk-next branch of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git, and thus supposed to be merged into mainline.
On Wed, 08 Jul 2020 09:40:32 +0200, Luca Ceresoli wrote: > '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> > --- > Documentation/devicetree/bindings/clock/idt,versaclock5.txt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Reviewed-by: Rob Herring <robh@kernel.org>
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>; };
'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> --- Documentation/devicetree/bindings/clock/idt,versaclock5.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)