clk: clocking-wizard: Rename nr-outputs to xlnx,nr-outputs
authorShubhrajyoti Datta <shubhrajyoti.datta@xilinx.com>
Mon, 11 Apr 2022 10:04:41 +0000 (15:34 +0530)
committerStephen Boyd <sboyd@kernel.org>
Tue, 23 Aug 2022 02:07:13 +0000 (19:07 -0700)
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>
drivers/clk/xilinx/clk-xlnx-clock-wizard.c

index ec377f0d569b81a8531fecdf9993dc70a1d68e02..1e0818eb04352a71364e27103cf5c44162650d8d 100644 (file)
@@ -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;