From 0bb9201a5a3c94b97b9690eed3b7ee5b50c65a26 Mon Sep 17 00:00:00 2001 From: Sai Krishna Potthuri Date: Mon, 29 Nov 2021 18:00:36 +0530 Subject: [PATCH] dts: versal: Remove unused interrupt index for mmc Remove unused interrupt index for mmc. This change fix the below dtbs check warning "mmc@f1050000: interrupts: [[0, 128, 4], [0, 128, 4]] is too long". Signed-off-by: Sai Krishna Potthuri --- arch/arm/dts/versal.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/dts/versal.dtsi b/arch/arm/dts/versal.dtsi index a6a96f16e2a..a1cd6ee9968 100644 --- a/arch/arm/dts/versal.dtsi +++ b/arch/arm/dts/versal.dtsi @@ -409,7 +409,7 @@ compatible = "xlnx,versal-8.9a", "arasan,sdhci-8.9a"; status = "disabled"; reg = <0 0xf1040000 0 0x10000>; - interrupts = <0 126 4>, <0 126 4>; + interrupts = <0 126 4>; clock-names = "clk_xin", "clk_ahb"; xlnx,device_id = <0>; #stream-id-cells = <1>; @@ -423,7 +423,7 @@ compatible = "xlnx,versal-8.9a", "arasan,sdhci-8.9a"; status = "disabled"; reg = <0 0xf1050000 0 0x10000>; - interrupts = <0 128 4>, <0 128 4>; + interrupts = <0 128 4>; clock-names = "clk_xin", "clk_ahb"; xlnx,device_id = <1>; #stream-id-cells = <1>; -- 2.39.5