summaryrefslogtreecommitdiffstats
path: root/drivers/clk/qcom
diff options
context:
space:
mode:
authorAnsuel Smith <ansuelsmth@gmail.com>2020-07-16 04:28:10 +0200
committerStephen Boyd <sboyd@kernel.org>2020-07-21 00:10:21 -0700
commit5ce728fa78ddbef667fd757ad008d33e39e7312a (patch)
treed73b912fadbb6ab4ec7de435be8172de33a589ae /drivers/clk/qcom
parent8607fa169178a4a38f232612e036def96b5ecd1d (diff)
downloadlinux-stable-5ce728fa78ddbef667fd757ad008d33e39e7312a.tar.gz
linux-stable-5ce728fa78ddbef667fd757ad008d33e39e7312a.tar.bz2
linux-stable-5ce728fa78ddbef667fd757ad008d33e39e7312a.zip
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: Ansuel Smith <ansuelsmth@gmail.com> Reviewed-by: Amit Kucheria <amit.kucheria@linaro.org> Link: https://lore.kernel.org/r/20200716022817.30439-2-ansuelsmth@gmail.com Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/qcom')
-rw-r--r--drivers/clk/qcom/gcc-ipq806x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/qcom/gcc-ipq806x.c b/drivers/clk/qcom/gcc-ipq806x.c
index a8456e09c44d..d6b7adb4be38 100644
--- a/drivers/clk/qcom/gcc-ipq806x.c
+++ b/drivers/clk/qcom/gcc-ipq806x.c
@@ -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 = {