]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: dts: k3-j7200: Sync with Linux 6.7-rc1
authorReid Tonking <reidt@ti.com>
Mon, 13 Nov 2023 20:43:09 +0000 (14:43 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 22 Nov 2023 18:47:39 +0000 (13:47 -0500)
Sync u-boot device tree with Linux kernel 6.7-rc1

Signed-off-by: Reid Tonking <reidt@ti.com>
arch/arm/dts/k3-j7200-main.dtsi
arch/arm/dts/k3-j7200-mcu-wakeup.dtsi

index cdb1d6b2a98295ce219ff6fae9f35c4ac04a660a..264913f832876720f9accdf5abb2ffa1713f9bb2 100644 (file)
@@ -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>;
index 6ffaf85fa63f5038418678dc1b9a0b8dfb207ac6..3fc588b848c6124ee26d453bcd496b8b50639815 100644 (file)
        };
 
        mcu_navss: bus@28380000 {
-               compatible = "simple-mfd";
+               compatible = "simple-bus";
                #address-cells = <2>;
                #size-cells = <2>;
                ranges = <0x00 0x28380000 0x00 0x28380000 0x00 0x03880000>;
                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;
+       };
 };