ARM: dts: dra7: Move the sDMA crossbar node under l4_cfg/scm
Move the sDMA xbar nodes under the L4 interconnect node. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
Родитель
ca6fd1c9cf
Коммит
3d2a58bc57
|
@ -161,6 +161,15 @@
|
||||||
compatible = "syscon";
|
compatible = "syscon";
|
||||||
reg = <0x1c24 0x0024>;
|
reg = <0x1c24 0x0024>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
sdma_xbar: dma-router@b78 {
|
||||||
|
compatible = "ti,dra7-dma-crossbar";
|
||||||
|
reg = <0xb78 0xfc>;
|
||||||
|
#dma-cells = <1>;
|
||||||
|
dma-requests = <205>;
|
||||||
|
ti,dma-safe-map = <0>;
|
||||||
|
dma-masters = <&sdma>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
cm_core_aon: cm_core_aon@5000 {
|
cm_core_aon: cm_core_aon@5000 {
|
||||||
|
@ -315,15 +324,6 @@
|
||||||
dma-requests = <127>;
|
dma-requests = <127>;
|
||||||
};
|
};
|
||||||
|
|
||||||
sdma_xbar: dma-router@4a002b78 {
|
|
||||||
compatible = "ti,dra7-dma-crossbar";
|
|
||||||
reg = <0x4a002b78 0xfc>;
|
|
||||||
#dma-cells = <1>;
|
|
||||||
dma-requests = <205>;
|
|
||||||
ti,dma-safe-map = <0>;
|
|
||||||
dma-masters = <&sdma>;
|
|
||||||
};
|
|
||||||
|
|
||||||
gpio1: gpio@4ae10000 {
|
gpio1: gpio@4ae10000 {
|
||||||
compatible = "ti,omap4-gpio";
|
compatible = "ti,omap4-gpio";
|
||||||
reg = <0x4ae10000 0x200>;
|
reg = <0x4ae10000 0x200>;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче