From mboxrd@z Thu Jan 1 00:00:00 1970 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9A48FEE4993 for ; Mon, 21 Aug 2023 08:59:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234243AbjHUI7t (ORCPT ); Mon, 21 Aug 2023 04:59:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60870 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233626AbjHUI7t (ORCPT ); Mon, 21 Aug 2023 04:59:49 -0400 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.153.233]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A656ACC; Mon, 21 Aug 2023 01:59:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1692608385; x=1724144385; h=message-id:date:mime-version:subject:to:references:from: in-reply-to:content-transfer-encoding; bh=ALOTiRmCfj3769cfKooI7Rfu3TpT5H8i1UavK7RLZeg=; b=gJymp0is0IsZVMkhYBvQmXCHoTe4leMPKFQ4vYg5Q0JfCWKlA/ZXLtYn C1jhWAXdVmVA+oCyMc7Cp0ynKpcZyQ2JEHQrV7NJcQ+xZOdz+UpnKuls/ a4c01wTZJxaD98WT/YwwSHZNAEle+8hvA4WmBdsMnihXi3HASdz5Xy2y7 pdYJ8aO1iVFhLO6JQ9C4BjTHYipzDj9Hu6Lvm5u9JX8oeoPsa6p2wzDUB uPEXXq5O1gEABPklml5B8U+3jcTD0syTWyzhUtqE+aKYzI8orfBW6433U nF63KZpILxmhzmCp6W3rSaH3QFpcTxU7iFPXdSft9GU7iTEHcNgpzZF8U g==; X-IronPort-AV: E=Sophos;i="6.01,189,1684825200"; d="scan'208";a="404612" X-Amp-Result: SKIPPED(no attachment in message) Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa3.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 21 Aug 2023 01:59:44 -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.21; Mon, 21 Aug 2023 01:59:12 -0700 Received: from [10.159.245.205] (10.10.115.15) by chn-vm-ex02.mchp-main.com (10.10.85.144) with Microsoft SMTP Server id 15.1.2507.21 via Frontend Transport; Mon, 21 Aug 2023 01:59:09 -0700 Message-ID: Date: Mon, 21 Aug 2023 10:59:05 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 Subject: Re: [PATCH v3 11/50] dt-bindings: crypto: add sam9x7 in Atmel TDES Content-Language: en-US, fr-FR To: Varshini Rajendran , , , , , , , , , , , , References: <20230728102442.265820-1-varshini.rajendran@microchip.com> From: Nicolas Ferre Organization: microchip In-Reply-To: <20230728102442.265820-1-varshini.rajendran@microchip.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 28/07/2023 at 12:24, Varshini Rajendran wrote: > Add DT bindings for atmel TDES. > > Signed-off-by: Varshini Rajendran Following my answer to the email thread: Acked-by: Nicolas Ferre Thanks, best regards, Nicolas > --- > .../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