Skip to content

Commit 787dddd

Browse files
Shubhrajyoti Dattabebarino
authored andcommitted
clk: clocking-wizard: Rename nr-outputs to xlnx,nr-outputs
Rename nr-outputs to xlnx,output. Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@xilinx.com> Link: https://lore.kernel.org/r/20220411100443.15132-4-shubhrajyoti.datta@xilinx.com Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
1 parent c822490 commit 787dddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clk/xilinx/clk-xlnx-clock-wizard.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ static int clk_wzrd_probe(struct platform_device *pdev)
480480
goto err_disable_clk;
481481
}
482482

483-
ret = of_property_read_u32(np, "nr-outputs", &nr_outputs);
483+
ret = of_property_read_u32(np, "xlnx,nr-outputs", &nr_outputs);
484484
if (ret || nr_outputs > WZRD_NUM_OUTPUTS) {
485485
ret = -EINVAL;
486486
goto err_disable_clk;

0 commit comments

Comments
 (0)