From patchwork Tue Nov 19 16:40:10 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Wanner X-Patchwork-Id: 844476 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.154.123]) (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 AAA481D12E5; Tue, 19 Nov 2024 16:41:15 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=68.232.154.123 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1732034477; cv=none; b=LZBu8h2Px6lkPT+nJaB+FVpQu76QH8eejwax0WOnQXfuRjwDAds7DpaQEc+vhqbwOBzFMIqa/8Y4GwmFI6upKMj3bTKn7BnZnXMZugCzduftvL5DX3P76BiQ/BmH/AXdak+tKhzVLvZ1YphrVPGmLTo/NwYeEgiDIpjtbYRyGbc= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1732034477; c=relaxed/simple; bh=SAuIplroIWD2PxE7sb322n1NfqayPgq+kic4JfJz/2U=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=IXKpfpNxlNa/cEAn6rCLMhLLi+WE/pWwdbn1RgOejZ3n9iiiqXfIiZYGpgGCwVCh6Q8CuBUS5IMkJ6Wi9kU3QoZDewXqwqH4csbm8UMyG69XaWde9omFH6FzclH9qdXEn+6bnLofpoWfJbz4SNu+3ZhWt4En1QdKY6wv3gr6CsI= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=microchip.com; spf=pass smtp.mailfrom=microchip.com; dkim=pass (2048-bit key) header.d=microchip.com header.i=@microchip.com header.b=Bv3XEvRA; arc=none smtp.client-ip=68.232.154.123 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=microchip.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=microchip.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=microchip.com header.i=@microchip.com header.b="Bv3XEvRA" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1732034476; x=1763570476; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=SAuIplroIWD2PxE7sb322n1NfqayPgq+kic4JfJz/2U=; b=Bv3XEvRAcrF9g+wjDe7cW4rnYE8W/tw6LEUt5D4wXbLTspReA2CTmJRG ztO7yHyU7qXLoIYUn2pdNvsGDFUrM9JzuyatAojDtxahAHumB+3iJHGg/ 6dyN+bIHl7f9667bxjersCAl7JJa3IuXNCTedulYJ8+x/TqEseixi6N8/ xf8CXKLPBbskC5ptXEAV5eEwdIvEn1Dut2jr13aryE2/ygH4+dAzyperj PcttGv91s0GQwFyWALMyxt7KUMWlf5EOc/FQFrKqkiid6kLfYyzWpz7DY dYVIDPbLeSR/4o5T4L1iVZtTEXInNGo2TGOF0rqAWj0xHs4qkc0mHgRc4 Q==; X-CSE-ConnectionGUID: jnnvkeRdTYaD0RwnHEXOug== X-CSE-MsgGUID: dmEQsYWySM2TXQP4jl2lDA== X-IronPort-AV: E=Sophos;i="6.12,166,1728975600"; d="scan'208";a="35018891" X-Amp-Result: SKIPPED(no attachment in message) Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa2.microchip.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES128-GCM-SHA256; 19 Nov 2024 09:41:13 -0700 Received: from chn-vm-ex04.mchp-main.com (10.10.85.152) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.35; Tue, 19 Nov 2024 09:40:53 -0700 Received: from ryan-Precision-3630-Tower.microchip.com (10.10.85.11) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server id 15.1.2507.35 via Frontend Transport; Tue, 19 Nov 2024 09:40:53 -0700 From: To: , , , , , , , , CC: , , , , , , , , , , , Subject: [PATCH 04/15] dt-bindings: mmc: atmel,sama5d2-sdhci: add microchip,sama7d65-sdhci Date: Tue, 19 Nov 2024 09:40:10 -0700 Message-ID: X-Mailer: git-send-email 2.43.0 In-Reply-To: References: Precedence: bulk X-Mailing-List: linux-serial@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: Dharma Balasubiramani Add mmc binding documentation for SAMA7D65. Signed-off-by: Dharma Balasubiramani --- Documentation/devicetree/bindings/mmc/atmel,sama5d2-sdhci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/mmc/atmel,sama5d2-sdhci.yaml b/Documentation/devicetree/bindings/mmc/atmel,sama5d2-sdhci.yaml index 8c8ade88e8fe..ba75623b7778 100644 --- a/Documentation/devicetree/bindings/mmc/atmel,sama5d2-sdhci.yaml +++ b/Documentation/devicetree/bindings/mmc/atmel,sama5d2-sdhci.yaml @@ -22,6 +22,7 @@ properties: - items: - enum: - microchip,sam9x7-sdhci + - microchip,sama7d65-sdhci - microchip,sama7g5-sdhci - const: microchip,sam9x60-sdhci