[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1604656432-10215-12-git-send-email-gene.chen.richtek@gmail.com>
Date: Fri, 6 Nov 2020 17:53:52 +0800
From: Gene Chen <gene.chen.richtek@...il.com>
To: sre@...nel.org, matthias.bgg@...il.com, robh+dt@...nel.org
Cc: linux-pm@...r.kernel.org, devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
linux-mediatek@...ts.infradead.org, linux-kernel@...r.kernel.org,
gene_chen@...htek.com, Wilma.Wu@...iatek.com,
shufan_lee@...htek.com, cy_huang@...htek.com,
benjamin.chao@...iatek.com
Subject: [PATCH v6 11/11] mfd: mt6360: Remove MT6360 regulator of_compatible attribute
From: Gene Chen <gene_chen@...htek.com>
Remove MT6360 regulator of_compatible attribute because
MFD device should just instantiate the platform device.
Signed-off-by: Gene Chen <gene_chen@...htek.com>
---
drivers/mfd/mt6360-core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/mfd/mt6360-core.c b/drivers/mfd/mt6360-core.c
index 4bcfa7f..539ab43 100644
--- a/drivers/mfd/mt6360-core.c
+++ b/drivers/mfd/mt6360-core.c
@@ -340,7 +340,7 @@ static const struct mfd_cell mt6360_devs[] = {
OF_MFD_CELL("mt6360-led", mt6360_led_resources,
NULL, 0, 0, "mediatek,mt6360-led"),
OF_MFD_CELL("mt6360-regulator", mt6360_regulator_resources,
- NULL, 0, 0, "mediatek,mt6360-regulator"),
+ NULL, 0, 0, NULL),
OF_MFD_CELL("mt6360-tcpc", NULL,
NULL, 0, 0, "mediatek,mt6360-tcpc"),
};
--
2.7.4
Powered by blists - more mailing lists