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)
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>

No differences found