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 phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A32FCC433EF for ; Thu, 28 Apr 2022 18:58:54 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id C514183EC6; Thu, 28 Apr 2022 20:58:51 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="DifbOHlq"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 66D1E83EC6; Thu, 28 Apr 2022 20:58:50 +0200 (CEST) Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 56D7D83DC7 for ; Thu, 28 Apr 2022 20:58:47 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=pali@kernel.org Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 7238261BEA; Thu, 28 Apr 2022 18:58:45 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B47CBC385A0; Thu, 28 Apr 2022 18:58:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1651172324; bh=CT7g2InjjTlsRyUcG0CZNKmCsQTvezKBSv+ECkujjEc=; h=From:To:Cc:Subject:Date:From; b=DifbOHlq0R9ykHqUIUNXOJnvodfb4Y1STJvgXNhBaZn3iQbntUqpyitAKiuVEEf3u mAzjK0rHeMRL3hLX6OORUMzUhOJDYqfR/tkrJkzbeu20LJhG6JM5Db7ugTtqG/RCFL EAPNqMnAzgIPeUcPnS8yf7YNMZoBymIQFAjbbChN4IICgR10kdm6yI7iNVkuVHgvMy oZ6Sgy009seMQEFRvvw279sDgfwCZwutCERWvCEX5i0V/5GD9BPvCtORQQldS8QirH uA5fYixTcTvuyKo61qlOA4S0fzgib7eyW0zMqcfzwHkfBy/3cmh5cd6XctGO4NOkSq lLlLxADZbmScg== Received: by pali.im (Postfix) id CF47C8A0; Thu, 28 Apr 2022 20:58:41 +0200 (CEST) From: =?UTF-8?q?Pali=20Roh=C3=A1r?= To: Heiko Schocher Cc: u-boot@lists.denx.de Subject: [PATCH] doc: Add device-tree-bindings for atsha204 and atsha204a Date: Thu, 28 Apr 2022 20:58:28 +0200 Message-Id: <20220428185828.19513-1-pali@kernel.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.5 at phobos.denx.de X-Virus-Status: Clean Document trivial bindings for atsha204 and atsha204a. Signed-off-by: Pali Rohár --- doc/device-tree-bindings/misc/atsha204.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 doc/device-tree-bindings/misc/atsha204.txt diff --git a/doc/device-tree-bindings/misc/atsha204.txt b/doc/device-tree-bindings/misc/atsha204.txt new file mode 100644 index 000000000000..3adc12112f50 --- /dev/null +++ b/doc/device-tree-bindings/misc/atsha204.txt @@ -0,0 +1,4 @@ +Atmel ATSHA204 and ATSHA204A i2c h/w symmetric crypto module + +Required properties: +- compatible : should be "atmel,atsha204" or "atmel,atsha204a" -- 2.20.1