Calling clk-si5351 driver non-OF ready was too early. This patch makes clk-si5351 depend on CONFIG_OF again, until things get sorted out.
Signed-off-by: Sebastian Hesselbarth <sebastian.hesselba...@gmail.com> Reported-by: Stephen Rottweil <s...@canb.auug.org.au> --- Cc: Stephen Rothwell <s...@canb.auug.org.au> Cc: Grant Likely <grant.lik...@secretlab.ca> Cc: Rob Herring <rob.herr...@calxeda.com> Cc: Rob Landley <r...@landley.net> Cc: Mike Turquette <mturque...@linaro.org> Cc: Stephen Warren <swar...@nvidia.com> Cc: Thierry Reding <thierry.red...@avionic-design.de> Cc: Dom Cobley <popcorn...@gmail.com> Cc: Linus Walleij <linus.wall...@linaro.org> Cc: Arnd Bergmann <a...@arndb.de> Cc: Andrew Morton <a...@linux-foundation.org> Cc: Pawel Moll <pawel.m...@arm.com> Cc: Mark Brown <broo...@opensource.wolfsonmicro.com> Cc: Russell King - ARM Linux <li...@arm.linux.org.uk> Cc: Rabeeh Khoury <rab...@solid-run.com> Cc: Daniel Mack <zon...@gmail.com> Cc: Jean-Francois Moine <moin...@free.fr> Cc: Lars-Peter Clausen <l...@metafoo.de> Cc: Guenter Roeck <li...@roeck-us.net> Cc: Michal Bachraty <michal.bachr...@streamunlimited.com> Cc: devicetree-disc...@lists.ozlabs.org Cc: linux-...@vger.kernel.org Cc: linux-kernel@vger.kernel.org Cc: linux-arm-ker...@lists.infradead.org --- drivers/clk/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig index 5039e41..6412f55 100644 --- a/drivers/clk/Kconfig +++ b/drivers/clk/Kconfig @@ -58,6 +58,7 @@ config COMMON_CLK_MAX77686 config COMMON_CLK_SI5351 tristate "Clock driver for SiLabs 5351A/B/C" depends on I2C + depends on OF select REGMAP_I2C select RATIONAL ---help--- -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/