Skip to content

Commit 12f2070

Browse files
Peter UjfalusiTero Kristo
authored andcommitted
arm64: dts: ti: k3-am65-main: Move secure proxy under cbass_main_navss
Secure proxy (NAVSS0_SEC_PROXY0) is part of the Navigator Subsystem. Signed-off-by: Peter Ujfalusi <[email protected]> Reviewed-by: Lokesh Vutla <[email protected]> Signed-off-by: Tero Kristo <[email protected]>
1 parent 2daaa18 commit 12f2070

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

arch/arm64/boot/dts/ti/k3-am65-main.dtsi

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,6 @@
5151
};
5252
};
5353

54-
secure_proxy_main: mailbox@32c00000 {
55-
compatible = "ti,am654-secure-proxy";
56-
#mbox-cells = <1>;
57-
reg-names = "target_data", "rt", "scfg";
58-
reg = <0x00 0x32c00000 0x00 0x100000>,
59-
<0x00 0x32400000 0x00 0x100000>,
60-
<0x00 0x32800000 0x00 0x100000>;
61-
interrupt-names = "rx_011";
62-
interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
63-
};
64-
6554
serdes0: serdes@900000 {
6655
compatible = "ti,phy-am654-serdes";
6756
reg = <0x0 0x900000 0x0 0x2000>;
@@ -414,6 +403,17 @@
414403
ti,sci-rm-range-global-event = <0x1>;
415404
};
416405

406+
secure_proxy_main: mailbox@32c00000 {
407+
compatible = "ti,am654-secure-proxy";
408+
#mbox-cells = <1>;
409+
reg-names = "target_data", "rt", "scfg";
410+
reg = <0x00 0x32c00000 0x00 0x100000>,
411+
<0x00 0x32400000 0x00 0x100000>,
412+
<0x00 0x32800000 0x00 0x100000>;
413+
interrupt-names = "rx_011";
414+
interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
415+
};
416+
417417
hwspinlock: spinlock@30e00000 {
418418
compatible = "ti,am654-hwspinlock";
419419
reg = <0x00 0x30e00000 0x00 0x1000>;

0 commit comments

Comments
 (0)