Merge tag 'iwlwifi-for-john-2014-10-23' of git://git.kernel.org/pub/scm/linux/kernel...
[cascardo/linux.git] / drivers / mfd / twl4030-power.c
index 4d3ff37..cf92a6d 100644 (file)
@@ -627,6 +627,9 @@ static bool twl4030_power_use_poweroff(const struct twl4030_power_data *pdata,
        if (pdata && pdata->use_poweroff)
                return true;
 
+       if (of_property_read_bool(node, "ti,system-power-controller"))
+               return true;
+
        if (of_property_read_bool(node, "ti,use_poweroff"))
                return true;