diff options
Diffstat (limited to 'drivers/sm')
-rw-r--r-- | drivers/sm/Kconfig | 1 | ||||
-rw-r--r-- | drivers/sm/meson-sm.c | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/drivers/sm/Kconfig b/drivers/sm/Kconfig index f0987275d26..926af286330 100644 --- a/drivers/sm/Kconfig +++ b/drivers/sm/Kconfig @@ -4,6 +4,5 @@ config SM config MESON_SM bool "Amlogic Secure Monitor driver" select SM - default n help Say y here to enable the Amlogic secure monitor driver. diff --git a/drivers/sm/meson-sm.c b/drivers/sm/meson-sm.c index 25adaf45607..15b3b0e2672 100644 --- a/drivers/sm/meson-sm.c +++ b/drivers/sm/meson-sm.c @@ -193,6 +193,7 @@ U_BOOT_DRIVER(meson_sm) = { .id = UCLASS_SM, .of_match = meson_sm_ids, .probe = meson_sm_probe, + .bind = dm_scan_fdt_dev, .priv_auto = sizeof(struct meson_sm_priv), .ops = &sm_ops, }; |