]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/arm/mach-bcm2835/bcm2835.c
ARM: bcm2835: add stub clock driver
[karo-tx-linux.git] / arch / arm / mach-bcm2835 / bcm2835.c
index e3f296860dd00eec4a2c2623565f04c67651070c..f6fea493357171fe362e8b4dbbdb75a6121ddf70 100644 (file)
@@ -16,6 +16,7 @@
 #include <linux/irqchip/bcm2835.h>
 #include <linux/of_platform.h>
 #include <linux/bcm2835_timer.h>
+#include <linux/clk/bcm2835.h>
 
 #include <asm/mach/arch.h>
 #include <asm/mach/map.h>
@@ -38,6 +39,8 @@ void __init bcm2835_init(void)
 {
        int ret;
 
+       bcm2835_init_clocks();
+
        ret = of_platform_populate(NULL, of_default_bus_match_table, NULL,
                                   NULL);
        if (ret) {