From patchwork Sun Oct 6 10:21:48 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Frank Wunderlich X-Patchwork-Id: 833257 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 D9BE41714CB; Sun, 6 Oct 2024 10:22:03 +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=1728210125; cv=none; b=Bkg6fHtIl20tYUMfpCoOep6J+UXo6GWutkYbwYVfOKgdsC7U7jH/21nyfpdjCDKg/h967A+N0EZ7s2ZnJfkma4OnJGCx0B5rMK0+BE1U1jS7Lu/zz6IgM1Heky/rCofw2EgKfzqjRsmdWgh7sNL9x8LvMDbtmyfvUyNWwgqHas0= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728210125; c=relaxed/simple; bh=3Hf1CYcr4RYuzo5/vGA5ISZAEVkdnCt8lrVDsIaOpxA=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=CLpgzaNWvUiHoZhqA/MYTlOUowsZnvuuoFO132sJ4A0z99mgbTb6jaMfQqfp0bHU9skrwrdBYhgmqL87Wgevw7NJTA9UzJeH6c41tjoos0k1BmigYLXFXWoY9WxVfuLSomafo9RfQLS0BYrIcEhuB+ojd8ZTluhQCn+ZNz5qpxM= 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=PYQRb81r; 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="PYQRb81r" Received: from mxbox3.masterlogin.de (unknown [192.168.10.78]) by mxout3.routing.net (Postfix) with ESMTP id D51F460182; Sun, 6 Oct 2024 10:22:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailerdienst.de; s=20200217; t=1728210122; 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=fH5wQnoWOTiXLp9N8VUPFHb75jHSB86CAirXoIdZS3c=; b=PYQRb81rWjUX8inLx/+Md5kH6n2+4AnsoRvx6J1huta+A8f7HSTODPpnnpq/N7oWacMoDZ 0T3gbXRdb3TQ9tDD8qz8/kW4TWwhvHRgPsdLwPSPr/5MEvjSUSxH5XxcwD/0CZ2TK8t6XY yNMGSjc4mDTtB2N4EOTUvx84TjEUS0I= Received: from frank-u24.. (fttx-pool-217.61.153.101.bambit.de [217.61.153.101]) by mxbox3.masterlogin.de (Postfix) with ESMTPSA id 2476036030E; Sun, 6 Oct 2024 10:22:01 +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, linux-gpio@vger.kernel.org, john@phrozen.org, eladwf@gmail.com, ansuelsmth@gmail.com Subject: [PATCH v1 1/2] dt-bindings: mmc: mtk-sd: Add mt7988 SoC Date: Sun, 6 Oct 2024 12:21:48 +0200 Message-ID: <20241006102154.17087-2-linux@fw-web.de> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20241006102154.17087-1-linux@fw-web.de> References: <20241006102154.17087-1-linux@fw-web.de> Precedence: bulk X-Mailing-List: linux-gpio@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Mail-ID: 0a46719d-9336-4af5-bfd8-2c62d6de095e From: Frank Wunderlich Add binding definitions for mmc on MT7988 SoC. Signed-off-by: Frank Wunderlich --- .../devicetree/bindings/mmc/mtk-sd.yaml | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/Documentation/devicetree/bindings/mmc/mtk-sd.yaml b/Documentation/devicetree/bindings/mmc/mtk-sd.yaml index c532ec92d2d9..db7d1c570aea 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,29 @@ allOf: - const: bus_clk - const: sys_cg + - if: + properties: + compatible: + contains: + enum: + - mediatek,mt7988-mmc + then: + properties: + clocks: + minItems: 3 + items: + - description: source clock + - description: HCLK which used for host + - description: Advanced eXtensible Interface + - description: Advanced High-performance Bus clock + clock-names: + minItems: 3 + items: + - const: source + - const: hclk + - const: axi_cg + - const: ahb_cg + - if: properties: compatible: