ARM: dts: da850: add MMD SDIO interrupts
authorDavid Lechner <david@lechnology.com>
Sun, 17 Oct 2021 19:51:05 +0000 (14:51 -0500)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Fri, 26 Jan 2024 11:31:34 +0000 (12:31 +0100)
This adds the MMC SDIO interrupts to the MMC nodes in the device tree
for TI DA850/AM18XX/OMAP-L138.

The missing interrupts were causing the following error message to be
printed:

    davinci_mmc 1c40000.mmc: IRQ index 1 not found

Signed-off-by: David Lechner <david@lechnology.com>
Link: https://lore.kernel.org/r/20211017195105.3498643-1-david@lechnology.com
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
arch/arm/boot/dts/ti/davinci/da850.dtsi

index f759fdfe1b104a910fd72fac44878b11d6012980..1d3fb5397ce34ccdff131bf88e9774f178766469 100644 (file)
                        reg = <0x40000 0x1000>;
                        cap-sd-highspeed;
                        cap-mmc-highspeed;
-                       interrupts = <16>;
+                       interrupts = <16>, <17>;
                        dmas = <&edma0 16 0>, <&edma0 17 0>;
                        dma-names = "rx", "tx";
                        clocks = <&psc0 5>;
                        reg = <0x21b000 0x1000>;
                        cap-sd-highspeed;
                        cap-mmc-highspeed;
-                       interrupts = <72>;
+                       interrupts = <72>, <73>;
                        dmas = <&edma1 28 0>, <&edma1 29 0>;
                        dma-names = "rx", "tx";
                        clocks = <&psc1 18>;