From patchwork Tue Mar 29 11:45:39 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tinghan Shen X-Patchwork-Id: 12794718 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id B1CD2C433F5 for ; Tue, 29 Mar 2022 11:48:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:CC:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=K/OHQe1EMcFWyEwV92RY+AZOl27gNqUreUrcAEzqtKU=; b=YiHI367II2DMcE NpF+1FPJoBcnH/VgNIo3OzHGoBLAaQlJ6e6zYFFhEIJzHlTgKk8GrmfA0+VLoDNxtA7paSsVsS+RS CwwddHqOZIzsGG7LPphJAnXGzfBorQ0k6FujIBvNkqOhS1G4nPd1xKJ8NEt0MXQKwMWAMF6vSN0Qr dQGTllppFtZQim4OvPbkqy1Vqyy0bfpuqW+Hc9fxasBTl+4l/uS+yFExDSCeItFZTCO4aeCEpLmyA 6VA5CfeJhMBTpZltpNaSr7UmQSZEcermt2EtNSLDqO69CSmv2KH9RtJflcIqqvAX4yGaFYeqcl7cA lXjeHk6hsj/gdsjX/zCQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nZAJp-00C2yC-N6; Tue, 29 Mar 2022 11:47:25 +0000 Received: from mailgw02.mediatek.com ([216.200.240.185]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nZAIn-00C2Tg-B4; Tue, 29 Mar 2022 11:46:28 +0000 X-UUID: 84ce1903fbea4240a53130f88eb4f1d4-20220329 X-UUID: 84ce1903fbea4240a53130f88eb4f1d4-20220329 Received: from mtkcas66.mediatek.inc [(172.29.193.44)] by mailgw02.mediatek.com (envelope-from ) (musrelay.mediatek.com ESMTP with TLSv1.2 ECDHE-RSA-AES256-SHA384 256/256) with ESMTP id 649291784; Tue, 29 Mar 2022 04:46:14 -0700 Received: from mtkexhb02.mediatek.inc (172.21.101.103) by MTKMBS62DR.mediatek.inc (172.29.94.18) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Tue, 29 Mar 2022 04:46:13 -0700 Received: from mtkcas11.mediatek.inc (172.21.101.40) by mtkexhb02.mediatek.inc (172.21.101.103) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Tue, 29 Mar 2022 19:46:11 +0800 Received: from mtksdccf07.mediatek.inc (172.21.84.99) by mtkcas11.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Tue, 29 Mar 2022 19:46:11 +0800 From: Tinghan Shen To: Chaotian Jing , Ulf Hansson , Rob Herring , "Krzysztof Kozlowski" , Matthias Brugger , AngeloGioacchino Del Regno , Wenbin Mei CC: , , , , , , , , , Tinghan Shen Subject: [PATCH v12 2/3] dt-bindings: mmc: mtk-sd: increase reg maxItems Date: Tue, 29 Mar 2022 19:45:39 +0800 Message-ID: <20220329114540.17140-3-tinghan.shen@mediatek.com> X-Mailer: git-send-email 2.15.GIT In-Reply-To: <20220329114540.17140-1-tinghan.shen@mediatek.com> References: <20220329114540.17140-1-tinghan.shen@mediatek.com> MIME-Version: 1.0 X-MTK: N X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220329_044621_451424_8A4A0F22 X-CRM114-Status: UNSURE ( 9.55 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Add optional host top register base for the reg binding description. Signed-off-by: Wenbin Mei Signed-off-by: Tinghan Shen --- Documentation/devicetree/bindings/mmc/mtk-sd.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/mmc/mtk-sd.yaml b/Documentation/devicetree/bindings/mmc/mtk-sd.yaml index 7032f7adf3ca..6d41bcec900f 100644 --- a/Documentation/devicetree/bindings/mmc/mtk-sd.yaml +++ b/Documentation/devicetree/bindings/mmc/mtk-sd.yaml @@ -40,7 +40,8 @@ properties: - const: mediatek,mt8183-mmc reg: - maxItems: 1 + minItems: 1 + maxItems: 2 clocks: description: