File tree Expand file tree Collapse file tree 1 file changed +25
-2
lines changed
arch/arm64/boot/dts/allwinner Expand file tree Collapse file tree 1 file changed +25
-2
lines changed Original file line number Diff line number Diff line change 32
32
};
33
33
};
34
34
35
- reg_vcc3v3: vcc3v3 {
35
+ reg_vcc1v8: regulator-vcc1v8 {
36
+ compatible = "regulator-fixed";
37
+ regulator-name = "vcc1v8";
38
+ regulator-min-microvolt = <1800000>;
39
+ regulator-max-microvolt = <1800000>;
40
+ };
41
+
42
+ reg_vcc3v3: regulator-vcc3v3 {
36
43
compatible = "regulator-fixed";
37
44
regulator-name = "vcc3v3";
38
45
regulator-min-microvolt = <3300000>;
39
46
regulator-max-microvolt = <3300000>;
40
47
};
41
48
42
- reg_vdd_cpu_gpu: vdd-cpu-gpu {
49
+ reg_vdd_cpu_gpu: regulator- vdd-cpu-gpu {
43
50
compatible = "regulator-fixed";
44
51
regulator-name = "vdd-cpu-gpu";
45
52
regulator-min-microvolt = <1135000>;
91
98
status = "okay";
92
99
};
93
100
101
+ &mmc2 {
102
+ vmmc-supply = <®_vcc3v3>;
103
+ vqmmc-supply = <®_vcc1v8>;
104
+ bus-width = <8>;
105
+ non-removable;
106
+ cap-mmc-hw-reset;
107
+ mmc-hs200-1_8v;
108
+ status = "okay";
109
+ };
110
+
94
111
&ohci0 {
95
112
status = "okay";
96
113
};
99
116
status = "okay";
100
117
};
101
118
119
+ &pio {
120
+ vcc-pc-supply = <®_vcc1v8>;
121
+ vcc-pd-supply = <®_vcc3v3>;
122
+ vcc-pg-supply = <®_vcc1v8>;
123
+ };
124
+
102
125
&r_ir {
103
126
linux,rc-map-name = "rc-tanix-tx5max";
104
127
status = "okay";
You can’t perform that action at this time.
0 commit comments