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 AA485C43334 for ; Thu, 7 Jul 2022 09:51:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234132AbiGGJvn (ORCPT ); Thu, 7 Jul 2022 05:51:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51386 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235013AbiGGJvk (ORCPT ); Thu, 7 Jul 2022 05:51:40 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [46.235.227.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A2D9E4D4EF; Thu, 7 Jul 2022 02:51:39 -0700 (PDT) Received: from [192.168.1.100] (2-237-20-237.ip236.fastwebnet.it [2.237.20.237]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: kholk11) by madras.collabora.co.uk (Postfix) with ESMTPSA id 9BC2666019AA; Thu, 7 Jul 2022 10:51:37 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1657187498; bh=9cJkFbeGAUaiuZQ1tk/q71MLcCqv08gXnUsskyh+OSU=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=iklc8JelOW6VhhEVCPvFwprlF/PtO1UiLbHjv1p8qAO+07GEsSfkqhh82UATV+2yR vZ6W6oQ+tUvgQY5mdEh0FvE/gIPW94z2dcz9ukkiOyPbO7UmNnW3RgZgXkc6BCCo7r s5tIDcPkIzF4nyW5SM19RQtEzF52PpcOe3U3gGmTLnmmF/hAxn3Lnt1FKMpfUWw3xq tVS1FvQlWqcUFeyONlRidVYyQwfP524W2AFBQSBsbqimnIimNlTt4R0FVMdozDK3gL SYDJjrJqH7NtrCgD/3Dru5zEKWXq67riOPJ1+ySr0EKY9dQQVnRtuFUb6PxCfMqIZy Wil+TudE8xb+A== Message-ID: Date: Thu, 7 Jul 2022 11:51:34 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0 Subject: Re: [PATCH] dt-bindings: mmc: Add compatible for MediaTek MT8188 Content-Language: en-US To: Johnson Wang , ulf.hansson@linaro.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org Cc: linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, Project_Global_Chrome_Upstream_Group@mediatek.com References: <20220707054710.1396-1-johnson.wang@mediatek.com> From: AngeloGioacchino Del Regno In-Reply-To: <20220707054710.1396-1-johnson.wang@mediatek.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Il 07/07/22 07:47, Johnson Wang ha scritto: > This commit adds dt-binding documentation of mmc for MediaTek MT8188 SoC > platform. > > Signed-off-by: Johnson Wang > --- > Documentation/devicetree/bindings/mmc/mtk-sd.yaml | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Documentation/devicetree/bindings/mmc/mtk-sd.yaml b/Documentation/devicetree/bindings/mmc/mtk-sd.yaml > index 2a2e9fa8c188..3fbf33ad4f7c 100644 > --- a/Documentation/devicetree/bindings/mmc/mtk-sd.yaml > +++ b/Documentation/devicetree/bindings/mmc/mtk-sd.yaml > @@ -32,6 +32,9 @@ properties: > - items: > - const: mediatek,mt8186-mmc > - const: mediatek,mt8183-mmc > + - items: > + - const: mediatek,mt8188-mmc > + - const: mediatek,mt8183-mmc > - items: > - const: mediatek,mt8192-mmc > - const: mediatek,mt8183-mmc > Hello Johnson, if I'm not wrong, this should be... (check with dt_binding_check!) properties: compatible: oneOf: - enum: - mediatek,mt2701-mmc - .... everything else .... - items: - enum: - mediatek,mt8186-mmc - ... the others ... - const: mediatek.mt8183-mmc Cheers, Angelo 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 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 229BBC433EF for ; Thu, 7 Jul 2022 09:52:47 +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-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:From:References:Cc:To:Subject: MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Px1GzOwqr/1mkg3H8POUy7LmADIZbkcmVQq7TGOOsmw=; b=gIb25XK5dZaK25 xp9fgMQWEsLeoH+bfH3WTQHJTI3c6leOcBmY+moAprMQmkFS8U1WRxm/gWiNM5VDa18vR6Pm3j1TG Mhj41JlBAydL7d6UAZrPDId90D9iZFY6ZD9EKJMtdmVFSc+E1a7475tomqEQa+zTzl7pWBWfLP4PM 4JOrNW+kkoYNzJSy78vx2bYzoQ9VpGqBtuXmaXJyTPEd66znrcz/pcfegZN/U5bI3W8wkkHbeL3HR eLu3Z20KJ8WyW9iOlAqysrhilyXITX5Ce3RMyo13ZGlUYRqJuRCATKDCQ/5z+XV0iLzF6/9grO1A5 P8pYJ4qX8TL347DZB6qg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1o9OAh-00FT4Y-Dg; Thu, 07 Jul 2022 09:51:43 +0000 Received: from madras.collabora.co.uk ([46.235.227.172]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1o9OAe-00FT2u-Be; Thu, 07 Jul 2022 09:51:41 +0000 Received: from [192.168.1.100] (2-237-20-237.ip236.fastwebnet.it [2.237.20.237]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: kholk11) by madras.collabora.co.uk (Postfix) with ESMTPSA id 9BC2666019AA; Thu, 7 Jul 2022 10:51:37 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1657187498; bh=9cJkFbeGAUaiuZQ1tk/q71MLcCqv08gXnUsskyh+OSU=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=iklc8JelOW6VhhEVCPvFwprlF/PtO1UiLbHjv1p8qAO+07GEsSfkqhh82UATV+2yR vZ6W6oQ+tUvgQY5mdEh0FvE/gIPW94z2dcz9ukkiOyPbO7UmNnW3RgZgXkc6BCCo7r s5tIDcPkIzF4nyW5SM19RQtEzF52PpcOe3U3gGmTLnmmF/hAxn3Lnt1FKMpfUWw3xq tVS1FvQlWqcUFeyONlRidVYyQwfP524W2AFBQSBsbqimnIimNlTt4R0FVMdozDK3gL SYDJjrJqH7NtrCgD/3Dru5zEKWXq67riOPJ1+ySr0EKY9dQQVnRtuFUb6PxCfMqIZy Wil+TudE8xb+A== Message-ID: Date: Thu, 7 Jul 2022 11:51:34 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0 Subject: Re: [PATCH] dt-bindings: mmc: Add compatible for MediaTek MT8188 Content-Language: en-US To: Johnson Wang , ulf.hansson@linaro.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org Cc: linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, Project_Global_Chrome_Upstream_Group@mediatek.com References: <20220707054710.1396-1-johnson.wang@mediatek.com> From: AngeloGioacchino Del Regno In-Reply-To: <20220707054710.1396-1-johnson.wang@mediatek.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220707_025140_659580_BD3E0985 X-CRM114-Status: GOOD ( 13.33 ) 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: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Il 07/07/22 07:47, Johnson Wang ha scritto: > This commit adds dt-binding documentation of mmc for MediaTek MT8188 SoC > platform. > > Signed-off-by: Johnson Wang > --- > Documentation/devicetree/bindings/mmc/mtk-sd.yaml | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Documentation/devicetree/bindings/mmc/mtk-sd.yaml b/Documentation/devicetree/bindings/mmc/mtk-sd.yaml > index 2a2e9fa8c188..3fbf33ad4f7c 100644 > --- a/Documentation/devicetree/bindings/mmc/mtk-sd.yaml > +++ b/Documentation/devicetree/bindings/mmc/mtk-sd.yaml > @@ -32,6 +32,9 @@ properties: > - items: > - const: mediatek,mt8186-mmc > - const: mediatek,mt8183-mmc > + - items: > + - const: mediatek,mt8188-mmc > + - const: mediatek,mt8183-mmc > - items: > - const: mediatek,mt8192-mmc > - const: mediatek,mt8183-mmc > Hello Johnson, if I'm not wrong, this should be... (check with dt_binding_check!) properties: compatible: oneOf: - enum: - mediatek,mt2701-mmc - .... everything else .... - items: - enum: - mediatek,mt8186-mmc - ... the others ... - const: mediatek.mt8183-mmc Cheers, Angelo _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel