Hi, This series introduces secure proxies meant for usage with bootloaders and firmware components in the SoC for all K3 SoCs. AM64x SoC is an odd case here as the single instance of secure proxy is dual use for both ROM and general purpose. All other SoCs have independent instances that is used for firmware and bootloader communication. Nitin had posted [1] to address one of the SoCs (AM62), I am cleaning that patch a bit in this series. Nishanth Menon (6): arm64: dts: ti: k3-am62a-main: Add sa3_secproxy arm64: dts: ti: k3-am65-mcu: Add mcu_secproxy arm64: dts: ti: k3-j7200-mcu: Add mcu_secproxy arm64: dts: ti: k3-j721e-mcu: Add mcu_secproxy arm64: dts: ti: k3-j721s2-mcu-wakeup: Add sa3_secproxy and mcu_sec_proxy arm64: dts: ti: k3-j784s4-mcu-wakeup: Add sa3_secproxy and mcu_sec_proxy Nitin Yadav (1): arm64: dts: ti: k3-am62-main: Add sa3_secproxy arch/arm64/boot/dts/ti/k3-am62-main.dtsi | 15 ++++++++++ arch/arm64/boot/dts/ti/k3-am62a-main.dtsi | 15 ++++++++++ arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi | 15 ++++++++++ .../boot/dts/ti/k3-j7200-mcu-wakeup.dtsi | 15 ++++++++++ .../boot/dts/ti/k3-j721e-mcu-wakeup.dtsi | 15 ++++++++++ .../boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi | 30 +++++++++++++++++++ .../boot/dts/ti/k3-j784s4-mcu-wakeup.dtsi | 30 +++++++++++++++++++ 7 files changed, 135 insertions(+) [1] https://lore.kernel.org/all/20230519113434.1024206-3-n-yadav@xxxxxx/ -- 2.40.0