summaryrefslogtreecommitdiff
path: root/drivers/gpio/hsdk-creg-gpio.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpio/hsdk-creg-gpio.c')
-rw-r--r--drivers/gpio/hsdk-creg-gpio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/hsdk-creg-gpio.c b/drivers/gpio/hsdk-creg-gpio.c
index d40365e82d..66f8441840 100644
--- a/drivers/gpio/hsdk-creg-gpio.c
+++ b/drivers/gpio/hsdk-creg-gpio.c
@@ -165,5 +165,5 @@ U_BOOT_DRIVER(gpio_hsdk_creg) = {
.ops = &hsdk_creg_gpio_ops,
.probe = hsdk_creg_gpio_probe,
.of_match = hsdk_creg_gpio_ids,
- .platdata_auto = sizeof(struct hsdk_creg_gpio),
+ .plat_auto = sizeof(struct hsdk_creg_gpio),
};