]> Git Repo - linux.git/commit
regulator: rename regulator-uv-survival-time-ms according to DT binding
authorAhmad Fatoum <[email protected]>
Wed, 18 Dec 2024 19:54:53 +0000 (20:54 +0100)
committerMark Brown <[email protected]>
Thu, 19 Dec 2024 11:15:24 +0000 (11:15 +0000)
commit13221496065fa12fac4f8a8e725444679ffddb78
tree4204651cafa0bb3aea22230d28c845cc01db97e0
parent78d4f34e2115b517bcbfe7ec0d018bbbb6f9b0b8
regulator: rename regulator-uv-survival-time-ms according to DT binding

The regulator bindings don't document regulator-uv-survival-time-ms, but
the more descriptive regulator-uv-less-critical-window-ms instead.

Looking back at v3[1] and v4[2] of the series adding the support,
the property was indeed renamed between these patch series, but
unfortunately the rename only made it into the DT bindings with the
driver code still using the old name.

Let's therefore rename the property in the driver code to follow suit.
This will break backwards compatibility, but there are no upstream
device trees using the property and we never documented the old name
of the property anyway. ¯\_(ツ)_/¯"

[1]: https://lore.kernel.org/all/20231025084614.3092295[email protected]/
[2]: https://lore.kernel.org/all/20231026144824.4065145[email protected]/

Signed-off-by: Ahmad Fatoum <[email protected]>
Link: https://patch.msgid.link/20241218-regulator-uv-survival-time-ms-rename-v1-1-6cac9c3c75da@pengutronix.de
Signed-off-by: Mark Brown <[email protected]>
drivers/regulator/of_regulator.c
This page took 0.063063 seconds and 4 git commands to generate.