Merge branch 'linux-linaro-lsk-v4.4-android' of git://git.linaro.org/kernel/linux...
[firefly-linux-kernel-4.4.55.git] / arch / arm / boot / dts / act8846.dtsi
1
2 &act8846{
3
4         compatible = "act,act8846";
5
6         regulators {
7         
8                 #address-cells = <1>;
9                 #size-cells = <0>;      
10
11                  dcdc1_reg: regulator@0{
12                         reg = <0>;
13                         regulator-compatible= "act_dcdc1";
14                         regulator-always-on;
15                         regulator-boot-on;
16                 };
17
18                 dcdc2_reg: regulator@1 {
19                         reg = <1>;
20                         regulator-compatible = "act_dcdc2";     
21                         regulator-always-on;
22                         regulator-boot-on;                      
23                 };
24
25                 dcdc3_reg: regulator@2 {
26                         reg = <2>;
27                         regulator-compatible = "act_dcdc3";
28                         regulator-always-on;
29                         regulator-boot-on;
30                 };
31
32                 dcdc4_reg: regulator@3 {
33                         reg = <3>;
34                         regulator-compatible = "act_dcdc4";
35                         regulator-always-on;
36                         regulator-boot-on;
37                 };
38
39                 ldo1_reg: regulator@4 {
40                         reg = <4>;
41                         regulator-compatible= "act_ldo1";
42                         regulator-always-on;
43                         regulator-boot-on;
44                 };
45
46                 ldo2_reg: regulator@5 {
47                         reg = <5>;
48                         regulator-compatible = "act_ldo2";
49                         regulator-always-on;
50                         regulator-boot-on;
51                 };
52
53                 ldo3_reg: regulator@6 {
54                         reg = <6>;
55                         regulator-compatible = "act_ldo3";
56                         regulator-always-on;
57                         regulator-boot-on;
58                 };
59
60                 ldo4_reg:regulator@7 {
61                         reg = <7>;
62                         regulator-compatible = "act_ldo4";
63                         regulator-always-on;
64                         regulator-boot-on;
65                 };
66
67                 ldo5_reg: regulator@8 {
68                         reg = <8>;
69                         regulator-compatible= "act_ldo5";
70                         regulator-always-on;
71                         regulator-boot-on;
72                 };
73
74                 ldo6_reg: regulator@9 {
75                         reg = <9>;
76                         regulator-compatible = "act_ldo6";
77                         regulator-always-on;
78                         regulator-boot-on;
79                 };
80
81                 ldo7_reg: regulator@10 {
82                         reg = <10>;
83                         regulator-compatible = "act_ldo7";
84                         regulator-always-on;
85                         /* regulator-always-on; */
86                         regulator-boot-on;
87                 };
88
89                 ldo8_reg: regulator@11 {
90                         reg = <11>;
91                         regulator-compatible = "act_ldo8";
92                         regulator-always-on;
93                         regulator-boot-on;
94                 };
95         };
96                 
97 };