Skip to content

Commit 7c112e4

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

File tree

9 files changed

+36
-36
lines changed

9 files changed

+36
-36
lines changed

dts/arm/nxp/nxp_k2x.dtsi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@
301301
};
302302

303303
ftm0: ftm@40038000{
304-
compatible = "nxp,kinetis-ftm";
304+
compatible = "nxp,ftm";
305305
reg = <0x40038000 0x98>;
306306
interrupts = <42 0>;
307307
clocks = <&mcg KINETIS_MCG_FIXED_FREQ_CLK>,
@@ -311,7 +311,7 @@
311311
};
312312

313313
ftm1: ftm@40039000{
314-
compatible = "nxp,kinetis-ftm";
314+
compatible = "nxp,ftm";
315315
reg = <0x40039000 0x98>;
316316
interrupts = <43 0>;
317317
clocks = <&mcg KINETIS_MCG_FIXED_FREQ_CLK>,
@@ -321,7 +321,7 @@
321321
};
322322

323323
ftm2: ftm@4003a000{
324-
compatible = "nxp,kinetis-ftm";
324+
compatible = "nxp,ftm";
325325
reg = <0x4003a000 0x98>;
326326
interrupts = <44 0>;
327327
clocks = <&mcg KINETIS_MCG_FIXED_FREQ_CLK>,
@@ -331,7 +331,7 @@
331331
};
332332

333333
ftm3: ftm@400b9000{
334-
compatible = "nxp,kinetis-ftm";
334+
compatible = "nxp,ftm";
335335
reg = <0x400b9000 0x98>;
336336
interrupts = <71 0>;
337337
clocks = <&mcg KINETIS_MCG_FIXED_FREQ_CLK>,

dts/arm/nxp/nxp_k6x.dtsi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@
386386
};
387387

388388
ftm0: ftm@40038000{
389-
compatible = "nxp,kinetis-ftm";
389+
compatible = "nxp,ftm";
390390
reg = <0x40038000 0x98>;
391391
interrupts = <42 0>;
392392
clocks = <&mcg KINETIS_MCG_FIXED_FREQ_CLK>;
@@ -395,7 +395,7 @@
395395
};
396396

397397
ftm1: ftm@40039000{
398-
compatible = "nxp,kinetis-ftm";
398+
compatible = "nxp,ftm";
399399
reg = <0x40039000 0x98>;
400400
interrupts = <43 0>;
401401
clocks = <&mcg KINETIS_MCG_FIXED_FREQ_CLK>;
@@ -404,7 +404,7 @@
404404
};
405405

406406
ftm2: ftm@4003a000{
407-
compatible = "nxp,kinetis-ftm";
407+
compatible = "nxp,ftm";
408408
reg = <0x4003a000 0x98>;
409409
interrupts = <44 0>;
410410
clocks = <&mcg KINETIS_MCG_FIXED_FREQ_CLK>;
@@ -413,7 +413,7 @@
413413
};
414414

415415
ftm3: ftm@400b9000{
416-
compatible = "nxp,kinetis-ftm";
416+
compatible = "nxp,ftm";
417417
reg = <0x400b9000 0x98>;
418418
interrupts = <71 0>;
419419
clocks = <&mcg KINETIS_MCG_FIXED_FREQ_CLK>;

dts/arm/nxp/nxp_k8x.dtsi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@
290290
};
291291

292292
ftm0: ftm@40038000 {
293-
compatible = "nxp,kinetis-ftm";
293+
compatible = "nxp,ftm";
294294
reg = <0x40038000 0x1000>;
295295
interrupts = <42 0>;
296296
clocks = <&mcg KINETIS_MCG_FIXED_FREQ_CLK>;
@@ -299,7 +299,7 @@
299299
};
300300

301301
ftm1: ftm@40039000 {
302-
compatible = "nxp,kinetis-ftm";
302+
compatible = "nxp,ftm";
303303
reg = <0x40039000 0x1000>;
304304
interrupts = <43 0>;
305305
clocks = <&mcg KINETIS_MCG_FIXED_FREQ_CLK>;
@@ -308,7 +308,7 @@
308308
};
309309

310310
ftm2: ftm@4003a000 {
311-
compatible = "nxp,kinetis-ftm";
311+
compatible = "nxp,ftm";
312312
reg = <0x4003a000 0x1000>;
313313
interrupts = <44 0>;
314314
clocks = <&mcg KINETIS_MCG_FIXED_FREQ_CLK>;
@@ -317,7 +317,7 @@
317317
};
318318

319319
ftm3: ftm@400b9000 {
320-
compatible = "nxp,kinetis-ftm";
320+
compatible = "nxp,ftm";
321321
reg = <0x400b9000 0x1000>;
322322
interrupts = <71 0>;
323323
clocks = <&mcg KINETIS_MCG_FIXED_FREQ_CLK>;

dts/arm/nxp/nxp_ke1xf.dtsi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@
535535
};
536536

