
Hi Neha,
On 13:04-20230828, Neha Malcom Francis wrote:
Hi Manorit
On 25/08/23 16:47, Manorit Chawdhry wrote:
The following commit syncs the device tree from Linux tag v6.5-rc1 to U-boot and fixes the following to be compatible with the future syncs -
[...]
diff --git a/arch/arm/dts/k3-j721s2-r5-common-proc-board.dts b/arch/arm/dts/k3-j721s2-r5-common-proc-board.dts index c74e8e58ae81..022618b37c74 100644 --- a/arch/arm/dts/k3-j721s2-r5-common-proc-board.dts +++ b/arch/arm/dts/k3-j721s2-r5-common-proc-board.dts @@ -1,20 +1,19 @@ // SPDX-License-Identifier: GPL-2.0 /*
- Copyright (C) 2021 Texas Instruments Incorporated - https://www.ti.com/
[...]
+&cbass_mcu_wakeup { sysctrler: sysctrler { compatible = "ti,am654-system-controller";
mboxes= <&mcu_secproxy 4>, <&mcu_secproxy 5>, <&sa3_secproxy 5>;
mbox-names = "tx", "rx", "boot_notify"; bootph-pre-ram; };mboxes= <&secure_proxy_mcu 4>, <&secure_proxy_mcu 5>, <&secure_proxy_sa3 5>;
@@ -92,101 +67,17 @@ ti,host-id = <3>; ti,secure-host; mbox-names = "rx", "tx";
mboxes= <&mcu_secproxy 21>,
<&mcu_secproxy 23>;
mboxes= <&secure_proxy_mcu 21>,
bootph-pre-ram; }; };<&secure_proxy_mcu 23>;
Sorry I didn't catch this earlier before the review tag. But dm_tifs can be moved to the root node, see review comments in [1]
Thanks for catching this, will be sending a v3 with the change.
Regards, Manorit
/* Now include peripherals from each bus segment */
[1] https://patchwork.ozlabs.org/project/uboot/patch/20230822185725.6718-1-reidt...
-- Thanking You Neha Malcom Francis