[PATCH v1 06/11] regulator: core: Limit regulators coupling to a single couple

From: Dmitry Osipenko
Date: Fri Oct 05 2018 - 11:38:38 EST


Device tree binding was changed in a way that now max-spread values must
be defied per regulator pair. Limit number of pairs in order to adapt to
the new binding without changing regulators code.

Signed-off-by: Dmitry Osipenko <digetx@xxxxxxxxx>
---
include/linux/regulator/driver.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/regulator/driver.h b/include/linux/regulator/driver.h
index a9c030192147..a05d37d0efa1 100644
--- a/include/linux/regulator/driver.h
+++ b/include/linux/regulator/driver.h
@@ -15,7 +15,7 @@
#ifndef __LINUX_REGULATOR_DRIVER_H_
#define __LINUX_REGULATOR_DRIVER_H_

-#define MAX_COUPLED 4
+#define MAX_COUPLED 2

#include <linux/device.h>
#include <linux/notifier.h>
--
2.19.0