Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: stm32: Drop MMCI interrupt-names

The pl18x MMCI driver does not use the interrupt-names property,
the binding document has been updated to recommend this property
be unused, remove it.

Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Yann Gautier <yann.gautier@foss.st.com>
Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>

authored by

Marek Vasut and committed by
Alexandre Torgue
14778e3a 43e55d77

-7
-2
arch/arm/boot/dts/stm32h743.dtsi
··· 375 375 arm,primecell-periphid = <0x10153180>; 376 376 reg = <0x52007000 0x1000>; 377 377 interrupts = <49>; 378 - interrupt-names = "cmd_irq"; 379 378 clocks = <&rcc SDMMC1_CK>; 380 379 clock-names = "apb_pclk"; 381 380 resets = <&rcc STM32H7_AHB3_RESET(SDMMC1)>; ··· 388 389 arm,primecell-periphid = <0x10153180>; 389 390 reg = <0x48022400 0x400>; 390 391 interrupts = <124>; 391 - interrupt-names = "cmd_irq"; 392 392 clocks = <&rcc SDMMC2_CK>; 393 393 clock-names = "apb_pclk"; 394 394 resets = <&rcc STM32H7_AHB2_RESET(SDMMC2)>;
-2
arch/arm/boot/dts/stm32mp131.dtsi
··· 356 356 arm,primecell-periphid = <0x20253180>; 357 357 reg = <0x58005000 0x1000>, <0x58006000 0x1000>; 358 358 interrupts = <GIC_SPI 50 IRQ_TYPE_LEVEL_HIGH>; 359 - interrupt-names = "cmd_irq"; 360 359 clocks = <&rcc SDMMC1_K>; 361 360 clock-names = "apb_pclk"; 362 361 resets = <&rcc SDMMC1_R>; ··· 370 371 arm,primecell-periphid = <0x20253180>; 371 372 reg = <0x58007000 0x1000>, <0x58008000 0x1000>; 372 373 interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>; 373 - interrupt-names = "cmd_irq"; 374 374 clocks = <&rcc SDMMC2_K>; 375 375 clock-names = "apb_pclk"; 376 376 resets = <&rcc SDMMC2_R>;
-3
arch/arm/boot/dts/stm32mp151.dtsi
··· 1118 1118 arm,primecell-periphid = <0x00253180>; 1119 1119 reg = <0x48004000 0x400>; 1120 1120 interrupts = <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>; 1121 - interrupt-names = "cmd_irq"; 1122 1121 clocks = <&rcc SDMMC3_K>; 1123 1122 clock-names = "apb_pclk"; 1124 1123 resets = <&rcc SDMMC3_R>; ··· 1438 1439 arm,primecell-periphid = <0x00253180>; 1439 1440 reg = <0x58005000 0x1000>; 1440 1441 interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>; 1441 - interrupt-names = "cmd_irq"; 1442 1442 clocks = <&rcc SDMMC1_K>; 1443 1443 clock-names = "apb_pclk"; 1444 1444 resets = <&rcc SDMMC1_R>; ··· 1452 1454 arm,primecell-periphid = <0x00253180>; 1453 1455 reg = <0x58007000 0x1000>; 1454 1456 interrupts = <GIC_SPI 124 IRQ_TYPE_LEVEL_HIGH>; 1455 - interrupt-names = "cmd_irq"; 1456 1457 clocks = <&rcc SDMMC2_K>; 1457 1458 clock-names = "apb_pclk"; 1458 1459 resets = <&rcc SDMMC2_R>;