From patchwork Fri Feb 23 17:24:45 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Varshini Rajendran X-Patchwork-Id: 13569661 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 E8585C5478C for ; Fri, 23 Feb 2024 17:29:28 +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-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:CC:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=QXAaLNpEHRAFpiqrF6XB23GKue3QQM0BdhMBJKIY/jQ=; b=RBAmbI5vDFwliq TdDeGQoUo5DYoct7Xqf81o5D6N9ToB0za7/FGDe4/Z4oNC7rKPQUjpOuOnIDKYZoK4psHFRcHaudi fDRX9f8YhR4/jMz/LezouoWXn5ckBSNiu8CoDPsUARbyi+ixtUlgQw0/O/YApnSOkuyyLZhjjMgwN T2Mgg2/tVS7JawMOLrGRVHjzFCpFFakYvBN/NHDTugSUn7hNfEBAMshyJZhOqGSTwJQr+ng+u61sz y4EtbuVUjyXBsetBtA1ANWiREh7PP7tenDrNQ2NiNMsOoRtOHM/YIkJwkfqYlF/vy5Oe62MKw4PgJ E2X/HLZAmtnq+4a0xI7A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rdZME-0000000AUUn-2ElD; Fri, 23 Feb 2024 17:29:10 +0000 Received: from esa.microchip.iphmx.com ([68.232.154.123]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rdZIP-0000000ASu9-0Y81 for linux-arm-kernel@lists.infradead.org; Fri, 23 Feb 2024 17:25:30 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1708709112; x=1740245112; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=/hz/8AXXj+ZzSkJYQl0qnE60nI3MGQJXY6qlslTKKp0=; b=bqtEp/sv240wjdN1OS0befSk71KlUE0RM3UIRjcWWTDc5dfwcrUM+5RG 5CSbiqyTVL6dpzvUl1VxEUrPuq8oeTnMqWgN2T4Ii/uUgVgCdQtmo/TcQ rgu+FbYWPVeWm7BrovHXcpFZyUz+1wO6LJxSXZP3KhdLlqyqtB+SnD9FW f+6mLkhSUOs9BM7QI2BXgQYh/esr1gHtjhQ89giHO8Fp9Z6h+i0wTOJ6c QY4wSXBHBXu3KFIc7OY7gdtIWIIAWH9DTCKSuDiae6UjRaH5pUqwJ7tr1 FFkeJ1D/I+rmhyBVbHLrU+VGMCw1OX4Rt+kBBJZoPGYIxEPh8fAznv5ar w==; X-CSE-ConnectionGUID: /5CNF92eR9i+Xpx5LCibjQ== X-CSE-MsgGUID: xtED5/yRT4aDO/oItKs/JA== X-IronPort-AV: E=Sophos;i="6.06,180,1705388400"; d="scan'208";a="184009396" X-Amp-Result: SKIPPED(no attachment in message) Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa6.microchip.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES128-GCM-SHA256; 23 Feb 2024 10:25:12 -0700 Received: from chn-vm-ex02.mchp-main.com (10.10.85.144) by chn-vm-ex03.mchp-main.com (10.10.85.151) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.35; Fri, 23 Feb 2024 10:24:58 -0700 Received: from che-lt-i67070.microchip.com (10.10.85.11) by chn-vm-ex02.mchp-main.com (10.10.85.144) with Microsoft SMTP Server id 15.1.2507.35 via Frontend Transport; Fri, 23 Feb 2024 10:24:53 -0700 From: Varshini Rajendran To: , , , , , , , , , , , , CC: Subject: [PATCH v4 05/39] dt-bindings: crypto: add sam9x7 in Atmel TDES Date: Fri, 23 Feb 2024 22:54:45 +0530 Message-ID: <20240223172445.671783-1-varshini.rajendran@microchip.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240223171342.669133-1-varshini.rajendran@microchip.com> References: <20240223171342.669133-1-varshini.rajendran@microchip.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240223_092526_617396_59E2F681 X-CRM114-Status: UNSURE ( 8.42 ) X-CRM114-Notice: Please train this message. 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Add DT bindings for atmel TDES. Signed-off-by: Varshini Rajendran Acked-by: Nicolas Ferre Acked-by: Conor Dooley Reviewed-by: Tudor Ambarus --- Changes in v4: - Updated Acked-by tag --- .../devicetree/bindings/crypto/atmel,at91sam9g46-tdes.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-tdes.yaml b/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-tdes.yaml index 3d6ed24b1b00..6a441f79efea 100644 --- a/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-tdes.yaml +++ b/Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-tdes.yaml @@ -12,7 +12,11 @@ maintainers: properties: compatible: - const: atmel,at91sam9g46-tdes + oneOf: + - const: atmel,at91sam9g46-tdes + - items: + - const: microchip,sam9x7-tdes + - const: atmel,at91sam9g46-tdes reg: maxItems: 1