Searched +full:vdd_l2_lvs_1_2_3 +full:- +full:supply (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/regulator/qcom,spmi-regulator.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Robert Marko <robimarko@gmail.com>15 - qcom,pm6125-regulators16 - qcom,pm660-regulators17 - qcom,pm660l-regulators18 - qcom,pm8004-regulators19 - qcom,pm8005-regulators[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Copyright (c) 2012-2015, The Linux Foundation. All rights reserved.8 #include <linux/devm-helpers.h>57 * struct spmi_regulator_init_data - spmi-regulator initialization data365 * struct spmi_voltage_range - regulator set point voltage mapping description380 * (max_uV - min_uV) % step_uV == 0381 * (set_point_min_uV - min_uV) % step_uV == 0*382 * (set_point_max_uV - min_uV) % step_uV == 0*383 * n_voltages = (set_point_max_uV - set_point_min_uV) / step_uV + 1440 const char *supply; member[all …]