clk: si5351: declare all device IDs for module loading
authorJean-Francois Moine <moinejf@free.fr>
Thu, 16 May 2013 15:49:16 +0000 (17:49 +0200)
committerMike Turquette <mturquette@linaro.org>
Wed, 29 May 2013 05:50:32 +0000 (22:50 -0700)
commit9807362bfe1748d9bb48eecb9261f1b1aaafea1c
tree62df2c58b2789704ceb5dbbbdc60723821105c92
parent4f985b4c800e824cd4fdde00c9575dd573a7b933
clk: si5351: declare all device IDs for module loading

When the si5351 driver is a kernel module, it is loaded into memory
from its i2c device IDs, but not from its DT compatible properties.

This patch declares the i2c device IDs of all chip variants.

Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Acked-by: Jason Cooper <jason@lakedaemon.net>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
drivers/clk/clk-si5351.c