]> www.infradead.org Git - linux.git/commitdiff
arm64: dts: ti: k3-am64: Add more ESM interrupt sources
authorJudith Mendez <jm@ti.com>
Thu, 15 Aug 2024 20:48:32 +0000 (15:48 -0500)
committerNishanth Menon <nm@ti.com>
Sun, 1 Sep 2024 19:02:20 +0000 (14:02 -0500)
Add ESM interrupt sources for rti as per TRM [0] in 9.4 Interrupt
Sources.

[0] https://www.ti.com/lit/pdf/spruim2

Signed-off-by: Judith Mendez <jm@ti.com>
Reviewed-by: Bryan Brattlof <bb@ti.com>
Link: https://lore.kernel.org/r/20240815204833.452132-6-jm@ti.com
Signed-off-by: Nishanth Menon <nm@ti.com>
arch/arm64/boot/dts/ti/k3-am64-main.dtsi
arch/arm64/boot/dts/ti/k3-am64-mcu.dtsi

index 33bc1faf3b9b0c3c137dedcfd5d4ab21fe45676d..7eae18399caa6e337f96670afdcf2205ae166ac4 100644 (file)
                bootph-pre-ram;
                compatible = "ti,j721e-esm";
                reg = <0x00 0x420000 0x00 0x1000>;
-               ti,esm-pins = <160>, <161>;
+               /* Interrupt sources: rti0, rti1, rti8, rti9, rti10, rti11 */
+               ti,esm-pins = <160>, <161>, <162>, <163>, <164>, <165>;
        };
 
        main_uart0: serial@2800000 {
index ec17285869da6ec65a6a2642d1b8895f0c53ba30..ad4bed5d3f9eb2d5a113f7e291d523116ea3bbb2 100644 (file)
                bootph-pre-ram;
                compatible = "ti,j721e-esm";
                reg = <0x00 0x4100000 0x00 0x1000>;
-               ti,esm-pins = <0>, <1>;
+               /* Interrupt sources: esm0_cfg, esm0_hi, esm0_low, mrti0 */
+               ti,esm-pins = <0>, <1>, <2>, <85>;
        };
 };