Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx6ul: add sdma support

Add device node for the i.MX6UL SDMA unit.

Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Lothar Waßmann and committed by
Shawn Guo
76758c6a b9901fe8

+12
+12
arch/arm/boot/dts/imx6ul.dtsi
··· 548 548 clock-names = "ipg", "per"; 549 549 }; 550 550 551 + sdma: sdma@020ec000 { 552 + compatible = "fsl,imx6ul-sdma", "fsl,imx6q-sdma", 553 + "fsl,imx35-sdma"; 554 + reg = <0x020ec000 0x4000>; 555 + interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>; 556 + clocks = <&clks IMX6UL_CLK_SDMA>, 557 + <&clks IMX6UL_CLK_SDMA>; 558 + clock-names = "ipg", "ahb"; 559 + #dma-cells = <3>; 560 + fsl,sdma-ram-script-name = "imx/sdma/sdma-imx6q.bin"; 561 + }; 562 + 551 563 pwm5: pwm@020f0000 { 552 564 compatible = "fsl,imx6ul-pwm", "fsl,imx27-pwm"; 553 565 reg = <0x020f0000 0x4000>;