blob: 87c43e0903aa60b9caa74c86339644be26d4334d [file] [log] [blame]
Tirupathi Reddya5db57f2018-02-16 10:13:53 +05301/*
2 * Copyright (c) 2018, The Linux Foundation. All rights reserved.
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 and
6 * only version 2 as published by the Free Software Foundation.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 */
13
14&rpm_bus {
15 rpm-regulator-ldoc1 {
16 compatible = "qcom,rpm-smd-regulator-resource";
17 qcom,resource-name = "ldoc";
18 qcom,resource-id = <1>;
19 qcom,regulator-type = <0>;
20 qcom,hpm-min-load = <10000>;
21 status = "disabled";
22
23 regulator-l1 {
24 compatible = "qcom,rpm-smd-regulator";
25 regulator-name = "pm8004_l1";
26 qcom,set = <3>;
27 status = "disabled";
28 };
29 };
30};