Merge tag 'u-boot-rockchip-20200501' of https://gitlab.denx.de/u-boot/custodians...
[oweals/u-boot.git] / drivers / rtc / rtc-uclass.c
index c676f0ff359a1bc8572a4c4214dfc625d4d4adfe..a0a238aeddaddc41325a1e5580fcac2b77fcb3b5 100644 (file)
@@ -122,4 +122,5 @@ int rtc_write32(struct udevice *dev, unsigned int reg, u32 value)
 UCLASS_DRIVER(rtc) = {
        .name           = "rtc",
        .id             = UCLASS_RTC,
+       .post_bind      = dm_scan_fdt_dev,
 };