537537
ftm0: ftm@40038000 {
538-
compatible = "nxp,kinetis-ftm";
538+
compatible = "nxp,ftm";
539539
reg = <0x40038000 0x1000>;
540540
interrupts = <42 0>;
541541
clocks = <&pcc 0xe0 KINETIS_PCC_SRC_FIRC_ASYNC>;
@@ -544,7 +544,7 @@
544544
};
545545

546546
ftm1: ftm@40039000 {
547-
compatible = "nxp,kinetis-ftm";
547+
compatible = "nxp,ftm";
548548
reg = <0x40039000 0x1000>;
549549
interrupts = <43 0>;
550550
clocks = <&pcc 0xe4 KINETIS_PCC_SRC_FIRC_ASYNC>;
@@ -553,7 +553,7 @@
553553
};
554554

555555
ftm2: ftm@4003a000 {
556-
compatible = "nxp,kinetis-ftm";
556+
compatible = "nxp,ftm";
557557
reg = <0x4003a000 0x1000>;
558558
interrupts = <44 0>;
559559
clocks = <&pcc 0xe8 KINETIS_PCC_SRC_FIRC_ASYNC>;
@@ -562,7 +562,7 @@
562562
};
563563

564564
ftm3: ftm@40026000 {
565-
compatible = "nxp,kinetis-ftm";
565+
compatible = "nxp,ftm";
566566
reg = <0x40026000 0x1000>;
567567
interrupts = <71 0>;
568568
clocks = <&pcc 0x98 KINETIS_PCC_SRC_FIRC_ASYNC>;

dts/arm/nxp/nxp_ke1xz.dtsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@
345345
};
346346

347347
ftm0: ftm@40038000 {
348-
compatible = "nxp,kinetis-ftm";
348+
compatible = "nxp,ftm";
349349
reg = <0x40038000 0x1000>;
350350
interrupts = <17 0>;
351351
clocks = <&pcc 0xe0 KINETIS_PCC_SRC_FIRC_ASYNC>;
@@ -354,7 +354,7 @@
354354
};
355355

356356
ftm1: ftm@40039000 {
357-
compatible = "nxp,kinetis-ftm";
357+
compatible = "nxp,ftm";
358358
reg = <0x40039000 0x1000>;
359359
interrupts = <18 0>;
360360
clocks = <&pcc 0xe4 KINETIS_PCC_SRC_FIRC_ASYNC>;
@@ -363,7 +363,7 @@
363363
};
364364

365365
ftm2: ftm@4003a000 {
366-
compatible = "nxp,kinetis-ftm";
366+
compatible = "nxp,ftm";
367367
reg = <0x4003a000 0x1000>;
368368
interrupts = <19 0>;
369369
clocks = <&pcc 0xe8 KINETIS_PCC_SRC_FIRC_ASYNC>;

dts/arm/nxp/nxp_kv5x.dtsi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -207,31 +207,31 @@
207207
};
208208

209209
ftm0: ftm@40038000 {
210-
compatible = "nxp,kinetis-ftm";
210+
compatible = "nxp,ftm";
211211
reg = <0x40038000 0x1000>;
212212
interrupts = <42 0>;
213213
prescaler = <16>;
214214
status = "disabled";
215215
};
216216

217217
ftm1: ftm@40039000 {
218-
compatible = "nxp,kinetis-ftm";
218+
compatible = "nxp,ftm";
219219
reg = <0x40039000 0x1000>;
220220
interrupts = <43 0>;
221221
prescaler = <16>;
222222
status = "disabled";
223223
};
224224

225225
ftm2: ftm@4003a000 {
226-
compatible = "nxp,kinetis-ftm";
226+
compatible = "nxp,ftm";
227227
reg = <0x4003a000 0x1000>;
228228
interrupts = <53 0>;
229229
prescaler = <16>;
230230
status = "disabled";
231231
};
232232

233233
ftm3: ftm@40026000 {
234-
compatible = "nxp,kinetis-ftm";
234+
compatible = "nxp,ftm";
235235
reg = <0x40026000 0x1000>;
236236
interrupts = <71 0>;
237237
prescaler = <16>;

dts/arm/nxp/nxp_kw2xd.dtsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@
295295
};
296296

297297
ftm0: ftm@40038000{
298-
compatible = "nxp,kinetis-ftm";
298+
compatible = "nxp,ftm";
299299
reg = <0x40038000 0x98>;
300300
interrupts = <42 0>;
301301
clocks = <&mcg KINETIS_MCG_FIXED_FREQ_CLK>;
@@ -304,7 +304,7 @@
304304
};
305305

