From patchwork Thu Oct 13 22:12:40 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Vasut X-Patchwork-Id: 13006489 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1799BC43217 for ; Thu, 13 Oct 2022 22:13:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229491AbiJMWND (ORCPT ); Thu, 13 Oct 2022 18:13:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36628 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229614AbiJMWNC (ORCPT ); Thu, 13 Oct 2022 18:13:02 -0400 Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9A987186D71; Thu, 13 Oct 2022 15:13:01 -0700 (PDT) Received: from tr.lan (ip-86-49-12-201.bb.vodafone.cz [86.49.12.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: marex@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id 22BCF80250; Fri, 14 Oct 2022 00:12:59 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1665699179; bh=Swfy0gFOl+unhotQmbb1ygGE8XeTWqMe0AbLQNmRM0w=; h=From:To:Cc:Subject:Date:From; b=vgU30Q9MCHAoNAao0D3X6bkvHdRoCjqDkNT90wGinlMH7Xazmhd5nJYA5M0aZ+oXg Hz7mPiylJhcQ2PEgv9/AfXgNrL96ivXaUy9vb/UmDEwxxD6twuZG6jtVzljgoGmGVH bBSxyLMrQ5EFCMzdueFPk45a2fit8/YiaPJcGRbaZo3beGYQqmOzMEWcY/v8F9xUbD kap1mr3YdFNKSGy8F5nN1SlRvsI2ApwqQkPvq7IPzO9F4lpEFryyHBR/Io0MLEwkM4 JZ9yYUcM4mxGHkKXNYcGnhENdxLLcIinSif+AHm29+iO/knIyDl/DCvfnnxiAlsvlm Qs+4nl/Pp6VGQ== From: Marek Vasut To: linux-arm-kernel@lists.infradead.org Cc: Marek Vasut , Alexandre Torgue , Andy Gross , Bjorn Andersson , Konrad Dybcio , Krzysztof Kozlowski , Linus Walleij , Rob Herring , Ulf Hansson , Yann Gautier , devicetree@vger.kernel.org, linux-mmc@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com Subject: [PATCH v2 1/3] dt-bindings: mmc: arm,pl18x: Document interrupt-names is ignored Date: Fri, 14 Oct 2022 00:12:40 +0200 Message-Id: <20221013221242.218808-1-marex@denx.de> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Due to inconsistency of existing DTs regarding the content of this IP interrupt-names DT property, document this such that interrupt-names is not used by this IP bindings. Signed-off-by: Marek Vasut Reviewed-by: Rob Herring --- Cc: Alexandre Torgue Cc: Andy Gross Cc: Bjorn Andersson Cc: Konrad Dybcio Cc: Krzysztof Kozlowski Cc: Linus Walleij Cc: Rob Herring Cc: Ulf Hansson Cc: Yann Gautier Cc: devicetree@vger.kernel.org Cc: linux-mmc@vger.kernel.org Cc: linux-arm-msm@vger.kernel.org Cc: linux-stm32@st-md-mailman.stormreply.com To: linux-arm-kernel@lists.infradead.org --- V2: Add deprecated:false to interrupts: description --- Documentation/devicetree/bindings/mmc/arm,pl18x.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/mmc/arm,pl18x.yaml b/Documentation/devicetree/bindings/mmc/arm,pl18x.yaml index 1e69a5a42439b..1c96da04f0e53 100644 --- a/Documentation/devicetree/bindings/mmc/arm,pl18x.yaml +++ b/Documentation/devicetree/bindings/mmc/arm,pl18x.yaml @@ -95,7 +95,9 @@ properties: PIO (polled I/O) interrupt and occurs when the FIFO needs to be emptied as part of a bulk read from the card. Some variants have these two interrupts wired into the same line (logic OR) and in that case - only one interrupt may be provided. + only one interrupt may be provided. The interrupt-names property is + not used due to inconsistency of existing DTs regarding its content. + deprecated: false minItems: 1 maxItems: 2 From patchwork Thu Oct 13 22:12:41 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Vasut X-Patchwork-Id: 13006488 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 11AAEC4167E for ; Thu, 13 Oct 2022 22:13:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229786AbiJMWNE (ORCPT ); Thu, 13 Oct 2022 18:13:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36524 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229757AbiJMWND (ORCPT ); Thu, 13 Oct 2022 18:13:03 -0400 Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AA28118BE14; Thu, 13 Oct 2022 15:13:01 -0700 (PDT) Received: from tr.lan (ip-86-49-12-201.bb.vodafone.cz [86.49.12.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: marex@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id AAC4784E34; Fri, 14 Oct 2022 00:12:59 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1665699180; bh=RWcSBHM81ysltzwY2A/NmyAX78Ciud8oMZOK8DUgNwg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=SPbT0t3OCnmXYIiu6QJKD6xXRsgDxXkt3IKJgsdwD7CTcGN/F+WHtlPd+LalNXbJl V1iKHfoi2riyWuRCGAukDFnPzZe5VjMsvxaSKZBjWskVcKx/FJ07ykN3SbB0dJecL5 nboUxYC/B0qxuj+w9ZRSmSvIiUOrDgrE0KPUTMomVby+49xNYkuwKxaAZSKJSA0ZBT 6YUsaw99oQd57XUsMgTEDfrIioK7GjkSw9xUCHFe9s7GR9QJp7AE/5juLt1QHMgFr8 4HT/8DKAvOHXA9c4cPhF7cxBnTmnhNkdS2Y8n+Jhu1gfC32p7vbIigRctWUxpplv6J J44AMFUea3HWw== From: Marek Vasut To: linux-arm-kernel@lists.infradead.org Cc: Marek Vasut , Linus Walleij , Alexandre Torgue , Andy Gross , Bjorn Andersson , Konrad Dybcio , Krzysztof Kozlowski , Rob Herring , Ulf Hansson , Yann Gautier , devicetree@vger.kernel.org, linux-mmc@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com Subject: [PATCH v2 2/3] ARM: dts: qcom: Drop MMCI interrupt-names Date: Fri, 14 Oct 2022 00:12:41 +0200 Message-Id: <20221013221242.218808-2-marex@denx.de> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20221013221242.218808-1-marex@denx.de> References: <20221013221242.218808-1-marex@denx.de> MIME-Version: 1.0 X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org 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 Signed-off-by: Marek Vasut --- Cc: Alexandre Torgue Cc: Andy Gross Cc: Bjorn Andersson Cc: Konrad Dybcio Cc: Krzysztof Kozlowski Cc: Linus Walleij Cc: Rob Herring Cc: Ulf Hansson Cc: Yann Gautier Cc: devicetree@vger.kernel.org Cc: linux-mmc@vger.kernel.org Cc: linux-arm-msm@vger.kernel.org Cc: linux-stm32@st-md-mailman.stormreply.com To: linux-arm-kernel@lists.infradead.org --- V2: Add RB from Linus --- arch/arm/boot/dts/qcom-apq8064.dtsi | 3 --- arch/arm/boot/dts/qcom-ipq8064.dtsi | 2 -- arch/arm/boot/dts/qcom-mdm9615.dtsi | 2 -- arch/arm/boot/dts/qcom-msm8660.dtsi | 5 ----- arch/arm/boot/dts/qcom-msm8960.dtsi | 2 -- 5 files changed, 14 deletions(-) diff --git a/arch/arm/boot/dts/qcom-apq8064.dtsi b/arch/arm/boot/dts/qcom-apq8064.dtsi index 942aa2278355d..ee258afaf296b 100644 --- a/arch/arm/boot/dts/qcom-apq8064.dtsi +++ b/arch/arm/boot/dts/qcom-apq8064.dtsi @@ -1129,7 +1129,6 @@ sdcc1: mmc@12400000 { arm,primecell-periphid = <0x00051180>; reg = <0x12400000 0x2000>; interrupts = ; - interrupt-names = "cmd_irq"; clocks = <&gcc SDC1_CLK>, <&gcc SDC1_H_CLK>; clock-names = "mclk", "apb_pclk"; bus-width = <8>; @@ -1147,7 +1146,6 @@ sdcc3: mmc@12180000 { status = "disabled"; reg = <0x12180000 0x2000>; interrupts = ; - interrupt-names = "cmd_irq"; clocks = <&gcc SDC3_CLK>, <&gcc SDC3_H_CLK>; clock-names = "mclk", "apb_pclk"; bus-width = <4>; @@ -1165,7 +1163,6 @@ sdcc4: mmc@121c0000 { status = "disabled"; reg = <0x121c0000 0x2000>; interrupts = ; - interrupt-names = "cmd_irq"; clocks = <&gcc SDC4_CLK>, <&gcc SDC4_H_CLK>; clock-names = "mclk", "apb_pclk"; bus-width = <4>; diff --git a/arch/arm/boot/dts/qcom-ipq8064.dtsi b/arch/arm/boot/dts/qcom-ipq8064.dtsi index 90c08b51680aa..11b3104f01e1d 100644 --- a/arch/arm/boot/dts/qcom-ipq8064.dtsi +++ b/arch/arm/boot/dts/qcom-ipq8064.dtsi @@ -728,7 +728,6 @@ sdcc3: mmc@12180000 { status = "disabled"; reg = <0x12180000 0x2000>; interrupts = ; - interrupt-names = "cmd_irq"; clocks = <&gcc SDC3_CLK>, <&gcc SDC3_H_CLK>; clock-names = "mclk", "apb_pclk"; bus-width = <8>; @@ -748,7 +747,6 @@ sdcc1: mmc@12400000 { arm,primecell-periphid = <0x00051180>; reg = <0x12400000 0x2000>; interrupts = ; - interrupt-names = "cmd_irq"; clocks = <&gcc SDC1_CLK>, <&gcc SDC1_H_CLK>; clock-names = "mclk", "apb_pclk"; bus-width = <8>; diff --git a/arch/arm/boot/dts/qcom-mdm9615.dtsi b/arch/arm/boot/dts/qcom-mdm9615.dtsi index b47c86412de2c..0acbe62784be6 100644 --- a/arch/arm/boot/dts/qcom-mdm9615.dtsi +++ b/arch/arm/boot/dts/qcom-mdm9615.dtsi @@ -362,7 +362,6 @@ sdcc1: mmc@12180000 { arm,primecell-periphid = <0x00051180>; reg = <0x12180000 0x2000>; interrupts = ; - interrupt-names = "cmd_irq"; clocks = <&gcc SDC1_CLK>, <&gcc SDC1_H_CLK>; clock-names = "mclk", "apb_pclk"; bus-width = <8>; @@ -382,7 +381,6 @@ sdcc2: mmc@12140000 { status = "disabled"; reg = <0x12140000 0x2000>; interrupts = ; - interrupt-names = "cmd_irq"; clocks = <&gcc SDC2_CLK>, <&gcc SDC2_H_CLK>; clock-names = "mclk", "apb_pclk"; bus-width = <4>; diff --git a/arch/arm/boot/dts/qcom-msm8660.dtsi b/arch/arm/boot/dts/qcom-msm8660.dtsi index ddce7d64ba991..5133333da94ea 100644 --- a/arch/arm/boot/dts/qcom-msm8660.dtsi +++ b/arch/arm/boot/dts/qcom-msm8660.dtsi @@ -549,7 +549,6 @@ sdcc1: mmc@12400000 { arm,primecell-periphid = <0x00051180>; reg = <0x12400000 0x8000>; interrupts = ; - interrupt-names = "cmd_irq"; clocks = <&gcc SDC1_CLK>, <&gcc SDC1_H_CLK>; clock-names = "mclk", "apb_pclk"; bus-width = <8>; @@ -565,7 +564,6 @@ sdcc2: mmc@12140000 { arm,primecell-periphid = <0x00051180>; reg = <0x12140000 0x8000>; interrupts = ; - interrupt-names = "cmd_irq"; clocks = <&gcc SDC2_CLK>, <&gcc SDC2_H_CLK>; clock-names = "mclk", "apb_pclk"; bus-width = <8>; @@ -580,7 +578,6 @@ sdcc3: mmc@12180000 { status = "disabled"; reg = <0x12180000 0x8000>; interrupts = ; - interrupt-names = "cmd_irq"; clocks = <&gcc SDC3_CLK>, <&gcc SDC3_H_CLK>; clock-names = "mclk", "apb_pclk"; bus-width = <4>; @@ -596,7 +593,6 @@ sdcc4: mmc@121c0000 { status = "disabled"; reg = <0x121c0000 0x8000>; interrupts = ; - interrupt-names = "cmd_irq"; clocks = <&gcc SDC4_CLK>, <&gcc SDC4_H_CLK>; clock-names = "mclk", "apb_pclk"; bus-width = <4>; @@ -611,7 +607,6 @@ sdcc5: mmc@12200000 { status = "disabled"; reg = <0x12200000 0x8000>; interrupts = ; - interrupt-names = "cmd_irq"; clocks = <&gcc SDC5_CLK>, <&gcc SDC5_H_CLK>; clock-names = "mclk", "apb_pclk"; bus-width = <4>; diff --git a/arch/arm/boot/dts/qcom-msm8960.dtsi b/arch/arm/boot/dts/qcom-msm8960.dtsi index c5740da3754c7..9a7a4e38c23cd 100644 --- a/arch/arm/boot/dts/qcom-msm8960.dtsi +++ b/arch/arm/boot/dts/qcom-msm8960.dtsi @@ -308,7 +308,6 @@ sdcc1: mmc@12400000 { arm,primecell-periphid = <0x00051180>; reg = <0x12400000 0x8000>; interrupts = ; - interrupt-names = "cmd_irq"; clocks = <&gcc SDC1_CLK>, <&gcc SDC1_H_CLK>; clock-names = "mclk", "apb_pclk"; bus-width = <8>; @@ -325,7 +324,6 @@ sdcc3: mmc@12180000 { status = "disabled"; reg = <0x12180000 0x8000>; interrupts = ; - interrupt-names = "cmd_irq"; clocks = <&gcc SDC3_CLK>, <&gcc SDC3_H_CLK>; clock-names = "mclk", "apb_pclk"; bus-width = <4>; From patchwork Thu Oct 13 22:12:42 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Vasut X-Patchwork-Id: 13006490 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 463FDC433FE for ; Thu, 13 Oct 2022 22:13:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229777AbiJMWNF (ORCPT ); Thu, 13 Oct 2022 18:13:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36564 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229727AbiJMWND (ORCPT ); Thu, 13 Oct 2022 18:13:03 -0400 Received: from phobos.denx.de (phobos.denx.de [IPv6:2a01:238:438b:c500:173d:9f52:ddab:ee01]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3DADA18BE1A; Thu, 13 Oct 2022 15:13:02 -0700 (PDT) Received: from tr.lan (ip-86-49-12-201.bb.vodafone.cz [86.49.12.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: marex@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id 3681884E40; Fri, 14 Oct 2022 00:13:00 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1665699180; bh=QYu9d7CcAlnDULn6Qen+S4AUBmWsh0jYlX/udcgLNH4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=gawixE+CIGSgfB1xb7D8VgknP8uIGbHs0V8FrlsjACJSQs+oCsUfhpuATiQaM84ZJ IIXKoX9hqd7OZ/DAM5ZEJX0aOnoBUH9MKL546Xdvn3t1WNnzhZ8TPPhceKM9qV5vxd 4VdY63L7PYX9GqT1xH+HYFf9S65H1e9jp6w8rY+maEdayf/xtOkHpUguhl0hax4WP5 jLLbkD7z0uJSgZC24pH9WKkzWdeqBrfMoOEb2HJTy3V0EX3giE3dA7J4x253m7Kykf gW7yeanhogXU154PgO8OHZlRLp+D+CJOchJH8fD3Uj+Q5xxgTtkicmviPMZ9wuvISh 4MrJOonelUIiA== From: Marek Vasut To: linux-arm-kernel@lists.infradead.org Cc: Marek Vasut , Linus Walleij , Yann Gautier , Alexandre Torgue , Andy Gross , Bjorn Andersson , Konrad Dybcio , Krzysztof Kozlowski , Rob Herring , Ulf Hansson , devicetree@vger.kernel.org, linux-mmc@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com Subject: [PATCH v2 3/3] ARM: dts: stm32: Drop MMCI interrupt-names Date: Fri, 14 Oct 2022 00:12:42 +0200 Message-Id: <20221013221242.218808-3-marex@denx.de> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20221013221242.218808-1-marex@denx.de> References: <20221013221242.218808-1-marex@denx.de> MIME-Version: 1.0 X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org 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 Reviewed-by: Yann Gautier Signed-off-by: Marek Vasut --- Cc: Alexandre Torgue Cc: Andy Gross Cc: Bjorn Andersson Cc: Konrad Dybcio Cc: Krzysztof Kozlowski Cc: Linus Walleij Cc: Rob Herring Cc: Ulf Hansson Cc: Yann Gautier Cc: devicetree@vger.kernel.org Cc: linux-mmc@vger.kernel.org Cc: linux-arm-msm@vger.kernel.org Cc: linux-stm32@st-md-mailman.stormreply.com To: linux-arm-kernel@lists.infradead.org --- V2: Add RB from Linus and Yann --- arch/arm/boot/dts/stm32h743.dtsi | 2 -- arch/arm/boot/dts/stm32mp131.dtsi | 2 -- arch/arm/boot/dts/stm32mp151.dtsi | 3 --- 3 files changed, 7 deletions(-) diff --git a/arch/arm/boot/dts/stm32h743.dtsi b/arch/arm/boot/dts/stm32h743.dtsi index 2059593da21dc..28e3deb20e1e1 100644 --- a/arch/arm/boot/dts/stm32h743.dtsi +++ b/arch/arm/boot/dts/stm32h743.dtsi @@ -375,7 +375,6 @@ sdmmc1: mmc@52007000 { arm,primecell-periphid = <0x10153180>; reg = <0x52007000 0x1000>; interrupts = <49>; - interrupt-names = "cmd_irq"; clocks = <&rcc SDMMC1_CK>; clock-names = "apb_pclk"; resets = <&rcc STM32H7_AHB3_RESET(SDMMC1)>; @@ -389,7 +388,6 @@ sdmmc2: mmc@48022400 { arm,primecell-periphid = <0x10153180>; reg = <0x48022400 0x400>; interrupts = <124>; - interrupt-names = "cmd_irq"; clocks = <&rcc SDMMC2_CK>; clock-names = "apb_pclk"; resets = <&rcc STM32H7_AHB2_RESET(SDMMC2)>; diff --git a/arch/arm/boot/dts/stm32mp131.dtsi b/arch/arm/boot/dts/stm32mp131.dtsi index 47dc07abe4e37..4c9e095ed2a8a 100644 --- a/arch/arm/boot/dts/stm32mp131.dtsi +++ b/arch/arm/boot/dts/stm32mp131.dtsi @@ -356,7 +356,6 @@ sdmmc1: mmc@58005000 { arm,primecell-periphid = <0x20253180>; reg = <0x58005000 0x1000>, <0x58006000 0x1000>; interrupts = ; - interrupt-names = "cmd_irq"; clocks = <&rcc SDMMC1_K>; clock-names = "apb_pclk"; resets = <&rcc SDMMC1_R>; @@ -371,7 +370,6 @@ sdmmc2: mmc@58007000 { arm,primecell-periphid = <0x20253180>; reg = <0x58007000 0x1000>, <0x58008000 0x1000>; interrupts = ; - interrupt-names = "cmd_irq"; clocks = <&rcc SDMMC2_K>; clock-names = "apb_pclk"; resets = <&rcc SDMMC2_R>; diff --git a/arch/arm/boot/dts/stm32mp151.dtsi b/arch/arm/boot/dts/stm32mp151.dtsi index e02b3f5d44cba..5491b6c4dec20 100644 --- a/arch/arm/boot/dts/stm32mp151.dtsi +++ b/arch/arm/boot/dts/stm32mp151.dtsi @@ -1118,7 +1118,6 @@ sdmmc3: mmc@48004000 { arm,primecell-periphid = <0x00253180>; reg = <0x48004000 0x400>; interrupts = ; - interrupt-names = "cmd_irq"; clocks = <&rcc SDMMC3_K>; clock-names = "apb_pclk"; resets = <&rcc SDMMC3_R>; @@ -1439,7 +1438,6 @@ sdmmc1: mmc@58005000 { arm,primecell-periphid = <0x00253180>; reg = <0x58005000 0x1000>; interrupts = ; - interrupt-names = "cmd_irq"; clocks = <&rcc SDMMC1_K>; clock-names = "apb_pclk"; resets = <&rcc SDMMC1_R>; @@ -1454,7 +1452,6 @@ sdmmc2: mmc@58007000 { arm,primecell-periphid = <0x00253180>; reg = <0x58007000 0x1000>; interrupts = ; - interrupt-names = "cmd_irq"; clocks = <&rcc SDMMC2_K>; clock-names = "apb_pclk"; resets = <&rcc SDMMC2_R>;