]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
dts: versal: Remove unused interrupt index for mmc
authorSai Krishna Potthuri <lakshmi.sai.krishna.potthuri@xilinx.com>
Mon, 29 Nov 2021 12:30:36 +0000 (18:00 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 30 Nov 2021 12:08:26 +0000 (13:08 +0100)
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 <lakshmi.sai.krishna.potthuri@xilinx.com>
arch/arm/dts/versal.dtsi

index a6a96f16e2a84a23912907956299b1907606de01..a1cd6ee9968c8ed31d27cd8ee1269cf6f2538131 100644 (file)
                        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>;
                        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>;