306306
ftm1: ftm@40039000{
307-
compatible = "nxp,kinetis-ftm";
307+
compatible = "nxp,ftm";
308308
reg = <0x40039000 0x98>;
309309
interrupts = <43 0>;
310310
clocks = <&mcg KINETIS_MCG_FIXED_FREQ_CLK>;
@@ -313,7 +313,7 @@
313313
};
314314

315315
ftm2: ftm@4003a000{
316-
compatible = "nxp,kinetis-ftm";
316+
compatible = "nxp,ftm";
317317
reg = <0x4003a000 0x98>;
318318
interrupts = <44 0>;
319319
clocks = <&mcg KINETIS_MCG_FIXED_FREQ_CLK>;

dts/arm/nxp/nxp_s32k1xx.dtsi

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
};
240240

241241
ftm0: ftm@40038000 {
242-
compatible = "nxp,kinetis-ftm";
242+
compatible = "nxp,ftm";
243243
reg = <0x40038000 0x1000>;
244244
interrupts = <99 0>, <100 0>, <101 0>, <102 0>, <104 0>;
245245
interrupt-names = "0-1", "2-3", "4-5", "6-7", "overflow";
@@ -249,7 +249,7 @@
249249
};
250250

251251
ftm1: ftm@40039000 {
252-
compatible = "nxp,kinetis-ftm";
252+
compatible = "nxp,ftm";
253253
reg = <0x40039000 0x1000>;
254254
interrupts = <105 0>, <106 0>, <107 0>, <108 0>, <110 0>;
255255
interrupt-names = "0-1", "2-3", "4-5", "6-7", "overflow";
@@ -259,7 +259,7 @@
259259
};
260260

261261
ftm2: ftm@4003a000 {
262-
compatible = "nxp,kinetis-ftm";
262+
compatible = "nxp,ftm";
263263
reg = <0x4003a000 0x1000>;
264264
interrupts = <111 0>, <112 0>, <113 0>, <114 0>, <116 0>;
265265
interrupt-names = "0-1", "2-3", "4-5", "6-7", "overflow";
@@ -269,7 +269,7 @@
269269
};
270270

271271
ftm3: ftm@40026000 {
272-
compatible = "nxp,kinetis-ftm";
272+
compatible = "nxp,ftm";
273273
reg = <0x40026000 0x1000>;
274274
interrupts = <117 0>, <118 0>, <119 0>, <120 0>, <122 0>;
275275
interrupt-names = "0-1", "2-3", "4-5", "6-7", "overflow";
@@ -279,7 +279,7 @@
279279
};
280280

281281
ftm4: ftm@4006e000 {
282-
compatible = "nxp,kinetis-ftm";
282+
compatible = "nxp,ftm";
283283
reg = <0x4006e000 0x1000>;
284284
interrupts = <123 0>, <124 0>, <125 0>, <126 0>, <128 0>;
285285
interrupt-names = "0-1", "2-3", "4-5", "6-7", "overflow";
@@ -289,7 +289,7 @@
289289
};
290290

291291
ftm5: ftm@4006f000 {
292-
compatible = "nxp,kinetis-ftm";
292+
compatible = "nxp,ftm";
293293
reg = <0x4006f000 0x1000>;
294294
interrupts = <129 0>, <130 0>, <131 0>, <132 0>, <134 0>;
295295
interrupt-names = "0-1", "2-3", "4-5", "6-7", "overflow";
@@ -299,7 +299,7 @@
299299
};
300300

301301
ftm6: ftm@40070000 {
302-
compatible = "nxp,kinetis-ftm";
302+
compatible = "nxp,ftm";
303303
reg = <0x40070000 0x1000>;
304304
interrupts = <135 0>, <136 0>, <137 0>, <138 0>, <140 0>;
305305
interrupt-names = "0-1", "2-3", "4-5", "6-7", "overflow";
@@ -309,7 +309,7 @@
309309
};
310310

311311
ftm7: ftm@40071000 {
312-
compatible = "nxp,kinetis-ftm";
312+
compatible = "nxp,ftm";
313313
reg = <0x40071000 0x1000>;
314314
interrupts = <141 0>, <142 0>, <143 0>, <144 0>, <146 0>;
315315
interrupt-names = "0-1", "2-3", "4-5", "6-7", "overflow";

dts/bindings/arm/nxp,kinetis-ftm.yaml renamed to dts/bindings/arm/nxp,ftm.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Copyright (c) 2017, NXP
22
# SPDX-License-Identifier: Apache-2.0
33

4-
description: Kinetis FTM
4+
description: NXP FlexTimer Module (FTM)
55

6-
compatible: "nxp,kinetis-ftm"
6+
compatible: "nxp,ftm"
77

88
include: base.yaml
99

0 commit comments

Comments
 (0)