From patchwork Tue Sep 27 19:17:34 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Vasut X-Patchwork-Id: 610230 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 8DD68C07E9D for ; Tue, 27 Sep 2022 19:17:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230296AbiI0TR6 (ORCPT ); Tue, 27 Sep 2022 15:17:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55510 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229489AbiI0TR4 (ORCPT ); Tue, 27 Sep 2022 15:17:56 -0400 Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AF915E7E38; Tue, 27 Sep 2022 12:17:54 -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 B425C8484A; Tue, 27 Sep 2022 21:17:52 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1664306273; bh=K+LdwArTrNbcDaYPteiwwtTntyntBS6HKK7G0dgHUlY=; h=From:To:Cc:Subject:Date:From; b=Z04jZNIeVlKtVNezCZi6BehtR9o+Z7RJ3KiOo/wRacIFHP5YI3nVn9Kgeq+KebO52 HnDgTxFlPAblTPW71U3fL2513IuJ55LKldiTBldFgm7kbFbzkmD3fpWrUPYmyAxanM aCyPHEWIxjeWF9Nklq7WfiPljEmweT8c2hMVkMz0WnBn6vrDpbq8mSZ8VnUm1FxGD4 0o0WxCUw3aiYDmdzVgYbx1Oj5gCV3bpF9J2BMd3FDePR4K0xLVxjSgfeXpSsEW7Fr5 uziedMXhr1iKdH3xM0Ug7KwX8wNSsSylV0VesOF8BPvII5dhfApgKJHZJHnK5MtULg bwxUojrKwpm7g== 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 1/3] dt-bindings: mmc: arm, pl18x: Document interrupt-names is ignored Date: Tue, 27 Sep 2022 21:17:34 +0200 Message-Id: <20220927191736.299702-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 --- 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 --- Documentation/devicetree/bindings/mmc/arm,pl18x.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/mmc/arm,pl18x.yaml b/Documentation/devicetree/bindings/mmc/arm,pl18x.yaml index 1e69a5a42439b..a0ddf6495f85e 100644 --- a/Documentation/devicetree/bindings/mmc/arm,pl18x.yaml +++ b/Documentation/devicetree/bindings/mmc/arm,pl18x.yaml @@ -95,7 +95,8 @@ 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. minItems: 1 maxItems: 2