]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: dts: k3-j721e-*: Sync with kernel v6.7-rc1
authorNeha Malcom Francis <n-francis@ti.com>
Mon, 13 Nov 2023 04:30:23 +0000 (10:00 +0530)
committerTom Rini <trini@konsulko.com>
Wed, 22 Nov 2023 18:46:33 +0000 (13:46 -0500)
Sync the U-Boot DTS files with those of Kernel v6.7-rc1.

Signed-off-by: Neha Malcom Francis <n-francis@ti.com>
arch/arm/dts/k3-j721e-main.dtsi
arch/arm/dts/k3-j721e-mcu-wakeup.dtsi

index f6c7e1614521d16f8dd99fd721b7bc46bc3aba18..746b9f8b1c640124903a9d9b6db4fbebfa5c13c3 100644 (file)
        };
 
        main_navss: bus@30000000 {
-               compatible = "simple-mfd";
+               compatible = "simple-bus";
                #address-cells = <2>;
                #size-cells = <2>;
                ranges = <0x00 0x30000000 0x00 0x30000000 0x00 0x0c400000>;
index 05d6ef127ba7847106bcfbef6f2956fcd40f65a7..f7ab7719fc077a9a5154815ca3f48899182512c7 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;
+       };
 };