Skip to content

Commit c16ccf8

Browse files
manuarguejhedberg
authored andcommitted
dts: bindings: rename nxp,kinetis-ftm-pwm compatible
Rename "nxp,kinetis-ftm-pwm" compatible to "nxp,ftm-pwm" to remove the device family from its name. Signed-off-by: Manuel Argüelles <[email protected]>
1 parent 7c112e4 commit c16ccf8

File tree

16 files changed

+25
-25
lines changed

16 files changed

+25
-25
lines changed

boards/nxp/frdm_k22f/frdm_k22f.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ arduino_spi: &spi0 {
153153

154154
&ftm0 {
155155
status = "okay";
156-
compatible = "nxp,kinetis-ftm-pwm";
156+
compatible = "nxp,ftm-pwm";
157157
#pwm-cells = <3>;
158158
pinctrl-0 = <&ftm0_default>;
159159
pinctrl-names = "default";

boards/nxp/frdm_k64f/frdm_k64f.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ arduino_spi: &spi0 {
172172

173173
&ftm0 {
174174
status = "okay";
175-
compatible = "nxp,kinetis-ftm-pwm";
175+
compatible = "nxp,ftm-pwm";
176176
#pwm-cells = <3>;
177177
pinctrl-0 = <&ftm0_default>;
178178
pinctrl-names = "default";
@@ -181,7 +181,7 @@ arduino_spi: &spi0 {
181181

182182
&ftm3 {
183183
status = "okay";
184-
compatible = "nxp,kinetis-ftm-pwm";
184+
compatible = "nxp,ftm-pwm";
185185
#pwm-cells = <3>;
186186
pinctrl-0 = <&ftm3_default>;
187187
pinctrl-names = "default";

boards/nxp/frdm_k82f/frdm_k82f.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206

207207
&ftm3 {
208208
status = "okay";
209-
compatible = "nxp,kinetis-ftm-pwm";
209+
compatible = "nxp,ftm-pwm";
210210
#pwm-cells = <3>;
211211
pinctrl-0 = <&ftm3_default>;
212212
pinctrl-names = "default";

boards/nxp/frdm_ke17z/frdm_ke17z.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126

127127
&ftm2 {
128128
status = "okay";
129-
compatible = "nxp,kinetis-ftm-pwm";
129+
compatible = "nxp,ftm-pwm";
130130
#pwm-cells = <3>;
131131
clocks = <&scg KINETIS_SCG_SIRC_CLK>;
132132
prescaler = <128>;

boards/nxp/frdm_ke17z512/frdm_ke17z512.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143

144144
&ftm2 {
145145
status = "okay";
146-
compatible = "nxp,kinetis-ftm-pwm";
146+
compatible = "nxp,ftm-pwm";
147147
#pwm-cells = <3>;
148148
clocks = <&scg KINETIS_SCG_SIRC_CLK>;
149149
prescaler = <128>;

boards/nxp/hexiwear/hexiwear_mk64f12.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103

104104
&ftm3 {
105105
status = "okay";
106-
compatible = "nxp,kinetis-ftm-pwm";
106+
compatible = "nxp,ftm-pwm";
107107
#pwm-cells = <3>;
108108
pinctrl-0 = <&ftm3_default>;
109109
pinctrl-names = "default";

boards/nxp/rddrone_fmuk66/rddrone_fmuk66.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
/* PWM header is powered by FlexTimer 0 for channels 1 to 4 */
143143
&ftm0 {
144144
status = "okay";
145-
compatible = "nxp,kinetis-ftm-pwm";
145+
compatible = "nxp,ftm-pwm";
146146
#pwm-cells = <3>;
147147
pinctrl-0 = <&ftm0_default>;
148148
pinctrl-names = "default";
@@ -153,7 +153,7 @@
153153
/* RGB LED powered by FlexTimer 3, and PWM headers for channel 5 and 6 */
154154
&ftm3 {
155155
status = "okay";
156-
compatible = "nxp,kinetis-ftm-pwm";
156+
compatible = "nxp,ftm-pwm";
157157
#pwm-cells = <3>;
158158
pinctrl-0 = <&ftm3_default>;
159159
pinctrl-names = "default";

boards/nxp/twr_ke18f/twr_ke18f.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224

225225
&ftm0 {
226226
status = "okay";
227-
compatible = "nxp,kinetis-ftm-pwm";
227+
compatible = "nxp,ftm-pwm";
228228
#pwm-cells = <3>;
229229
pinctrl-0 = <&ftm0_default>;
230230
pinctrl-names = "default";
@@ -233,7 +233,7 @@
233233

234234
&ftm3 {
235235
status = "okay";
236-
compatible = "nxp,kinetis-ftm-pwm";
236+
compatible = "nxp,ftm-pwm";
237237
#pwm-cells = <3>;
238238
pinctrl-0 = <&ftm3_default>;
239239
pinctrl-names = "default";

boards/nxp/ucans32k1sic/ucans32k1sic.dts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
};
151151

152152
&ftm0 {
153-
compatible = "nxp,kinetis-ftm-pwm";
153+
compatible = "nxp,ftm-pwm";
154154
pinctrl-0 = <&ftm0_default>;
155155
pinctrl-names = "default";
156156
clock-source = "system";
@@ -160,7 +160,7 @@
160160
};
161161

162162
&ftm1 {
163-
compatible = "nxp,kinetis-ftm-pwm";
163+
compatible = "nxp,ftm-pwm";
164164
pinctrl-0 = <&ftm1_default>;
165165
pinctrl-names = "default";
166166
clock-source = "system";
@@ -170,7 +170,7 @@
170170
};
171171

172172
&ftm2 {
173-
compatible = "nxp,kinetis-ftm-pwm";
173+
compatible = "nxp,ftm-pwm";
174174
pinctrl-0 = <&ftm2_default>;
175175
pinctrl-names = "default";
176176
clock-source = "system";

drivers/pwm/Kconfig.mcux_ftm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
config PWM_MCUX_FTM
77
bool "MCUX FTM PWM driver"
88
default y
9-
depends on DT_HAS_NXP_KINETIS_FTM_PWM_ENABLED
9+
depends on DT_HAS_NXP_FTM_PWM_ENABLED
1010
select PINCTRL
1111
help
12-
Enable support for mcux ftm pwm driver.
12+
Enable support for MCUX FTM PWM driver.
1313

1414
config PWM_CAPTURE_MCUX_FTM_FILTER_VALUE
1515
int "MCUX FTM PWM capture filter value"

0 commit comments

Comments
 (0)