clk: qcom: common: fix legacy board-clock registration
authorJohan Hovold <johan@kernel.org>
Sat, 11 Nov 2017 16:29:28 +0000 (17:29 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 14 Dec 2017 08:53:12 +0000 (09:53 +0100)
commitcd11ce209d73cba69a5776818795446a7991755e
treec69e42b91ad1bcb1e2def75c37910a4652e43156
parentde1090298880468eb6e29e5b1e046862f2301950
clk: qcom: common: fix legacy board-clock registration

[ Upstream commit 43a51019cc8ff1b1cd2ba72e86563beb40d356fc ]

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>
Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/clk/qcom/common.c