diff options
| author | Zhipeng Wang <zhipeng.wang_1@nxp.com> | 2026-07-23 11:05:24 +0900 |
|---|---|---|
| committer | Ulf Hansson <ulfh@kernel.org> | 2026-07-27 11:57:16 +0200 |
| commit | aadb7d1f2ca0f5c4c945cca808f9a15b6a42289c (patch) | |
| tree | e0ece5ceb5718f68f25e88335491453f009eec31 /tools/perf/scripts/python/bin/stackcollapse-report | |
| parent | daa5fba89c27a1ac09918177e564e42eb9d44921 (diff) | |
clk: imx: imx8qxp: add soft dependency on SCU power domain driver
The i.MX8QXP SCU clock driver manually attaches power domains to each
clock device via of_genpd_add_device() in imx_clk_scu_attach_pd().
If the SCU power domain provider has not probed yet, the attachment
fails silently with a pr_warn() and the clock device is registered
without a power domain.
When both drivers are built as modules, there is no implicit
dependency to guarantee load order. Add MODULE_SOFTDEP("pre:
scu_pd") so that modprobe loads the SCU power domain module
before the clock module.
Signed-off-by: Zhipeng Wang <zhipeng.wang_1@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Brian Masney <bmasney@redhat.com>
Signed-off-by: Ulf Hansson <ulfh@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions
