[GIT PULL] regulator fixes for v6.13-rc3
From: Mark Brown
Date: Fri Dec 20 2024 - 07:51:14 EST
The following changes since commit 78d4f34e2115b517bcbfe7ec0d018bbbb6f9b0b8:
Linux 6.13-rc3 (2024-12-15 15:58:23 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-fix-v6.13-rc3
for you to fetch changes up to 13221496065fa12fac4f8a8e725444679ffddb78:
regulator: rename regulator-uv-survival-time-ms according to DT binding (2024-12-19 11:15:24 +0000)
----------------------------------------------------------------
regulator: Fix for v6.13
The recently added regulator-uv-survival-time-ms property was renamed
during the review of the series that added it, but unfortunately only in
the DT binding and not in the code that parses the binding. This change
brings the code in line with the binding, if someone started using the
original name we can add compat support for it but there's nothing
upstream yet and it's a very niche feature so hopefully not.
----------------------------------------------------------------
Ahmad Fatoum (1):
regulator: rename regulator-uv-survival-time-ms according to DT binding
drivers/regulator/of_regulator.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)