]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/arm/mach-ux500/cpu-db8500.c
Merge branch 'btrfs-3.0' of git://github.com/chrismason/linux
[karo-tx-linux.git] / arch / arm / mach-ux500 / cpu-db8500.c
index c3c417656bd96ecd531b4b7ebe9ca0c26fac9de6..4598b06c8c554383a711b205f103ebfae29b87e7 100644 (file)
@@ -159,6 +159,9 @@ static void __init db8500_add_gpios(void)
                /* No custom data yet */
        };
 
+       if (cpu_is_u8500v2())
+               pdata.supports_sleepmode = true;
+
        dbx500_add_gpios(ARRAY_AND_SIZE(db8500_gpio_base),
                         IRQ_DB8500_GPIO0, &pdata);
 }