On 11/16/2023 1:40 PM, Neha Malcom Francis wrote:
Hi Udit

On 14/11/23 11:07, Kumar, Udit wrote:
Thanks Reid for sync.

On 11/14/2023 2:13 AM, Reid Tonking wrote:
Sync u-boot device tree with Linux kernel 6.7-rc1

Signed-off-by: Reid Tonking <re...@ti.com>
---
Boot-log: https://gist.github.com/reidt1/db5426f2a778369db8c3699cf293b94f

  arch/arm/dts/k3-j7200-main.dtsi       | 2 +-
  arch/arm/dts/k3-j7200-mcu-wakeup.dtsi | 9 ++++++++-
  2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/arch/arm/dts/k3-j7200-main.dtsi b/arch/arm/dts/k3-j7200-main.dtsi
index cdb1d6b2a9..264913f832 100644
--- a/arch/arm/dts/k3-j7200-main.dtsi
+++ b/arch/arm/dts/k3-j7200-main.dtsi
@@ -91,7 +91,7 @@
      };
      main_navss: bus@30000000 {
-        compatible = "simple-mfd";
+        compatible = "simple-bus";
          #address-cells = <2>;
          #size-cells = <2>;
          ranges = <0x00 0x30000000 0x00 0x30000000 0x00 0x0c400000>;
diff --git a/arch/arm/dts/k3-j7200-mcu-wakeup.dtsi b/arch/arm/dts/k3-j7200-mcu-wakeup.dtsi
index 6ffaf85fa6..3fc588b848 100644
--- a/arch/arm/dts/k3-j7200-mcu-wakeup.dtsi
+++ b/arch/arm/dts/k3-j7200-mcu-wakeup.dtsi
@@ -318,7 +318,7 @@
      };
      mcu_navss: bus@28380000 {
-        compatible = "simple-mfd";
+        compatible = "simple-bus";
          #address-cells = <2>;
          #size-cells = <2>;
          ranges = <0x00 0x28380000 0x00 0x28380000 0x00 0x03880000>;
@@ -637,4 +637,11 @@
          power-domains = <&k3_pds 154 TI_SCI_PD_EXCLUSIVE>;
          #thermal-sensor-cells = <1>;
      };
+
+    mcu_esm: esm@40800000 {
+        compatible = "ti,j721e-esm";
+        reg = <0x00 0x40800000 0x00 0x1000>;
+        ti,esm-pins = <95>;
+        bootph-pre-ram;
+    };
  };

Please take care of actual usage of this node


This need not be taken up within the sync itself right? I am planning on reviving Keerthy's patches once the J7 syncs are in.


Its up-to you , how you want to take care of probing of this driver in this or other series.

Thanks

Udit


https://lore.kernel.org/all/20231003081038.24299-10-j-keer...@ti.com/

https://lore.kernel.org/all/20231003081038.24299-11-j-keer...@ti.com/

https://lore.kernel.org/all/838b07a0-8490-c05b-b08f-3ab6d3e17...@ti.com/



Reply via email to