Commit 787ddddc authored by Shubhrajyoti Datta's avatar Shubhrajyoti Datta Committed by Stephen Boyd
Browse files

clk: clocking-wizard: Rename nr-outputs to xlnx,nr-outputs

parent c822490f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;