ARM: dts: am33xx: Fix MMCHS0 dma properties
[ Upstream commit2eb502f496] According to technical manual(table 11-24), the DMA of MMCHS0 should be direct mapped. Fixes:b5e5090660("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> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
cce5dc0333
commit
8934aea1a4
1 changed files with 1 additions and 2 deletions
|
|
@ -1352,8 +1352,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>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue