Re: [PATCH] devicetree: bindings: clock: Minor typo fix in the file armada3700-tbg-clock.txt
From: Randy Dunlap <hidden>
Date: 2021-03-17 17:33:41
Also in:
linux-clk, lkml
From: Randy Dunlap <hidden>
Date: 2021-03-17 17:33:41
Also in:
linux-clk, lkml
On 3/17/21 3:08 AM, Bhaskar Chowdhury wrote:
s/provde/provide/ Signed-off-by: Bhaskar Chowdhury <redacted>
Bhaskar, Did you send this one to "robh+dt@kernel.org"? AFAICT, it was sent to "dt@kernel.org", which bounces. If you used "robh+dt@kernel.org", it appears that 'get send-email' has a problem with that. thanks.
--- .../devicetree/bindings/clock/armada3700-tbg-clock.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)diff --git a/Documentation/devicetree/bindings/clock/armada3700-tbg-clock.txt b/Documentation/devicetree/bindings/clock/armada3700-tbg-clock.txt index 0ba1d83ff363..ed1df32c577a 100644 --- a/Documentation/devicetree/bindings/clock/armada3700-tbg-clock.txt +++ b/Documentation/devicetree/bindings/clock/armada3700-tbg-clock.txt@@ -1,6 +1,6 @@ * Time Base Generator Clock bindings for Marvell Armada 37xx SoCs -Marvell Armada 37xx SoCs provde Time Base Generator clocks which are +Marvell Armada 37xx SoCs provide Time Base Generator clocks which are used as parent clocks for the peripheral clocks. The TBG clock consumer should specify the desired clock by having the --
-- ~Randy