[PATCH V9 2/2] regulator: mt6323: Add support for MT6323 regulator
From: broonie@kernel.org (Mark Brown)
Date: 2016-07-18 12:16:51
Also in:
linux-mediatek, lkml
From: broonie@kernel.org (Mark Brown)
Date: 2016-07-18 12:16:51
Also in:
linux-mediatek, lkml
On Mon, Jul 18, 2016 at 02:09:01PM +0200, John Crispin wrote:
Changes in V9 * drop compatible string from devicetree
Are you sure?
+static const struct of_device_id mt6323_of_match[] = {
+ { .compatible = "mediatek,mt6323-regulator", },
+ { /* sentinel */ },
+};
+MODULE_DEVICE_TABLE(of, mt6323_of_match);
+
+static struct platform_driver mt6323_regulator_driver = {
+ .driver = {
+ .name = "mt6323-regulator",
+ .of_match_table = of_match_ptr(mt6323_of_match),-------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 473 bytes Desc: not available URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20160718/52f3a879/attachment.sig>