Skip to content

Commit 4ab9172

Browse files
manuarguefabiobaltieri
authored andcommitted
dts: bindings: rename nxp,imx-lpspi compatible
Rename "nxp,imx-lpspi" compatible to "nxp,lpspi" to remove the device family from its name. Signed-off-by: Manuel Argüelles <[email protected]>
1 parent 97bb234 commit 4ab9172

File tree

17 files changed

+65
-65
lines changed

17 files changed

+65
-65
lines changed

drivers/spi/Kconfig.mcux_lpspi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
# SPDX-License-Identifier: Apache-2.0
55

66
config SPI_MCUX_LPSPI
7-
bool "MCUX SPI driver"
7+
bool "MCUX LPSPI driver"
88
default y
9-
depends on DT_HAS_NXP_IMX_LPSPI_ENABLED
9+
depends on DT_HAS_NXP_LPSPI_ENABLED
1010
depends on CLOCK_CONTROL
1111
select PINCTRL
1212
help
13-
Enable support for mcux spi driver.
13+
Enable support for MCUX LPSPI driver.
1414

1515
if SPI_MCUX_LPSPI
1616
config SPI_MCUX_LPSPI_DMA

drivers/spi/spi_mcux_lpspi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7-
#define DT_DRV_COMPAT nxp_imx_lpspi
7+
#define DT_DRV_COMPAT nxp_lpspi
88

99
#include <zephyr/drivers/spi.h>
1010
#include <zephyr/drivers/pinctrl.h>

dts/arm/nxp/nxp_ke1xf.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@
380380
};
381381

382382
lpspi0: spi@4002c000 {
383-
compatible = "nxp,imx-lpspi";
383+
compatible = "nxp,lpspi";
384384
reg = <0x4002c000 0x1000>;
385385
interrupts = <26 0>;
386386
clocks = <&pcc 0xb0 KINETIS_PCC_SRC_FIRC_ASYNC>;
@@ -390,7 +390,7 @@
390390
};
391391

392392
lpspi1: spi@4002d000 {
393-
compatible = "nxp,imx-lpspi";
393+
compatible = "nxp,lpspi";
394394
reg = <0x4002d000 0x1000>;
395395
interrupts = <27 0>;
396396
clocks = <&pcc 0xb4 KINETIS_PCC_SRC_FIRC_ASYNC>;

dts/arm/nxp/nxp_ke1xz.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@
422422
};
423423

424424
lpspi0: spi@4002c000 {
425-
compatible = "nxp,imx-lpspi";
425+
compatible = "nxp,lpspi";
426426
reg = <0x4002c000 0x1000>;
427427
interrupts = <10 0>;
428428
clocks = <&pcc 0xb0 KINETIS_PCC_SRC_FIRC_ASYNC>;
@@ -432,7 +432,7 @@
432432
};
433433

