Searched +full:regulator +full:- +full:ov +full:- +full:error +full:- +full:microvolt (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Steve Twiss <stwiss.opensource@diasemi.com>13 For device-tree bindings of other sub-modules refer to the binding documents14 under the respective sub-system directories.15 Using regulator-{uv,ov}-{warn,error,protection}-microvolt requires special18 UV *and* OV monitoring, both must be set to the same severity and value21 - https://www.dialog-semiconductor.com/products/da9063l22 - https://www.dialog-semiconductor.com/products/da9063[all …]
1 // SPDX-License-Identifier: GPL-2.0+3 // Regulator driver for DA9063 PMIC series18 #include <linux/regulator/driver.h>19 #include <linux/regulator/machine.h>20 #include <linux/regulator/of_regulator.h>27 REG_FIELD(_reg, __builtin_ffs((int)_mask) - 1, \28 sizeof(unsigned int) * 8 - __builtin_clz((_mask)) - 1)30 /* DA9063 and DA9063L regulator IDs */53 /* DA9063-only LDOs */62 /* Old regulator platform data */[all …]