rtc: Allow child drivers
authorSimon Glass <sjg@chromium.org>
Sun, 18 Nov 2018 15:14:35 +0000 (08:14 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 29 Nov 2018 16:30:05 +0000 (09:30 -0700)
commit68c81fb6658bb2b8818d73f52788ea54322acb93
tree03ae6ce7228e48cb1b62d7497ca8396a851074f7
parent031a650e1309a086f6794cde35b1b1b851a9e926
rtc: Allow child drivers

Some RTC chips have child drivers, e.g. to provide access to their
non-volatile RAM. Scan for these when binding.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/rtc/rtc-uclass.c