File tree Expand file tree Collapse file tree 6 files changed +15
-15
lines changed
arch/arm64/boot/dts/rockchip Expand file tree Collapse file tree 6 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 72
72
};
73
73
74
74
vcc_cam_avdd: regulator-vcc-cam-avdd {
75
- compatible = "regulator-fixed";
75
+ compatible = "regulator-fixed";
76
76
regulator-name = "vcc_cam_avdd";
77
77
gpio = <&gpio3 RK_PC0 GPIO_ACTIVE_LOW>;
78
78
pinctrl-names = "default";
83
83
};
84
84
85
85
vcc_cam_dovdd: regulator-vcc-cam-dovdd {
86
- compatible = "regulator-fixed";
86
+ compatible = "regulator-fixed";
87
87
regulator-name = "vcc_cam_dovdd";
88
88
gpio = <&gpio3 RK_PC1 GPIO_ACTIVE_LOW>;
89
89
pinctrl-names = "default";
94
94
};
95
95
96
96
vcc_cam_dvdd: regulator-vcc-cam-dvdd {
97
- compatible = "regulator-fixed";
97
+ compatible = "regulator-fixed";
98
98
regulator-name = "vcc_cam_dvdd";
99
99
gpio = <&gpio3 RK_PC5 GPIO_ACTIVE_HIGH>;
100
100
enable-active-high;
106
106
};
107
107
108
108
vcc_lens_afvdd: regulator-vcc-lens-afvdd {
109
- compatible = "regulator-fixed";
109
+ compatible = "regulator-fixed";
110
110
regulator-name = "vcc_lens_afvdd";
111
111
gpio = <&gpio3 RK_PB2 GPIO_ACTIVE_LOW>;
112
112
pinctrl-names = "default";
Original file line number Diff line number Diff line change 26
26
};
27
27
28
28
cam_afvdd_2v8: regulator-cam-afvdd-2v8 {
29
- compatible = "regulator-fixed";
29
+ compatible = "regulator-fixed";
30
30
gpio = <&pca9670 2 GPIO_ACTIVE_LOW>;
31
31
regulator-max-microvolt = <2800000>;
32
32
regulator-min-microvolt = <2800000>;
35
35
};
36
36
37
37
cam_avdd_2v8: regulator-cam-avdd-2v8 {
38
- compatible = "regulator-fixed";
38
+ compatible = "regulator-fixed";
39
39
gpio = <&pca9670 4 GPIO_ACTIVE_LOW>;
40
40
regulator-max-microvolt = <2800000>;
41
41
regulator-min-microvolt = <2800000>;
44
44
};
45
45
46
46
cam_dovdd_1v8: regulator-cam-dovdd-1v8 {
47
- compatible = "regulator-fixed";
47
+ compatible = "regulator-fixed";
48
48
gpio = <&pca9670 3 GPIO_ACTIVE_LOW>;
49
49
regulator-max-microvolt = <1800000>;
50
50
regulator-min-microvolt = <1800000>;
Original file line number Diff line number Diff line change 260
260
status = "okay";
261
261
};
262
262
263
- &usb_host_ohci{
263
+ &usb_host_ohci {
264
264
status = "okay";
265
265
};
Original file line number Diff line number Diff line change 26
26
};
27
27
28
28
cam_afvdd_2v8: regulator-cam-afvdd-2v8 {
29
- compatible = "regulator-fixed";
29
+ compatible = "regulator-fixed";
30
30
gpio = <&pca9670 2 GPIO_ACTIVE_LOW>;
31
31
regulator-max-microvolt = <2800000>;
32
32
regulator-min-microvolt = <2800000>;
35
35
};
36
36
37
37
cam_avdd_2v8: regulator-cam-avdd-2v8 {
38
- compatible = "regulator-fixed";
38
+ compatible = "regulator-fixed";
39
39
gpio = <&pca9670 4 GPIO_ACTIVE_LOW>;
40
40
regulator-max-microvolt = <2800000>;
41
41
regulator-min-microvolt = <2800000>;
44
44
};
45
45
46
46
cam_dovdd_1v8: regulator-cam-dovdd-1v8 {
47
- compatible = "regulator-fixed";
47
+ compatible = "regulator-fixed";
48
48
gpio = <&pca9670 3 GPIO_ACTIVE_LOW>;
49
49
regulator-max-microvolt = <1800000>;
50
50
regulator-min-microvolt = <1800000>;
Original file line number Diff line number Diff line change 53
53
gpios = <&gpio4 RK_PA1 GPIO_ACTIVE_LOW>;
54
54
linux,default-trigger = "default-on";
55
55
pinctrl-names = "default";
56
- pinctrl-0 =<&blue_led>;
56
+ pinctrl-0 = <&blue_led>;
57
57
};
58
58
59
59
led-1 {
62
62
gpios = <&gpio0 RK_PB7 GPIO_ACTIVE_LOW>;
63
63
linux,default-trigger = "heartbeat";
64
64
pinctrl-names = "default";
65
- pinctrl-0 =<&heartbeat_led>;
65
+ pinctrl-0 = <&heartbeat_led>;
66
66
};
67
67
};
68
68
Original file line number Diff line number Diff line change 28
28
compatible = "operating-points-v2";
29
29
opp-shared;
30
30
31
- opp-1200000000{
31
+ opp-1200000000 {
32
32
opp-hz = /bits/ 64 <1200000000>;
33
33
opp-microvolt = <750000 750000 950000>;
34
34
clock-latency-ns = <40000>;
49
49
compatible = "operating-points-v2";
50
50
opp-shared;
51
51
52
- opp-1200000000{
52
+ opp-1200000000 {
53
53
opp-hz = /bits/ 64 <1200000000>;
54
54
opp-microvolt = <750000 750000 950000>;
55
55
clock-latency-ns = <40000>;
You can’t perform that action at this time.
0 commit comments