rtc: ac100: support clock-output-names in device tree binding
authorChen-Yu Tsai <wens@csie.org>
Fri, 19 Aug 2016 07:42:23 +0000 (15:42 +0800)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Wed, 31 Aug 2016 16:23:50 +0000 (18:23 +0200)
commit637cac7c139f6433506f38aca85c2bf37ff64787
treec3a9fac2b6db3df0a46e87818cef53094427f5b8
parent1bc40cb1ccbc7e33622a1fd2a8a37f311e64d4fc
rtc: ac100: support clock-output-names in device tree binding

The ac100 device tree binding specifies the usage of clock-output-names
to specify the names of its 3 clock outputs. This is needed for orphan
clock resolution, when the ac100 is probed much later than any clocks
that consume any of its outputs. This wasn't supported by the driver.

Add support for this.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
drivers/rtc/rtc-ac100.c