diff options
author | YuTong Chang <[email protected]> | 2022-06-20 05:41:46 -0700 |
---|---|---|
committer | Tony Lindgren <[email protected]> | 2022-07-04 09:24:46 +0300 |
commit | 2eb502f496f7764027b7958d4e74356fed918059 (patch) | |
tree | 4d726af4908681e7696f327c07e03dd44a867185 | |
parent | f2906aa863381afb0015a9eb7fefad885d4e5a56 (diff) |
ARM: dts: am33xx: Fix MMCHS0 dma properties
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: <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/am33xx-l4.dtsi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/am33xx-l4.dtsi b/arch/arm/boot/dts/am33xx-l4.dtsi index 7da42a5b959c..7e50fe633d8a 100644 --- a/arch/arm/boot/dts/am33xx-l4.dtsi +++ b/arch/arm/boot/dts/am33xx-l4.dtsi @@ -1502,8 +1502,7 @@ 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>; |