Skip to content

Commit 98e61da

Browse files
committed
bindings: dma: fix naming of xlnx bindings
file should be named after the compatible and these files where using an incorrect vendor prefix. Signed-off-by: Benjamin Cabé <[email protected]>
1 parent eb79bf0 commit 98e61da

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

doc/releases/migration-guide-4.2.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ DMA
113113

114114
* Renamed the devicetree property ``nxp,a_on`` to ``nxp,a-on``.
115115
* Renamed the devicetree property ``dma_channels`` to ``dma-channels``.
116+
* The binding files for Xilinx DMA controllers have been renamed to use the proper vendor prefix
117+
(``xlnx`` instead of ``xilinx``) and to match their compatible string.
116118

117119
Regulator
118120
=========

dts/bindings/dma/xilinx,axi-dma.yaml renamed to dts/bindings/dma/xlnx,axi-dma.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: |
55
Xilinx AXI DMA LogiCORE IP controller with compatibility string
66
generated for use of the DMA outside of the AXI Ethernet subsystem.
77
8-
include: xilinx,axi-dma-base.yaml
8+
include: xlnx,axi-dma-base.yaml
99

1010
compatible: "xlnx,axi-dma-1.00.a"
1111

dts/bindings/dma/xilinx,eth-dma.yaml renamed to dts/bindings/dma/xlnx,eth-dma.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: |
55
Xilinx AXI DMA LogiCORE IP controller with compatibility string
66
generated in use with the AXI Ethernet subsystem.
77
8-
include: xilinx,axi-dma-base.yaml
8+
include: xlnx,axi-dma-base.yaml
99

1010
# this is the compatible generated by Vitis for the AXI Ethernet subsystem
1111
compatible: "xlnx,eth-dma"

0 commit comments

Comments
 (0)