Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

regulator: fp9931: fix regulator node pointer

Sync the driver with the binding. During review process a regulators
subnode was requested but neither driver nor test setup was updated.

Fixes: 12d821bd13d4 ("regulator: Add FP9931/JD9930 driver")
Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
Link: https://patch.msgid.link/20251223-fp9931-fix-v1-1-b19b4c1e7056@kemnade.info
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Andreas Kemnade and committed by
Mark Brown
60489936 9c6552cc

+3
+3
drivers/regulator/fp9931.c
··· 391 391 { 392 392 .name = "v3p3", 393 393 .of_match = of_match_ptr("v3p3"), 394 + .regulators_node = of_match_ptr("regulators"), 394 395 .id = 0, 395 396 .ops = &fp9931_v3p3ops, 396 397 .type = REGULATOR_VOLTAGE, ··· 404 403 { 405 404 .name = "vposneg", 406 405 .of_match = of_match_ptr("vposneg"), 406 + .regulators_node = of_match_ptr("regulators"), 407 407 .id = 1, 408 408 .ops = &fp9931_vposneg_ops, 409 409 .type = REGULATOR_VOLTAGE, ··· 417 415 { 418 416 .name = "vcom", 419 417 .of_match = of_match_ptr("vcom"), 418 + .regulators_node = of_match_ptr("regulators"), 420 419 .id = 2, 421 420 .ops = &fp9931_vcom_ops, 422 421 .type = REGULATOR_VOLTAGE,