Re: [PATCH v2] soc/tegra: Make regulator couplers depend on CONFIG_REGULATOR
From: Thierry Reding <hidden>
Date: 2021-08-02 14:36:05
Also in:
lkml
Attachments
- signature.asc [application/pgp-signature] 833 bytes
From: Thierry Reding <hidden>
Date: 2021-08-02 14:36:05
Also in:
lkml
On Thu, Jul 22, 2021 at 02:26:16AM +0300, Dmitry Osipenko wrote:
The regulator coupler drivers now use regulator-driver API function that
isn't available during compile-testing. Make regulator coupler drivers
dependent on CONFIG_REGULATOR in Kconfig.
Fixes: 03978d42ed0d ("soc/tegra: regulators: Bump voltages on system reboot")
Reported-by: kernel test robot <redacted>
Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
---
Changelog:
v2: - No changes. Re-sending to Arnd Bergmann and soc@kernel.org.
drivers/soc/tegra/Kconfig | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)Seeing that Arnd hasn't picked this up yet, I've now applied it to the Tegra tree and plan to send out a PR for v5.14 later this week. Thierry