434434
lpspi1: spi@4002d000 {
435-
compatible = "nxp,imx-lpspi";
435+
compatible = "nxp,lpspi";
436436
reg = <0x4002d000 0x1000>;
437437
interrupts = <11 0>;
438438
clocks = <&pcc 0xb4 KINETIS_PCC_SRC_FIRC_ASYNC>;

dts/arm/nxp/nxp_mcxn23x_common.dtsi

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
status = "disabled";
187187
};
188188
flexcomm0_lpspi0: spi@92000 {
189-
compatible = "nxp,imx-lpspi";
189+
compatible = "nxp,lpspi";
190190
reg = <0x92000 0x1000>;
191191
clocks = <&syscon MCUX_FLEXCOMM0_CLK>;
192192
#address-cells = <1>;
@@ -223,7 +223,7 @@
223223
status = "disabled";
224224
};
225225
flexcomm1_lpspi1: spi@93000 {
226-
compatible = "nxp,imx-lpspi";
226+
compatible = "nxp,lpspi";
227227
reg = <0x93000 0x1000>;
228228
clocks = <&syscon MCUX_FLEXCOMM1_CLK>;
229229
#address-cells = <1>;
@@ -263,7 +263,7 @@
263263
status = "disabled";
264264
};
265265
flexcomm2_lpspi2: spi@94000 {
266-
compatible = "nxp,imx-lpspi";
266+
compatible = "nxp,lpspi";
267267
reg = <0x94000 0x1000>;
268268
clocks = <&syscon MCUX_FLEXCOMM2_CLK>;
269269
#address-cells = <1>;
@@ -300,7 +300,7 @@
300300
status = "disabled";
301301
};
302302
flexcomm3_lpspi3: spi@95000 {
303-
compatible = "nxp,imx-lpspi";
303+
compatible = "nxp,lpspi";
304304
reg = <0x95000 0x1000>;
305305
clocks = <&syscon MCUX_FLEXCOMM3_CLK>;
306306
#address-cells = <1>;
@@ -337,7 +337,7 @@
337337
status = "disabled";
338338
};
339339
flexcomm4_lpspi4: spi@b4000 {
340-
compatible = "nxp,imx-lpspi";
340+
compatible = "nxp,lpspi";
341341
reg = <0xb4000 0x1000>;
342342
clocks = <&syscon MCUX_FLEXCOMM4_CLK>;
343343
#address-cells = <1>;
@@ -374,7 +374,7 @@
374374
status = "disabled";
375375
};
376376
flexcomm5_lpspi5: spi@b5000 {
377-
compatible = "nxp,imx-lpspi";
377+
compatible = "nxp,lpspi";
378378
reg = <0xb5000 0x1000>;
379379
clocks = <&syscon MCUX_FLEXCOMM5_CLK>;
380380
#address-cells = <1>;
@@ -408,7 +408,7 @@
408408
status = "disabled";
409409
};
410410
flexcomm6_lpspi6: spi@b6000 {
411-
compatible = "nxp,imx-lpspi";
411+
compatible = "nxp,lpspi";
412412
reg = <0xb6000 0x1000>;
413413
clocks = <&syscon MCUX_FLEXCOMM6_CLK>;
414414
#address-cells = <1>;
@@ -442,7 +442,7 @@
442442
status = "disabled";
443443
};
444444
flexcomm7_lpspi7: spi@b7000 {
445-
compatible = "nxp,imx-lpspi";
445+
compatible = "nxp,lpspi";
446446
reg = <0xb7000 0x1000>;
447447
clocks = <&syscon MCUX_FLEXCOMM7_CLK>;
448448
#address-cells = <1>;

dts/arm/nxp/nxp_mcxn94x_common.dtsi

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
status = "disabled";
194194
};
195195
flexcomm0_lpspi0: spi@92000 {
196-
compatible = "nxp,imx-lpspi";
196+
compatible = "nxp,lpspi";
197197
reg = <0x92000 0x1000>;
198198
clocks = <&syscon MCUX_FLEXCOMM0_CLK>;
199199
#address-cells = <1>;
@@ -230,7 +230,7 @@
230230
status = "disabled";
231231
};
232232
flexcomm1_lpspi1: spi@93000 {
233-
compatible = "nxp,imx-lpspi";
233+
compatible = "nxp,lpspi";
234234
reg = <0x93000 0x1000>;
235235
clocks = <&syscon MCUX_FLEXCOMM1_CLK>;
236236
#address-cells = <1>;
@@ -270,7 +270,7 @@
270270
status = "disabled";
271271
};
272272
flexcomm2_lpspi2: spi@94000 {
273-
compatible = "nxp,imx-lpspi";
273+
compatible = "nxp,lpspi";
274274
reg = <0x94000 0x1000>;
275275
clocks = <&syscon MCUX_FLEXCOMM2_CLK>;
276276
#address-cells = <1>;
@@ -307,7 +307,7 @@
307307
status = "disabled";
308308
};
309309
flexcomm3_lpspi3: spi@95000 {
310-
compatible = "nxp,imx-lpspi";
310+
compatible = "nxp,lpspi";
311311
reg = <0x95000 0x1000>;
312312
clocks = <&syscon MCUX_FLEXCOMM3_CLK>;
313313
#address-cells = <1>;
@@ -344,7 +344,7 @@
344344
status = "disabled";
345345
};
346346
flexcomm4_lpspi4: spi@b4000 {
347-
compatible = "nxp,imx-lpspi";
347+
compatible = "nxp,lpspi";
348348
reg = <0xb4000 0x1000>;
349349
clocks = <&syscon MCUX_FLEXCOMM4_CLK>;
350350
#address-cells = <1>;
@@ -381,7 +381,7 @@
381381
status = "disabled";
382382
};
383383
flexcomm5_lpspi5: spi@b5000 {
384-
compatible = "nxp,imx-lpspi";
384+
compatible = "nxp,lpspi";
385385
reg = <0xb5000 0x1000>;
386386
clocks = <&syscon MCUX_FLEXCOMM5_CLK>;
387387
#address-cells = <1>;
@@ -415,7 +415,7 @@
415415
status = "disabled";
416416
};
417417
flexcomm6_lpspi6: spi@b6000 {
418-
compatible = "nxp,imx-lpspi";
418+
compatible = "nxp,lpspi";
419419
reg = <0xb6000 0x1000>;
420420
clocks = <&syscon MCUX_FLEXCOMM6_CLK>;
421421
#address-cells = <1>;
@@ -449,7 +449,7 @@
449449
status = "disabled";
450450
};
451451
flexcomm7_lpspi7: spi@b7000 {
452-
compatible = "nxp,imx-lpspi";
452+
compatible = "nxp,lpspi";
453453
reg = <0xb7000 0x1000>;
454454
clocks = <&syscon MCUX_FLEXCOMM7_CLK>;
455455
#address-cells = <1>;
@@ -483,7 +483,7 @@
483483
status = "disabled";
484484
};
485485
flexcomm8_lpspi8: spi@b8000 {
486-
compatible = "nxp,imx-lpspi";
486+
compatible = "nxp,lpspi";
487487
reg = <0xb8000 0x1000>;
488488
clocks = <&syscon MCUX_FLEXCOMM8_CLK>;
489489
#address-cells = <1>;
@@ -517,7 +517,7 @@
517517
status = "disabled";
518518
};
519519
flexcomm9_lpspi9: spi@b9000 {
520-
compatible = "nxp,imx-lpspi";
520+
compatible = "nxp,lpspi";
521521
reg = <0xb9000 0x1000>;
522522
clocks = <&syscon MCUX_FLEXCOMM9_CLK>;
523523
#address-cells = <1>;

dts/arm/nxp/nxp_mcxw71.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
};
210210

