summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board.h
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2012-05-02 22:05:44 (GMT)
committerStephen Warren <swarren@nvidia.com>2012-06-20 18:37:42 (GMT)
commitb64a02c6fa184405ac2de0ea048be2f342144a08 (patch)
tree710f1c477a67b63eac0399d4667b1d5fe9bdf82d /arch/arm/mach-tegra/board.h
parenta12c0efc7a3f433377add0fa1fd0ed4836cc595e (diff)
downloadlinux-fsl-qoriq-b64a02c6fa184405ac2de0ea048be2f342144a08.tar.xz
ARM: tegra: paz00: enable WiFi rfkill when booting from device tree
There currently aren't bindings for a WiFi rfkill button, and defining a good binding is non-trivial. Manually register this "device" when booting from device tree, in order to bring DT support to the same feature level as board files, which will in turn allow board files to be deprecated. Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/board.h')
-rw-r--r--arch/arm/mach-tegra/board.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board.h b/arch/arm/mach-tegra/board.h
index 097e0e1..f88e514 100644
--- a/arch/arm/mach-tegra/board.h
+++ b/arch/arm/mach-tegra/board.h
@@ -53,5 +53,7 @@ int __init harmony_pcie_init(void);
static inline int harmony_pcie_init(void) { return 0; }
#endif
+void __init tegra_paz00_wifikill_init(void);
+
extern struct sys_timer tegra_timer;
#endif