]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
regulator: fp9931: Make vin-supply mandatory
authorMark Brown <broonie@kernel.org>
Tue, 17 Mar 2026 18:07:38 +0000 (18:07 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 17 Mar 2026 18:07:38 +0000 (18:07 +0000)
commitc8d0beedf0da06652432354882b95c33a4cb7cfe
tree369044cede12800331e74a7e10ac7d5273cd8e18
parent9d4189e68ebad418eed964185d5563a71c67756d
parent58068932402c7f5bf26489e01ae8e8bb89802d1e
regulator: fp9931: Make vin-supply mandatory

Robby Cai <robby.cai@nxp.com> says:

The FP9931 regulator requires a valid "vin" supply to operate correctly.
Therefore, the driver should treat "vin" as a mandatory supply.

This patchset updates the binding documentation to mark vin-supply as a
required property, and modifies the driver accordingly. As suggested in
the reviews from Andreas and Mark, v2 switches to using
devm_regulator_get() since the supply is mandatory.