* [PATCH] clk: fixed-factor: Fix device-tree binding typo
@ 2013-09-25 19:10 Ezequiel Garcia
2013-11-27 19:53 ` Mike Turquette
0 siblings, 1 reply; 2+ messages in thread
From: Ezequiel Garcia @ 2013-09-25 19:10 UTC (permalink / raw)
To: linux-arm-kernel
The required properties are not named "div" and "mult",
but rather "clock-div" and "clock-mult".
Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
---
Documentation/devicetree/bindings/clock/fixed-factor-clock.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/devicetree/bindings/clock/fixed-factor-clock.txt b/Documentation/devicetree/bindings/clock/fixed-factor-clock.txt
index 5757f9a..1bae8527 100644
--- a/Documentation/devicetree/bindings/clock/fixed-factor-clock.txt
+++ b/Documentation/devicetree/bindings/clock/fixed-factor-clock.txt
@@ -19,6 +19,6 @@ Example:
compatible = "fixed-factor-clock";
clocks = <&parentclk>;
#clock-cells = <0>;
- div = <2>;
- mult = <1>;
+ clock-div = <2>;
+ clock-mult = <1>;
};
--
1.8.1.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] clk: fixed-factor: Fix device-tree binding typo
2013-09-25 19:10 [PATCH] clk: fixed-factor: Fix device-tree binding typo Ezequiel Garcia
@ 2013-11-27 19:53 ` Mike Turquette
0 siblings, 0 replies; 2+ messages in thread
From: Mike Turquette @ 2013-11-27 19:53 UTC (permalink / raw)
To: linux-arm-kernel
Quoting Ezequiel Garcia (2013-09-25 12:10:18)
> The required properties are not named "div" and "mult",
> but rather "clock-div" and "clock-mult".
>
> Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Taken into clk-next.
Thanks,
Mike
> ---
> Documentation/devicetree/bindings/clock/fixed-factor-clock.txt | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/clock/fixed-factor-clock.txt b/Documentation/devicetree/bindings/clock/fixed-factor-clock.txt
> index 5757f9a..1bae8527 100644
> --- a/Documentation/devicetree/bindings/clock/fixed-factor-clock.txt
> +++ b/Documentation/devicetree/bindings/clock/fixed-factor-clock.txt
> @@ -19,6 +19,6 @@ Example:
> compatible = "fixed-factor-clock";
> clocks = <&parentclk>;
> #clock-cells = <0>;
> - div = <2>;
> - mult = <1>;
> + clock-div = <2>;
> + clock-mult = <1>;
> };
> --
> 1.8.1.5
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-11-27 19:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-25 19:10 [PATCH] clk: fixed-factor: Fix device-tree binding typo Ezequiel Garcia
2013-11-27 19:53 ` Mike Turquette
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox