ath10k: implement ath10k_debug_start/stop()
[cascardo/linux.git] / drivers / regulator / palmas-regulator.c
index 3ae44ac..d0c8785 100644 (file)
@@ -838,6 +838,9 @@ static int palmas_regulators_probe(struct platform_device *pdev)
                                continue;
                        ramp_delay_support = true;
                        break;
+               case PALMAS_REG_SMPS10:
+                       if (!PALMAS_PMIC_HAS(palmas, SMPS10_BOOST))
+                               continue;
                }
 
                if ((id == PALMAS_REG_SMPS6) || (id == PALMAS_REG_SMPS8))
@@ -1051,6 +1054,7 @@ static struct of_device_id of_palmas_match_tbl[] = {
        { .compatible = "ti,tps65913-pmic", },
        { .compatible = "ti,tps65914-pmic", },
        { .compatible = "ti,tps80036-pmic", },
+       { .compatible = "ti,tps659038-pmic", },
        { /* end */ }
 };