diff options
author | Andrew Davis <afd@ti.com> | 2022-08-23 03:11:34 +0300 |
---|---|---|
committer | Vignesh Raghavendra <vigneshr@ti.com> | 2022-09-01 17:35:18 +0300 |
commit | 530eaa573a33fdd86725fdd2b979cbbbc539d47c (patch) | |
tree | e16ffb1a05c26055d2b0b5dde700994397ac7b98 /arch/arm64/boot/dts/ti | |
parent | 1ad4669b4bbe6b72784acdb5b24f72b22ad8f1d1 (diff) | |
download | linux-530eaa573a33fdd86725fdd2b979cbbbc539d47c.tar.xz |
arm64: dts: ti: k3-am65-main: Move SA2UL to unused PSI-L thread ID
The first TX and first two RX PSI-L threads for SA2UL are used
by SYSFW on High Security(HS) devices. Use the next available
threads to prevent resource allocation conflicts.
Signed-off-by: Andrew Davis <afd@ti.com>
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Reviewed-by: Jayesh Choudhary <j-choudhary@ti.com>
Link: https://lore.kernel.org/r/20220823001136.10944-2-afd@ti.com
Diffstat (limited to 'arch/arm64/boot/dts/ti')
-rw-r--r-- | arch/arm64/boot/dts/ti/k3-am65-main.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-am65-main.dtsi b/arch/arm64/boot/dts/ti/k3-am65-main.dtsi index b3e714e1abed..165f53bd058b 100644 --- a/arch/arm64/boot/dts/ti/k3-am65-main.dtsi +++ b/arch/arm64/boot/dts/ti/k3-am65-main.dtsi @@ -117,8 +117,8 @@ #size-cells = <2>; ranges = <0x0 0x04e00000 0x00 0x04e00000 0x0 0x30000>; - dmas = <&main_udmap 0xc000>, <&main_udmap 0x4000>, - <&main_udmap 0x4001>; + dmas = <&main_udmap 0xc001>, <&main_udmap 0x4002>, + <&main_udmap 0x4003>; dma-names = "tx", "rx1", "rx2"; dma-coherent; |