From patchwork Sat Oct 12 14:38:22 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Frank Wunderlich X-Patchwork-Id: 13833410 Received: from mxout3.routing.net (mxout3.routing.net [134.0.28.8]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 96D72155CBF; Sat, 12 Oct 2024 14:38:44 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=134.0.28.8 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728743926; cv=none; b=CM8WkJxLw211NBeKrhU5/Ov3AAAMcwRdmZuof7ZJeCTrMnWV8dC6XDNsj0pv3NPM1+GlH9LvTB4uzvuVnuxtSRcf4d5MTbu6DIia729tTo201TKZTdB+0BvepZ0KZDP6AB6yL21/kcB1miV0JLkF5vFmax40Iaa2o2l3IcVQcyI= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728743926; c=relaxed/simple; bh=iuC0Xs5cJt7vpJW5oGhEmBy+nIJM5CTBNClYRTDOQeA=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=Faj8DuaIwp1bqfLaneo/noRkNy9uZtLsyUm+pIiZklrClHJyF3CHJqPRoiFMqBjhTo0E9IAmVxWl2l6rtSns7fPW1xPMFvrOfT3newdSTtYVBKa0wJlVU3UuflkZgx4wftCVtSeryBTj4w5xmTzIGDfdEFNfZFfWL/AVUtGZQoU= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=fw-web.de; spf=pass smtp.mailfrom=fw-web.de; dkim=pass (1024-bit key) header.d=mailerdienst.de header.i=@mailerdienst.de header.b=omm14/Gg; arc=none smtp.client-ip=134.0.28.8 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=fw-web.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=fw-web.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=mailerdienst.de header.i=@mailerdienst.de header.b="omm14/Gg" Received: from mxbox1.masterlogin.de (unknown [192.168.10.88]) by mxout3.routing.net (Postfix) with ESMTP id D3C5F6017B; Sat, 12 Oct 2024 14:38:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailerdienst.de; s=20200217; t=1728743917; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=WjedSfGqOZ6oiuD35CvJlq2+oXWPBYIhR55p8Lmk7Yo=; b=omm14/GgR1mtmtlZZ3caHMuuXQgoNmEd2xuXZTKfZutsMfsJb6lQZIRJbodey0YjSHxHh0 LJe2W3EiLJ5yR7FmXK+tyWogGY4Bs2fxDaP7QOxPoSCiSlsbMOAZpyW9ppjuqx8HuTcWbH 6iza6RTINaKRG+zFMS27jIPyu+dZzyo= Received: from frank-u24.. (fttx-pool-217.61.155.16.bambit.de [217.61.155.16]) by mxbox1.masterlogin.de (Postfix) with ESMTPSA id D5FB840147; Sat, 12 Oct 2024 14:38:35 +0000 (UTC) From: Frank Wunderlich To: Chaotian Jing , Ulf Hansson , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Matthias Brugger , AngeloGioacchino Del Regno , Wenbin Mei Cc: Frank Wunderlich , linux-mmc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, daniel@makrotopia.org, john@phrozen.org, eladwf@gmail.com, ansuelsmth@gmail.com Subject: [PATCH v4 1/2] dt-bindings: mmc: mtk-sd: Add mt7988 SoC Date: Sat, 12 Oct 2024 16:38:22 +0200 Message-ID: <20241012143826.7690-2-linux@fw-web.de> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20241012143826.7690-1-linux@fw-web.de> References: <20241012143826.7690-1-linux@fw-web.de> Precedence: bulk X-Mailing-List: linux-mmc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Mail-ID: 54124e21-5cc7-400c-a9a6-663ac3c6d7a2 From: Frank Wunderlich Add binding definitions for mmc on MT7988 SoC. Signed-off-by: Frank Wunderlich Reviewed-by: Krzysztof Kozlowski Reviewed-by: AngeloGioacchino Del Regno --- v4: - drop minitems because of errors v3: - fixed minItems on clock-names too v2: - fixed minItems to 4 --- .../devicetree/bindings/mmc/mtk-sd.yaml | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/Documentation/devicetree/bindings/mmc/mtk-sd.yaml b/Documentation/devicetree/bindings/mmc/mtk-sd.yaml index c532ec92d2d9..a51d3bd08d94 100644 --- a/Documentation/devicetree/bindings/mmc/mtk-sd.yaml +++ b/Documentation/devicetree/bindings/mmc/mtk-sd.yaml @@ -21,6 +21,7 @@ properties: - mediatek,mt7620-mmc - mediatek,mt7622-mmc - mediatek,mt7986-mmc + - mediatek,mt7988-mmc - mediatek,mt8135-mmc - mediatek,mt8173-mmc - mediatek,mt8183-mmc @@ -263,6 +264,27 @@ allOf: - const: bus_clk - const: sys_cg + - if: + properties: + compatible: + contains: + enum: + - mediatek,mt7988-mmc + then: + properties: + clocks: + items: + - description: source clock + - description: HCLK which used for host + - description: Advanced eXtensible Interface + - description: Advanced High-performance Bus clock + clock-names: + items: + - const: source + - const: hclk + - const: axi_cg + - const: ahb_cg + - if: properties: compatible: From patchwork Sat Oct 12 14:38:23 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Frank Wunderlich X-Patchwork-Id: 13833411 Received: from mxout4.routing.net (mxout4.routing.net [134.0.28.9]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6535B186E2E; Sat, 12 Oct 2024 14:38:45 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=134.0.28.9 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728743927; cv=none; b=OXlu/uUJQ9FQFspSUTFxOW4sHSuXhwzT+MvVejHda1PgJwOppdmwJ0y3qo8De81Y7Rd0fY1PSxmrn4I08pgvtXvpNT5U1Cpzk8pUlaw7Uy+ZKs4yWca0PA1rlB1qKrxjRYwqw+jMIrcm+td9tkR1fCLw/7o/DStSfaMc5VQ5lcI= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728743927; c=relaxed/simple; bh=09kIYuGGp88LopxrY4/emGax05kQ+XlgIJJ/psxjw1Q=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=DIrSHVaIsmaDllOFb55CKjXCZw72pc0qzKXKPu9tcVCdwZwQFL8coxku1WaxyOuVFmFa6FkfYT0AaJ7myfWTh+WP0Op8qmEMRW+QAWr6cglT8YUy+ULFZh3Oxb5J35emWcuiCmKrt7jy1sqZUP2IZRxR3uYjM6Kte9e2lQAY2fA= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=fw-web.de; spf=pass smtp.mailfrom=fw-web.de; dkim=pass (1024-bit key) header.d=mailerdienst.de header.i=@mailerdienst.de header.b=UNyd+OKN; arc=none smtp.client-ip=134.0.28.9 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=fw-web.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=fw-web.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=mailerdienst.de header.i=@mailerdienst.de header.b="UNyd+OKN" Received: from mxbox1.masterlogin.de (unknown [192.168.10.88]) by mxout4.routing.net (Postfix) with ESMTP id BC341100305; Sat, 12 Oct 2024 14:38:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailerdienst.de; s=20200217; t=1728743917; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=UaDhF10SS6RhxqXi+RrAJwgaKwDFw9LZ+vBZFwz0rD4=; b=UNyd+OKN5i7UKNGbpU5QvhGkG18ZWX2nM+oOivTQx7bcmYRwy6Q93B6qiP6dVetPy3ekIp T87veGPabnrMqRlpgOec2XuPiYnHGbZE9ZX3YCi2EE51bIqvdLZn0EyP4Yz4HBG/Pbjf0x szfuxTKoVEpMLkZembHabWCSYsfotcA= Received: from frank-u24.. (fttx-pool-217.61.155.16.bambit.de [217.61.155.16]) by mxbox1.masterlogin.de (Postfix) with ESMTPSA id C790940192; Sat, 12 Oct 2024 14:38:36 +0000 (UTC) From: Frank Wunderlich To: Chaotian Jing , Ulf Hansson , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Matthias Brugger , AngeloGioacchino Del Regno , Wenbin Mei Cc: Frank Wunderlich , linux-mmc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, daniel@makrotopia.org, john@phrozen.org, eladwf@gmail.com, ansuelsmth@gmail.com Subject: [PATCH v4 2/2] mmc: mtk-sd: add support for mt7988 Date: Sat, 12 Oct 2024 16:38:23 +0200 Message-ID: <20241012143826.7690-3-linux@fw-web.de> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20241012143826.7690-1-linux@fw-web.de> References: <20241012143826.7690-1-linux@fw-web.de> Precedence: bulk X-Mailing-List: linux-mmc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Mail-ID: 81c63b52-cdcf-46c0-90ed-8ce7b26ea792 From: Frank Wunderlich Add support for mmc on MT7988 SoC. We can use mt7986 platform data in driver, but mt7988 needs different clocks so for binding we need own compatible. Signed-off-by: Frank Wunderlich Reviewed-by: AngeloGioacchino Del Regno --- changes: v4: - explain mt7988 compatible with mt7986 platform data in commit description v3: - reuse mt7986 platform data instead of copy --- drivers/mmc/host/mtk-sd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mmc/host/mtk-sd.c b/drivers/mmc/host/mtk-sd.c index 89018b6c97b9..aaf27fd211c1 100644 --- a/drivers/mmc/host/mtk-sd.c +++ b/drivers/mmc/host/mtk-sd.c @@ -629,6 +629,7 @@ static const struct of_device_id msdc_of_ids[] = { { .compatible = "mediatek,mt7620-mmc", .data = &mt7620_compat}, { .compatible = "mediatek,mt7622-mmc", .data = &mt7622_compat}, { .compatible = "mediatek,mt7986-mmc", .data = &mt7986_compat}, + { .compatible = "mediatek,mt7988-mmc", .data = &mt7986_compat}, { .compatible = "mediatek,mt8135-mmc", .data = &mt8135_compat}, { .compatible = "mediatek,mt8173-mmc", .data = &mt8173_compat}, { .compatible = "mediatek,mt8183-mmc", .data = &mt8183_compat},