These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / mfd / intel_soc_pmic_crc.c
index 4cc1b32..4a74948 100644 (file)
@@ -109,6 +109,9 @@ static struct mfd_cell crystal_cove_dev[] = {
        {
                .name = "crystal_cove_pmic",
        },
+       {
+               .name = "crystal_cove_pwm",
+       },
 };
 
 static const struct regmap_config crystal_cove_regmap_config = {
@@ -143,7 +146,7 @@ static const struct regmap_irq crystal_cove_irqs[] = {
        },
 };
 
-static struct regmap_irq_chip crystal_cove_irq_chip = {
+static const struct regmap_irq_chip crystal_cove_irq_chip = {
        .name = "Crystal Cove",
        .irqs = crystal_cove_irqs,
        .num_irqs = ARRAY_SIZE(crystal_cove_irqs),