clk: of-provider: look at parent if registered device has no provider info
authorMatti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
Tue, 4 Dec 2018 11:34:53 +0000 (13:34 +0200)
committerStephen Boyd <sboyd@kernel.org>
Wed, 5 Dec 2018 17:18:33 +0000 (09:18 -0800)
commit05502bf9eb7a7297f5fa6f1d17b169b3d5b53570
tree6b0154830af71c102de23cfcac04c4750a2851dd
parente45838b52cb3bb0de0c217c903ce81ba2e48cd5d
clk: of-provider: look at parent if registered device has no provider info

It seems to be usual for MFD devices that the created 'clock sub-device'
do not have own DT node. The clock provider information is usually in the
main device node which is owned by the MFD device. Change the devm variant
of clk of-provider registration to check the parent device node if given
device has no own node or if the node does not contain the #clock-cells
property. In such case use the parent node if it contains the #clock-cells.

Signed-off-by: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
[sboyd@kernel.org: Add some comment in the code and pull out logic into
a single function to return the provider device_node pointer]
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/clk.c