[Intel-gfx] [RFC v2 2/4] mfd: Add a new cell device for panel controlled by crystal cove pmic
Shobhit Kumar
shobhit.kumar at intel.com
Fri Jan 2 05:41:23 PST 2015
On BYT-T configuration, panel enable/disable signals are routed through
PMIC. Add a cell device for the same.
Signed-off-by: Shobhit Kumar <shobhit.kumar at intel.com>
---
drivers/mfd/intel_soc_pmic_crc.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/mfd/intel_soc_pmic_crc.c b/drivers/mfd/intel_soc_pmic_crc.c
index c85e2ec..c8ccc24 100644
--- a/drivers/mfd/intel_soc_pmic_crc.c
+++ b/drivers/mfd/intel_soc_pmic_crc.c
@@ -109,6 +109,9 @@ static struct mfd_cell crystal_cove_dev[] = {
{
.name = "crystal_cove_pmic",
},
+ {
+ .name = "crystal_cove_panel",
+ },
};
static struct regmap_config crystal_cove_regmap_config = {
--
1.9.1
More information about the Intel-gfx
mailing list