clk: at91: modernize sckc binding
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Tue, 19 Feb 2019 17:01:55 +0000 (18:01 +0100)
committerStephen Boyd <sboyd@kernel.org>
Thu, 25 Apr 2019 18:42:10 +0000 (11:42 -0700)
commit45b5ec8498ffc6bf860bfcc19478482d19fa6379
treeeb8e9640d7954dc1f04e7bfcc9aafd053fa8c5ca
parentcc40f6404d28d1de4a09064aeff185a391c51c35
clk: at91: modernize sckc binding

Remove the need for child nodes in the sckc binding and register the whole
sckc tree (3 clocks in total) from the sckc node.

DT backward compatibility is kept by looking for properties in child nodes
when they are not present in the sckc node.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/at91/sckc.c