211211
lpspi0: spi@36000 {
212-
compatible = "nxp,imx-lpspi";
212+
compatible = "nxp,lpspi";
213213
reg = <0x36000 0x800>;
214214
interrupts = <42 0>;
215215
clocks = <&scg SCG_K4_FIRC_CLK 0xd8>;
@@ -219,7 +219,7 @@
219219
};
220220

221221
lpspi1: spi@37000 {
222-
compatible = "nxp,imx-lpspi";
222+
compatible = "nxp,lpspi";
223223
reg = <0x37000 0x800>;
224224
interrupts = <43 0>;
225225
clocks = <&scg SCG_K4_FIRC_CLK 0xdc>;

dts/arm/nxp/nxp_rt1010.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
/delete-node/ spi@40394000;
158158
/delete-node/ spi@40398000;
159159
lpspi1: spi@40194000 {
160-
compatible = "nxp,imx-lpspi";
160+
compatible = "nxp,lpspi";
161161
reg = <0x40194000 0x4000>;
162162
interrupts = <32 3>;
163163
status = "disabled";
@@ -167,7 +167,7 @@
167167
};
168168

169169
lpspi2: spi@40198000 {
170-
compatible = "nxp,imx-lpspi";
170+
compatible = "nxp,lpspi";
171171
reg = <0x40198000 0x4000>;
172172
interrupts = <33 3>;
173173
status = "disabled";

dts/arm/nxp/nxp_rt10xx.dtsi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@
453453
};
454454

455455
lpspi1: spi@40394000 {
456-
compatible = "nxp,imx-lpspi";
456+
compatible = "nxp,lpspi";
457457
reg = <0x40394000 0x4000>;
458458
interrupts = <32 3>;
459459
status = "disabled";
@@ -463,7 +463,7 @@
463463
};
464464

465465
lpspi2: spi@40398000 {
466-
compatible = "nxp,imx-lpspi";
466+
compatible = "nxp,lpspi";
467467
reg = <0x40398000 0x4000>;
468468
interrupts = <33 3>;
469469
status = "disabled";
@@ -473,7 +473,7 @@
473473
};
474474

475475
lpspi3: spi@4039c000 {
476-
compatible = "nxp,imx-lpspi";
476+
compatible = "nxp,lpspi";
477477
reg = <0x4039c000 0x4000>;
478478
interrupts = <34 3>;
479479
status = "disabled";
@@ -483,7 +483,7 @@
483483
};
484484

485485
lpspi4: spi@403a0000 {
486-
compatible = "nxp,imx-lpspi";
486+
compatible = "nxp,lpspi";
487487
reg = <0x403a0000 0x4000>;
488488
interrupts = <35 3>;
489489
status = "disabled";

dts/arm/nxp/nxp_rt11xx.dtsi

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@
411411
};
412412

413413
lpspi1: spi@40114000 {
414-
compatible = "nxp,imx-lpspi";
414+
compatible = "nxp,lpspi";
415415
reg = <0x40114000 0x4000>;
416416
interrupts = <38 3>;
417417
status = "disabled";
@@ -421,7 +421,7 @@
421421
};
422422

423423
lpspi2: spi@40118000 {
424-
compatible = "nxp,imx-lpspi";
424+
compatible = "nxp,lpspi";
425425
reg = <0x40118000 0x4000>;
426426
interrupts = <39 3>;
427427
status = "disabled";
@@ -431,7 +431,7 @@
431431
};
432432

433433
lpspi3: spi@4011c000 {
434-
compatible = "nxp,imx-lpspi";
434+
compatible = "nxp,lpspi";
435435
reg = <0x4011c000 0x4000>;
436436
interrupts = <40 3>;
437437
status = "disabled";
@@ -441,7 +441,7 @@
441441
};
442442

443443
lpspi4: spi@40120000 {
444-
compatible = "nxp,imx-lpspi";
444+
compatible = "nxp,lpspi";
445445
reg = <0x40120000 0x4000>;
446446
interrupts = <41 3>;
447447
status = "disabled";
@@ -451,7 +451,7 @@
451451
};
452452

453453
lpspi5: spi@40c2c000 {
454-
compatible = "nxp,imx-lpspi";
454+
compatible = "nxp,lpspi";
455455
reg = <0x40c2c000 0x4000>;
456456
interrupts = <42 3>;
457457
status = "disabled";
@@ -461,7 +461,7 @@
461461
};
462462

463463
lpspi6: spi@40c30000 {
464-
compatible = "nxp,imx-lpspi";
464+
compatible = "nxp,lpspi";
465465
reg = <0x40c30000 0x4000>;
466466
interrupts = <43 3>;
467467
status = "disabled";

0 commit comments

Comments
 (0)