Thread (6 messages) 6 messages, 1 author, 2021-04-08
STALE1927d
Revisions (5)
  1. v10 [diff vs current]
  2. v11 current
  3. v12 [diff vs current]
  4. v13 [diff vs current]
  5. v14 [diff vs current]

[PATCH v11 3/5] clk: clocking-wizard: Rename nr-outputs to xlnx,nr-outputs

From: Shubhrajyoti Datta <hidden>
Date: 2021-04-08 12:59:26
Also in: linux-clk
Subsystem: common clk framework, the rest · Maintainers: Michael Turquette, Stephen Boyd, Linus Torvalds

Rename nr-outputs to xlnx,output.

Signed-off-by: Shubhrajyoti Datta <redacted>
---
v11:
new patch

 drivers/clk/clk-xlnx-clock-wizard.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/clk/clk-xlnx-clock-wizard.c b/drivers/clk/clk-xlnx-clock-wizard.c
index ec377f0..1e0818e 100644
--- a/drivers/clk/clk-xlnx-clock-wizard.c
+++ b/drivers/clk/clk-xlnx-clock-wizard.c
@@ -480,7 +480,7 @@ static int clk_wzrd_probe(struct platform_device *pdev)
 		goto err_disable_clk;
 	}
 
-	ret = of_property_read_u32(np, "nr-outputs", &nr_outputs);
+	ret = of_property_read_u32(np, "xlnx,nr-outputs", &nr_outputs);
 	if (ret || nr_outputs > WZRD_NUM_OUTPUTS) {
 		ret = -EINVAL;
 		goto err_disable_clk;
-- 
2.1.1
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help