From mboxrd@z Thu Jan 1 00:00:00 1970 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 6859BC433EF for ; Sun, 19 Jun 2022 07:47:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234818AbiFSHrf (ORCPT ); Sun, 19 Jun 2022 03:47:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59018 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229904AbiFSHre (ORCPT ); Sun, 19 Jun 2022 03:47:34 -0400 Received: from mailgw01.mediatek.com (unknown [60.244.123.138]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9FE4A1009; Sun, 19 Jun 2022 00:47:33 -0700 (PDT) X-UUID: 3689f45147c043cd99750e3a2c325612-20220619 X-CID-P-RULE: Release_Ham X-CID-O-INFO: VERSION:1.1.6,REQID:b09891e7-49f8-4322-90a5-6d9646dbe65d,OB:20,L OB:30,IP:0,URL:5,TC:0,Content:0,EDM:0,RT:0,SF:45,FILE:0,RULE:Release_Ham,A CTION:release,TS:50 X-CID-INFO: VERSION:1.1.6,REQID:b09891e7-49f8-4322-90a5-6d9646dbe65d,OB:20,LOB :30,IP:0,URL:5,TC:0,Content:0,EDM:0,RT:0,SF:45,FILE:0,RULE:Release_Ham,ACT ION:release,TS:50 X-CID-META: VersionHash:b14ad71,CLOUDID:3b370e49-4c92-421c-ad91-b806c0f58b2a,C OID:83ca1b803afe,Recheck:0,SF:28|17|19|48,TC:nil,Content:0,EDM:-3,IP:nil,U RL:1,File:nil,QS:nil,BEC:nil,COL:0 X-UUID: 3689f45147c043cd99750e3a2c325612-20220619 Received: from mtkcas11.mediatek.inc [(172.21.101.40)] by mailgw01.mediatek.com (envelope-from ) (Generic MTA with TLSv1.2 ECDHE-RSA-AES256-SHA384 256/256) with ESMTP id 413014370; Sun, 19 Jun 2022 15:47:27 +0800 Received: from mtkcas11.mediatek.inc (172.21.101.40) by mtkmbs10n1.mediatek.inc (172.21.101.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.2.792.15; Sun, 19 Jun 2022 15:47:26 +0800 Received: from mhfsdcap04 (10.17.3.154) by mtkcas11.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Sun, 19 Jun 2022 15:47:25 +0800 Message-ID: <77a81d8ac29263da965950c9f43240836291f5a4.camel@mediatek.com> Subject: Re: [PATCH 1/3] dt-bindings: usb: mtk-xhci: Allow wakeup interrupt-names to be optional From: Chunfeng Yun To: "=?ISO-8859-1?Q?N=EDcolas?= F. R. A. Prado" , Greg Kroah-Hartman , Matthias Brugger CC: AngeloGioacchino Del Regno , , Krzysztof Kozlowski , Rob Herring , , , , , Date: Sun, 19 Jun 2022 15:47:25 +0800 In-Reply-To: <20220617222916.2435618-2-nfraprado@collabora.com> References: <20220617222916.2435618-1-nfraprado@collabora.com> <20220617222916.2435618-2-nfraprado@collabora.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.28.5-0ubuntu0.18.04.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-MTK: N Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Fri, 2022-06-17 at 18:29 -0400, NĂ­colas F. R. A. Prado wrote: > Add missing "minItems: 1" to the interrupt-names property to allow > the > second interrupt-names, "wakeup", to be optional. > > Fixes: fe8e488058c4 ("dt-bindings: usb: mtk-xhci: add wakeup > interrupt") > Signed-off-by: NĂ­colas F. R. A. Prado > > --- > > Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/usb/mediatek,mtk- > xhci.yaml b/Documentation/devicetree/bindings/usb/mediatek,mtk- > xhci.yaml > index 892718459d25..63cbc2b62d18 100644 > --- a/Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml > +++ b/Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml > @@ -57,6 +57,7 @@ properties: > - description: optional, wakeup interrupt used to support > runtime PM > > interrupt-names: > + minItems: 1 > items: > - const: host > - const: wakeup Acked-by: Chunfeng Yun Thanks