summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/ti/davinci
diff options
context:
space:
mode:
authorDavid Lechner <david@lechnology.com>2021-10-17 22:51:05 +0300
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2024-01-26 14:31:34 +0300
commit8af75ce86f7d55124e41b499aa43f50748138bec (patch)
tree0581edb0cf5885b480d9af829a560770bba046f4 /arch/arm/boot/dts/ti/davinci
parent2df26223650027602d017368f4e8dc1eff90404e (diff)
downloadlinux-8af75ce86f7d55124e41b499aa43f50748138bec.tar.xz
ARM: dts: da850: add MMD SDIO interrupts
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>
Diffstat (limited to 'arch/arm/boot/dts/ti/davinci')
-rw-r--r--arch/arm/boot/dts/ti/davinci/da850.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/ti/davinci/da850.dtsi b/arch/arm/boot/dts/ti/davinci/da850.dtsi
index f759fdfe1b10..1d3fb5397ce3 100644
--- a/arch/arm/boot/dts/ti/davinci/da850.dtsi
+++ b/arch/arm/boot/dts/ti/davinci/da850.dtsi
@@ -536,7 +536,7 @@
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>;
@@ -566,7 +566,7 @@
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>;