mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-02 10:56:45 +07:00
ARM: DTS: da850: fix edma0 reg space
The size of the eDMA0 CC register space is 0x8000 and not 0x10000. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Tested-by: Sushaanth Srirangapathi <sushaanth.s@ti.com> Signed-off-by: Sekhar Nori <nsekhar@ti.com>
This commit is contained in:
parent
ae0add740c
commit
dfaebb509b
@ -152,7 +152,8 @@ mii_pins: pinmux_mii_pins {
|
||||
};
|
||||
edma0: edma@01c00000 {
|
||||
compatible = "ti,edma3";
|
||||
reg = <0x0 0x10000>;
|
||||
/* eDMA3 CC0: 0x01c0 0000 - 0x01c0 7fff */
|
||||
reg = <0x0 0x8000>;
|
||||
interrupts = <11 13 12>;
|
||||
#dma-cells = <1>;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user