diff options
author | Rabin Vincent <rabin.vincent@stericsson.com> | 2011-01-21 10:56:16 +0530 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2011-03-14 14:05:10 +0100 |
commit | 705e0984444bc7109c5686c36333b27119d8a888 (patch) | |
tree | 3abc89595f1d0eabf6a7b320d2ca493af07b415e /arch/arm/mach-ux500/board-mop500-u8500uib.c | |
parent | 871056e7dfb6164ffd6c6665752f921f9d5c6a81 (diff) | |
download | kernel_samsung_smdk4412-705e0984444bc7109c5686c36333b27119d8a888.zip kernel_samsung_smdk4412-705e0984444bc7109c5686c36333b27119d8a888.tar.gz kernel_samsung_smdk4412-705e0984444bc7109c5686c36333b27119d8a888.tar.bz2 |
mach-ux500: dynamic UIB (user interface boards) detection
Add support for dynamic detection of the UIB used (at the cost of one i2c error
on the lesser-used UIB) and also provide an override via a command line
parameter if needed.
Signed-off-by: Rabin Vincent <rabin.vincent@stericsson.com>
Signed-off-by: Sundar Iyer <sundar.iyer@stericsson.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-ux500/board-mop500-u8500uib.c')
-rw-r--r-- | arch/arm/mach-ux500/board-mop500-u8500uib.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/board-mop500-u8500uib.c b/arch/arm/mach-ux500/board-mop500-u8500uib.c new file mode 100644 index 0000000..e81c65b --- /dev/null +++ b/arch/arm/mach-ux500/board-mop500-u8500uib.c @@ -0,0 +1,14 @@ +/* + * Copyright (C) ST-Ericsson SA 2010 + * + * License terms: GNU General Public License (GPL), version 2 + */ + +#include <linux/kernel.h> +#include <linux/init.h> + +#include "board-mop500.h" + +void __init mop500_u8500uib_init(void) +{ +} |