]> git.baikalelectronics.ru Git - kernel.git/commit
clk: vc5: Use "idt,voltage-microvolt" instead of "idt,voltage-microvolts"
authorGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 18 Dec 2020 12:52:53 +0000 (13:52 +0100)
committerStephen Boyd <sboyd@kernel.org>
Sun, 20 Dec 2020 00:08:51 +0000 (16:08 -0800)
commit34e7f76aff444bba48705aa25748f2b0bbe7eb03
tree4cd018c88092b23ae330b7015a54ac23beeda980
parenta1fe7c755400af92f0070a66f48f00b659aeacac
clk: vc5: Use "idt,voltage-microvolt" instead of "idt,voltage-microvolts"

Commit c18be6e17a9773c9 ("dt-bindings: clk: versaclock5: convert to
yaml") accidentally changed "idt,voltage-microvolts" to
"idt,voltage-microvolt" in the DT bindings, while the driver still used
the former.

Update the driver to match the bindings, as
Documentation/devicetree/bindings/property-units.txt actually recommends
using "microvolt".

Fixes: 3bf579674fef1985 ("clk: vc5: Enable addition output configurations of the Versaclock")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20201218125253.3815567-1-geert+renesas@glider.be
Reviewed-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/clk-versaclock5.c