]> Git Repo - linux.git/commitdiff
ARM: dts: am33xx: Fix MMCHS0 dma properties
authorYuTong Chang <[email protected]>
Mon, 20 Jun 2022 12:41:46 +0000 (05:41 -0700)
committerTony Lindgren <[email protected]>
Mon, 4 Jul 2022 06:24:46 +0000 (09:24 +0300)
According to technical manual(table 11-24), the DMA of MMCHS0 should be
direct mapped.

Fixes: b5e509066074 ("ARM: DTS: am33xx: Use the new DT bindings for the eDMA3")
Signed-off-by: YuTong Chang <[email protected]>
Message-Id: <20220620124146[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
arch/arm/boot/dts/am33xx-l4.dtsi

index 7da42a5b959cf5ceee61b0a560a4ac137fc3d4db..7e50fe633d8a1946ebbca072bf4fb41d75db2810 100644 (file)
                        mmc1: mmc@0 {
                                compatible = "ti,am335-sdhci";
                                ti,needs-special-reset;
-                               dmas = <&edma_xbar 24 0 0
-                                       &edma_xbar 25 0 0>;
+                               dmas = <&edma 24 0>, <&edma 25 0>;
                                dma-names = "tx", "rx";
                                interrupts = <64>;
                                reg = <0x0 0x1000>;
This page took 0.08924 seconds and 4 git commands to generate.