#include #include #include #include #include #include /* * The Nomadik clock tree is described in the STN8815A12 DB V4.2 * reference manual for the chip, page 94 ff. */ static const __initconst struct of_device_id cpu8815_clk_match[] = { { .compatible = "fixed-clock", .data = of_fixed_clk_setup, }, { /* sentinel */ } }; void __init nomadik_clk_init(void) { of_clk_init(cpu8815_clk_match); }