aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>2013-07-01 23:15:04 +0200
committerTony Lindgren <tony@atomide.com>2013-07-04 05:11:16 -0700
commitea2409bab7ee7c309e558f257a3b6b7e8233f209 (patch)
tree6d5fa4ab8561deec2adadd4565bb3bc550722cd4 /sound
parentARM: OMAP2+: Cocci spatch "ptr_ret.spatch" (diff)
downloadlinux-dev-ea2409bab7ee7c309e558f257a3b6b7e8233f209.tar.xz
linux-dev-ea2409bab7ee7c309e558f257a3b6b7e8233f209.zip
ARM: OMAP2+: N900: enable N900-specific drivers even if device tree is enabled
We still need video & sound drivers with device tree enabled. Signed-off-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/omap/rx51.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/omap/rx51.c b/sound/soc/omap/rx51.c
index 249cd230ad8f..611179c3bca4 100644
--- a/sound/soc/omap/rx51.c
+++ b/sound/soc/omap/rx51.c
@@ -396,7 +396,7 @@ static int __init rx51_soc_init(void)
{
int err;
- if (!machine_is_nokia_rx51())
+ if (!machine_is_nokia_rx51() && !of_machine_is_compatible("nokia,omap3-n900"))
return -ENODEV;
err = gpio_request_one(RX51_TVOUT_SEL_GPIO,