clk: qcom: common: fix legacy board-clock registration
authorJohan Hovold <johan@kernel.org>
Sat, 11 Nov 2017 16:29:28 +0000 (17:29 +0100)
committerStephen Boyd <sboyd@codeaurora.org>
Tue, 14 Nov 2017 23:53:29 +0000 (15:53 -0800)
commit43a51019cc8ff1b1cd2ba72e86563beb40d356fc
tree94e2f790643f7259fe3336a93f804e62e10343af
parent1d96ad64c945e7c28b48ed93b7a900003dc1a6fa
clk: qcom: common: fix legacy board-clock registration

Make sure to search only the child nodes of "/clocks", rather than the
whole device-tree depth-first starting at "/clocks" when determining
whether to register a fixed clock in the legacy board-clock registration
helper.

Fixes: ee15faffef11 ("clk: qcom: common: Add API to register board clocks backwards compatibly")
Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/qcom/common.c