diff options
author | ChiYuan Huang <cy_huang@richtek.com> | 2022-03-09 16:01:42 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-03-09 13:32:21 +0000 |
commit | b77e70f6b8f2cc62fba847f3008a430a09ef275d (patch) | |
tree | 6691a2192dd44ea5a16cad53dfb9b79232e3d267 /include/dt-bindings | |
parent | 2594703044ad2ef7ea7d463bf2cf82a13f7fc266 (diff) |
regulator: Add bindings for Richtek RT5190A PMIC
Add bindings for Richtek RT5190A PMIC.
Signed-off-by: ChiYuan Huang <cy_huang@richtek.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Link: https://lore.kernel.org/r/1646812903-32496-2-git-send-email-u0084500@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/regulator/richtek,rt5190a-regulator.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/dt-bindings/regulator/richtek,rt5190a-regulator.h b/include/dt-bindings/regulator/richtek,rt5190a-regulator.h new file mode 100644 index 000000000000..63f99d4c1cb3 --- /dev/null +++ b/include/dt-bindings/regulator/richtek,rt5190a-regulator.h @@ -0,0 +1,15 @@ +/* SPDX-License-Identifier: GPL-2.0 */ + +#ifndef __DT_BINDINGS_RICHTEK_RT5190A_REGULATOR_H__ +#define __DT_BINDINGS_RICHTEK_RT5190A_REGULATOR_H__ + +/* + * BUCK/LDO mode constants which may be used in devicetree properties + * (eg. regulator-allowed-modes). + * See the manufacturer's datasheet for more information on these modes. + */ + +#define RT5190A_OPMODE_AUTO 0 +#define RT5190A_OPMODE_FPWM 1 + +#endif |