Commit 5ce728fa authored by Ansuel Smith's avatar Ansuel Smith Committed by Stephen Boyd
Browse files

ipq806x: gcc: add support for child probe



Add support for child probing needed for tsens driver that share the
same regs of gcc for this platform.

Signed-off-by: default avatarAnsuel Smith <ansuelsmth@gmail.com>
Reviewed-by: default avatarAmit Kucheria <amit.kucheria@linaro.org>
Link: https://lore.kernel.org/r/20200716022817.30439-2-ansuelsmth@gmail.com


Signed-off-by: default avatarStephen Boyd <sboyd@kernel.org>
parent 8607fa16
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3089,7 +3089,7 @@ static int gcc_ipq806x_probe(struct platform_device *pdev)
	regmap_write(regmap, 0x3cf8, 8);
	regmap_write(regmap, 0x3d18, 8);

	return 0;
	return of_platform_populate(pdev->dev.of_node, NULL, NULL, &pdev->dev);
}

static struct platform_driver gcc_ipq806x_driver = {