summaryrefslogtreecommitdiff
path: root/board/freescale/imx8dxl_phantom_mek/spl.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/imx8dxl_phantom_mek/spl.c')
-rw-r--r--board/freescale/imx8dxl_phantom_mek/spl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/freescale/imx8dxl_phantom_mek/spl.c b/board/freescale/imx8dxl_phantom_mek/spl.c
index eace4f4c19..278d4f1baa 100644
--- a/board/freescale/imx8dxl_phantom_mek/spl.c
+++ b/board/freescale/imx8dxl_phantom_mek/spl.c
@@ -23,6 +23,8 @@ void spl_board_init(void)
{
struct udevice *dev;
+ uclass_get_device_by_driver(UCLASS_MISC, DM_DRIVER_GET(imx8_scu), &dev);
+
uclass_find_first_device(UCLASS_MISC, &dev);
for (; dev; uclass_find_next_device(&dev)) {