ARM: tegra: paz00: enable WiFi rfkill when booting from device tree
[deliverable/linux.git] / arch / arm / mach-tegra / board-dt-tegra20.c
index 777138611c77ef24c8cc0d6455d02554dace83e0..8b4e6e1f0f7b30ffd7b97a89658fc49dee529213 100644 (file)
@@ -126,6 +126,13 @@ static void __init harmony_init(void)
 }
 #endif
 
+#ifdef CONFIG_MACH_PAZ00
+static void __init paz00_init(void)
+{
+       tegra_paz00_wifikill_init();
+}
+#endif
+
 static struct {
        char *machine;
        void (*init)(void);
@@ -136,6 +143,9 @@ static struct {
 #ifdef CONFIG_MACH_HARMONY
        { "nvidia,harmony", harmony_init },
 #endif
+#ifdef CONFIG_MACH_PAZ00
+       { "compal,paz00", paz00_init },
+#endif
 };
 
 static void __init tegra_dt_init_late(void)
This page took 0.029418 seconds and 5 git commands to generate.