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

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 <mtwget@gmail.com>
Message-Id: <20220620124146.5330-1-mtwget@gmail.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>

authored by

YuTong Chang and committed by
Tony Lindgren
2eb502f4 f2906aa8

+1 -2
+1 -2
arch/arm/boot/dts/am33xx-l4.dtsi
··· 1502 1502 mmc1: mmc@0 { 1503 1503 compatible = "ti,am335-sdhci"; 1504 1504 ti,needs-special-reset; 1505 - dmas = <&edma_xbar 24 0 0 1506 - &edma_xbar 25 0 0>; 1505 + dmas = <&edma 24 0>, <&edma 25 0>; 1507 1506 dma-names = "tx", "rx"; 1508 1507 interrupts = <64>; 1509 1508 reg = <0x0 0x1000>;