Skip to content

Commit f8f8aa1

Browse files
hakehuangMaureenHelm
authored andcommitted
dts: nxp edma update edma label to aligne with config setting
after 7c69934 Convert drivers to new DT device macros now the device name is aligned with label so we need align them to default config Signed-off-by: Hake Huang <[email protected]>
1 parent c5b8987 commit f8f8aa1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dts/arm/nxp/nxp_k6x.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@
507507
clocks = <&sim KINETIS_SIM_DMA_CLK 0x1040 0x00000002>,
508508
<&sim KINETIS_SIM_DMAMUX_CLK 0x103C 0x00000002>;
509509
status = "disabled";
510-
label = "EDMA0";
510+
label = "DMA_0";
511511
};
512512

513513
pit0: pit@40037000 {

dts/arm/nxp/nxp_rt.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@
592592
<16 0>;
593593
clocks = <&ccm IMX_CCM_EDMA_CLK 0x7C 0x000000C0>;
594594
status = "disabled";
595-
label = "EDMA0";
595+
label = "DMA_0";
596596
};
597597

598598
flexcan1: can@401d0000 {

0 commit comments

Comments
 (0)