From patchwork Tue Nov 19 16:40:07 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Wanner X-Patchwork-Id: 13880277 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 89A5114A639; Tue, 19 Nov 2024 16:41:13 +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=1732034475; cv=none; b=fyZiu0aUUY06Tg5YdFLE1InxE47lIJOZ/jERThh92Xisqw7izUBWDXhpoqVrn3XxicTHrMVi4LeeQDquskeNNOtpzxLlo7+xmWPMUdxbfCDKsRr2U+76JlRR7MccVyMSCdJPO9ACgYShPWmcjXJOqI1cVwaKw8iX6r5fLbtxpvc= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1732034475; c=relaxed/simple; bh=KeLQCOC+vsGSYxsLGpB8PXEpPBG4Eq+1siFC8kDgXS4=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=Pmjx+q5i7Qqz12uanCqVHmgsrn/kLkOmkerv/6xNpAUpr6Guew7DF8sw0CLjjeNXLGYcTUtZ+/cImoasn0/nRLM9i1hNi5fGtpGFwdRX2sXWAe1ufdPGQHbv3tEImtc3JlMWca9SVYrwfKkZlpQ2mNN2Dg9hi2W1rf0pZHB1Cx8= 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=tHgJscbw; 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="tHgJscbw" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1732034474; x=1763570474; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=KeLQCOC+vsGSYxsLGpB8PXEpPBG4Eq+1siFC8kDgXS4=; b=tHgJscbwOQXq/WmNTOvvnemz2dbPXXVoQhQsoVEPuDqS5LXaGuICpMG6 3kV1RZFdLbmYydO8EpuxTPaN+pSkASTwcKS36lWYh7DF6j1KyuBbgPrpu 9Cm2EbR+XqKFBuzKzrxkVT2fQE6uIzffApy2TFL5T3reuBbUAYcVFpcEL pt2ZnyEjSue0cLf0yb+vwujIxL0vzlItZKMQSrzL+Umo29GjeiAHH49n3 vvfcGEWteAfApxwJQjlUAb3i5I09E6WSl577dt5lEt18JycRXQZ5ygh9z tJMzhltmgCZ98R8G+FoxboiFpiIw8qsQcLN4hw/X5t0knOpg09F/wXCuq g==; X-CSE-ConnectionGUID: jnnvkeRdTYaD0RwnHEXOug== X-CSE-MsgGUID: X6HIpqfmR5WjAABwTPbxag== X-IronPort-AV: E=Sophos;i="6.12,166,1728975600"; d="scan'208";a="35018887" 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:11 -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: , , , , , , , , , , , , Conor Dooley Subject: [PATCH 01/15] dt-bindings: ARM: at91: Document Microchip SAMA7D65 Curiosity Date: Tue, 19 Nov 2024 09:40:07 -0700 Message-ID: X-Mailer: git-send-email 2.43.0 In-Reply-To: References: Precedence: bulk X-Mailing-List: linux-spi@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: Romain Sioen Document device tree binding of the Microchip SAMA7D65 Curiosity board. Signed-off-by: Romain Sioen Acked-by: Nicolas Ferre Signed-off-by: Dharma Balasubiramani Acked-by: Conor Dooley --- Documentation/devicetree/bindings/arm/atmel-at91.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/atmel-at91.yaml b/Documentation/devicetree/bindings/arm/atmel-at91.yaml index 7160ec80ac1b..0ec29366e6c2 100644 --- a/Documentation/devicetree/bindings/arm/atmel-at91.yaml +++ b/Documentation/devicetree/bindings/arm/atmel-at91.yaml @@ -180,6 +180,13 @@ properties: - const: atmel,sama5d4 - const: atmel,sama5 + - description: Microchip SAMA7D65 Curiosity Board + items: + - const: microchip,sama7d65-curiosity + - const: microchip,sama7d65 + - const: microchip,sama7d6 + - const: microchip,sama7 + - items: - const: microchip,sama7g5ek # SAMA7G5 Evaluation Kit - const: microchip,sama7g5