summaryrefslogtreecommitdiffstats
path: root/include/dt-bindings/dma
Commit message (Collapse)AuthorAgeFilesLines
* xilinx: Sync DTs with Linux kernelMichal Simek2021-03-301-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are several changes which happen in mainline kernel which should get also to U-Boot. Here is the list of patches from the kernel: - ARM: zynq: Fix leds subnode name for zc702/zybo-z7 - arm64: dts: zynqmp: Fix leds subnode name for zcu100/ultra96 v1 - arm64: dts: zynqmp: Fix u48 si5382 chip on zcu111 - arm64: dts: zynqmp: Wire up the DisplayPort subsystem - arm64: dts: zynqmp: Add DisplayPort subsystem - arm64: dts: zynqmp: Add DPDMA node - arm64: dts: zynqmp: Enable phy driver for Sata on zcu102/zcu104/zcu106 - arm64: dts: zynqmp: Enable si5341 driver for zcu102/106/111 - arm64: dts: zynqmp: Add DT description for si5328 for zcu102/zcu106 - arm64: dts: zynqmp-zcu100-revC: correct interrupt flags - arm64: dts: xilinx: align GPIO hog names with dtschema - arm64: zynqmp: Add Xilinx AES node - dt: bindings: dma: xilinx: dpdma: DT bindings for Xilinx DPDMA but also some other changes have been done. - Using only one compatible string for adxl345 on zturn - Remove Xilinx internal DP bindings - Remove USB3.0 serdes configurations - Remove SATA serdes configuration for zc1232 - Resort nvmem_firmware - Update nand compatible string - Aling power-domains property for sd0/1 Signed-off-by: Michal Simek <michal.simek@xilinx.com>
* arm: dts: k3-am65/j721e: Sync DMA DT bindings from Kernel DTVignesh Raghavendra2020-07-131-31/+0
| | | | | | | | Sync DT bindings from kernel DT and move them to out of -u-boot.dtsi files. Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com> Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com>
* dma: ti: add driver to K3 UDMAVignesh R2019-04-111-0/+31
| | | | | | | | | | | | | | | | | | The UDMA-P is intended to perform similar (but significantly upgraded) functions as the packet-oriented DMA used on previous SoC devices. The UDMA-P module supports the transmission and reception of various packet types. The UDMA-P also supports acting as both a UTC and UDMA-C for its internal channels. Channels in the UDMA-P can be configured to be either Packet-Based or Third-Party channels on a channel by channel basis. The initial driver supports: - MEM_TO_MEM (TR mode) - DEV_TO_MEM (Packet mode) - MEM_TO_DEV (Packet mode) Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com> Signed-off-by: Vignesh R <vigneshr@ti.com>
* bmips: bcm6318: add bcm6348-iudma supportÁlvaro Fernández Rojas2018-12-191-0/+14
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* bmips: bcm63268: add bcm6348-iudma supportÁlvaro Fernández Rojas2018-12-191-0/+14
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* bmips: bcm6362: add bcm6348-iudma supportÁlvaro Fernández Rojas2018-12-191-0/+14
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* bmips: bcm6328: add bcm6348-iudma supportÁlvaro Fernández Rojas2018-12-191-0/+14
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* bmips: bcm6368: add bcm6348-iudma supportÁlvaro Fernández Rojas2018-12-191-0/+14
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* bmips: bcm6358: add bcm6348-iudma supportÁlvaro Fernández Rojas2018-12-191-0/+16
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* bmips: bcm6348: add bcm6348-iudma supportÁlvaro Fernández Rojas2018-12-191-0/+16
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* bmips: bcm6338: add bcm6348-iudma supportÁlvaro Fernández Rojas2018-12-191-0/+14
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* arm: at91: dts: Bring in device tree file for AT91SAM9G45Simon Glass2016-06-121-0/+52
| | | | | | | | | | Add this file from Linux v4.5. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heiko Schocher <hs@denx.de> Tested-on: smartweb, corvus, taurus, axm Tested-by: Heiko Schocher <hs@denx.de> Reviewed-by: Andreas Bießmann <andreas@biessmann.org>
* sunxi: dts: Sync all dts files with upstream kernelHans de Goede2015-05-041-0/+56
Bring all the sunxi dts files (and update existing ones) from mripard/sunxi/dt-for-4.1 (which will be merged into upstream master any day now). This is necessary so that we can move all sunxi boards over to the driver model. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Reviewed-by: Simon Glass <sjg@chromium.org> Acked-by: Ian Campbell <ijc@hellion.org.uk>