regulator: lp872x: Add missing of_match in regulators descriptions
authorPaul Kocialkowski <contact@paulk.fr>
Wed, 23 Dec 2015 10:58:34 +0000 (11:58 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 23 Dec 2015 12:12:46 +0000 (12:12 +0000)
commit1f97fe4777217123428e3212a95a67c0de7a0132
treef223a84ec80e7eb5b5552d2d2a72194a3dd516a0
parent8005c49d9aea74d382f474ce11afbbc7d7130bec
regulator: lp872x: Add missing of_match in regulators descriptions

In order to select the regulators via of_find_regulator_by_node (and thus use
them in devicetree), defining of_match for each regulator is required.

Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/lp872x.c