aboutsummaryrefslogtreecommitdiffstats
path: root/include/dt-bindings/regulator
diff options
context:
space:
mode:
authorChiYuan Huang <cy_huang@richtek.com>2022-03-09 16:01:42 +0800
committerMark Brown <broonie@kernel.org>2022-03-09 13:32:21 +0000
commitb77e70f6b8f2cc62fba847f3008a430a09ef275d (patch)
tree6691a2192dd44ea5a16cad53dfb9b79232e3d267 /include/dt-bindings/regulator
parentregulator: Convert TPS62360 binding to json-schema (diff)
downloadlinux-dev-b77e70f6b8f2cc62fba847f3008a430a09ef275d.tar.xz
linux-dev-b77e70f6b8f2cc62fba847f3008a430a09ef275d.zip
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/regulator')
-rw-r--r--include/dt-bindings/regulator/richtek,rt5190a-regulator.h15
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