* [PATCH v2] clk: Revise help text for clk_get_parent_rate()
@ 2024-05-03 7:20 Alexander Dahl
2024-08-02 0:24 ` Tom Rini
0 siblings, 1 reply; 2+ messages in thread
From: Alexander Dahl @ 2024-05-03 7:20 UTC (permalink / raw)
To: u-boot; +Cc: Tom Rini, Sean Anderson, Lukasz Majewski, Peng Fan
The function returns the rate of the parent clock, the previous text
made no sense at all.
Fixes: 4aa78300a025 ("dm: clk: Define clk_get_parent_rate() for clk operations")
Signed-off-by: Alexander Dahl <ada@thorsis.com>
Reviewed-by: Sean Anderson <seanga2@gmail.com>
---
Notes:
v2:
- Collected tags
include/clk.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/clk.h b/include/clk.h
index af23e4f3475..045e923a529 100644
--- a/include/clk.h
+++ b/include/clk.h
@@ -444,7 +444,7 @@ ulong clk_get_rate(struct clk *clk);
struct clk *clk_get_parent(struct clk *clk);
/**
- * clk_get_parent_rate() - Get parent of current clock rate.
+ * clk_get_parent_rate() - Get rate of current clock's parent.
* @clk: A clock struct that was previously successfully requested by
* clk_request/get_by_*().
*
base-commit: c92d48f8b2909d08584f17612a23d959467f14b8
--
2.39.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-08-02 0:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-03 7:20 [PATCH v2] clk: Revise help text for clk_get_parent_rate() Alexander Dahl
2024-08-02 0:24 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox