summaryrefslogtreecommitdiff
path: root/drivers/power/regulator/tps62360_regulator.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/power/regulator/tps62360_regulator.c')
-rw-r--r--drivers/power/regulator/tps62360_regulator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/power/regulator/tps62360_regulator.c b/drivers/power/regulator/tps62360_regulator.c
index 57556662f3..e44c6bb17f 100644
--- a/drivers/power/regulator/tps62360_regulator.c
+++ b/drivers/power/regulator/tps62360_regulator.c
@@ -119,6 +119,6 @@ U_BOOT_DRIVER(tps62360_regulator) = {
.id = UCLASS_REGULATOR,
.ops = &tps62360_regulator_ops,
.of_match = tps62360_regulator_ids,
- .platdata_auto = sizeof(struct tps62360_regulator_pdata),
+ .plat_auto = sizeof(struct tps62360_regulator_pdata),
.probe = tps62360_regulator_probe,
};