summaryrefslogtreecommitdiff
path: root/drivers/ram/k3-ddrss/lpddr4_obj_if.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-12-09 17:50:51 -0500
committerTom Rini <trini@konsulko.com>2022-12-09 17:50:51 -0500
commitbc71afc3c5399c062c724f01d6ff83af72e14a42 (patch)
treeeb0980e9bae9c719513173619c435b7147f93e96 /drivers/ram/k3-ddrss/lpddr4_obj_if.c
parent0494ab37c267a52c1deaa231b74d721b2991e904 (diff)
parent04150400c96785763d17bfee1c01e210cc60f642 (diff)
Merge branch '2022-12-09-platform-updates' into next
- Assorted TI platform updates - Add DM_RTC callback functions, and a related x86 clean-up.
Diffstat (limited to 'drivers/ram/k3-ddrss/lpddr4_obj_if.c')
-rw-r--r--drivers/ram/k3-ddrss/lpddr4_obj_if.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/ram/k3-ddrss/lpddr4_obj_if.c b/drivers/ram/k3-ddrss/lpddr4_obj_if.c
index 370242f5bd2..63b259c33d4 100644
--- a/drivers/ram/k3-ddrss/lpddr4_obj_if.c
+++ b/drivers/ram/k3-ddrss/lpddr4_obj_if.c
@@ -2,8 +2,8 @@
/*
* Cadence DDR Driver
*
- * Copyright (C) 2012-2021 Cadence Design Systems, Inc.
- * Copyright (C) 2018-2021 Texas Instruments Incorporated - https://www.ti.com/
+ * Copyright (C) 2012-2022 Cadence Design Systems, Inc.
+ * Copyright (C) 2018-2022 Texas Instruments Incorporated - https://www.ti.com/
*/
#include "lpddr4_obj_if.h"
@@ -45,6 +45,7 @@ lpddr4_obj *lpddr4_getinstance(void)
.getrefreshrate = lpddr4_getrefreshrate,
.setrefreshrate = lpddr4_setrefreshrate,
.refreshperchipselect = lpddr4_refreshperchipselect,
+ .deferredregverify = lpddr4_deferredregverify,
};
return &driver;