File tree Expand file tree Collapse file tree 3 files changed +10
-18
lines changed Expand file tree Collapse file tree 3 files changed +10
-18
lines changed Original file line number Diff line number Diff line change 134
134
pinctrl-names = "default";
135
135
};
136
136
137
- /* pwm for test */
137
+ /*
138
+ * pwm for test:
139
+ * If we need pwm output in ITE chip power saving mode,
140
+ * then we should set frequency <=324Hz.
141
+ */
138
142
&pwm0 {
139
143
status = "okay";
140
144
prescaler-cx = <PWM_PRESCALER_C6>;
141
- /*
142
- * If we need pwm output in ITE chip power saving mode,
143
- * then we should set frequency <=324Hz.
144
- */
145
- pwm-output-frequency = <324>;
146
145
pinctrl-0 = <&pwm0_gpa0_default>;
147
146
pinctrl-names = "default";
148
147
};
151
150
&pwm7 {
152
151
status = "okay";
153
152
prescaler-cx = <PWM_PRESCALER_C4>;
154
- pwm-output-frequency = <30000>;
155
153
pinctrl-0 = <&pwm7_gpa7_default>;
156
154
pinctrl-names = "default";
157
155
};
Original file line number Diff line number Diff line change 121
121
&uart2_tx_gph2_default>;
122
122
pinctrl-names = "default";
123
123
};
124
- /* pwm for test */
124
+ /*
125
+ * pwm for test:
126
+ * If we need pwm output in ITE chip power saving mode,
127
+ * then we should set frequency <=324Hz.
128
+ */
125
129
&pwm0 {
126
130
status = "okay";
127
131
prescaler-cx = <PWM_PRESCALER_C6>;
128
- /*
129
- * If we need pwm output in ITE chip power saving mode,
130
- * then we should set frequency <=324Hz.
131
- */
132
- pwm-output-frequency = <324>;
133
132
pinctrl-0 = <&pwm0_gpa0_default>;
134
133
pinctrl-names = "default";
135
134
};
136
135
/* pwm for fan */
137
136
&pwm7 {
138
137
status = "okay";
139
138
prescaler-cx = <PWM_PRESCALER_C4>;
140
- pwm-output-frequency = <30000>;
141
139
pinctrl-0 = <&pwm7_gpa7_default>;
142
140
pinctrl-names = "default";
143
141
};
Original file line number Diff line number Diff line change @@ -42,10 +42,6 @@ properties:
42
42
- 3
43
43
description : 1 = PWM_PRESCALER_C4, 2 = PWM_PRESCALER_C6, 3 = PWM_PRESCALER_C7
44
44
45
- pwm-output-frequency :
46
- type : int
47
- description : PWM output frequency for operation
48
-
49
45
pinctrl-0 :
50
46
required : true
51
47
You can’t perform that action at this time.
0 commit comments