[PATCH 2/8] regulator: max77686: Remove support for board files
From: Javier Martinez Canillas <hidden>
Date: 2014-10-27 19:41:36
Also in:
linux-devicetree, linux-samsung-soc, lkml
From: Javier Martinez Canillas <hidden>
Date: 2014-10-27 19:41:36
Also in:
linux-devicetree, linux-samsung-soc, lkml
Hello Krzysztof, On 10/27/2014 04:03 PM, Krzysztof Kozlowski wrote:
The driver is used only on Exynos4 based boards with DTS support. Convert the driver to DTS-only version. Signed-off-by: Krzysztof Kozlowski <redacted> --- drivers/regulator/max77686.c | 51 +++++++++++++++++--------------------------- 1 file changed, 19 insertions(+), 32 deletions(-)diff --git a/drivers/regulator/max77686.c b/drivers/regulator/max77686.c index c6bf6f79bd2a..04af7a2b0910 100644 --- a/drivers/regulator/max77686.c +++ b/drivers/regulator/max77686.c
I agree with the patch but shouldn't the mfd driver depends on OF if is DT-only? Best regards, Javier