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 4870EC433EF for ; Fri, 3 Jun 2022 14:35:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245136AbiFCOfx (ORCPT ); Fri, 3 Jun 2022 10:35:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56532 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230413AbiFCOft (ORCPT ); Fri, 3 Jun 2022 10:35:49 -0400 Received: from smtp2.infineon.com (smtp2.infineon.com [IPv6:2a00:18f0:1e00:4::4]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7C72D50463; Fri, 3 Jun 2022 07:35:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=infineon.com; i=@infineon.com; q=dns/txt; s=IFXMAIL; t=1654266949; x=1685802949; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=hHpsHHSH8T0YMrqCCCBFi4qAmGyc9HjWKUTzrghDAfQ=; b=eSHznh4Go6Ri9YYMSO7QDmbbRP6aDg5S8s5X2UlitQAq9+ghITmyKVah /eTIREizhTjraDrckvuizpVOO9LUz9OdnTGGwYDQ4+hCFIysqDeUSSAav z6QoosWJ+daxsz0s1eek1HjH58PX6FEiV1ltwmXnyoEIT4BGK+0DMyG8j 0=; X-SBRS: None X-IronPort-AV: E=McAfee;i="6400,9594,10366"; a="182224229" X-IronPort-AV: E=Sophos;i="5.91,274,1647298800"; d="scan'208";a="182224229" Received: from unknown (HELO mucxv002.muc.infineon.com) ([172.23.11.17]) by smtp2.infineon.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Jun 2022 16:35:46 +0200 Received: from MUCSE803.infineon.com (MUCSE803.infineon.com [172.23.29.29]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mucxv002.muc.infineon.com (Postfix) with ESMTPS; Fri, 3 Jun 2022 16:35:46 +0200 (CEST) Received: from MUCSE817.infineon.com (172.23.29.43) by MUCSE803.infineon.com (172.23.29.29) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.26; Fri, 3 Jun 2022 16:35:46 +0200 Received: from ISCNPC0VBFBX.infineon.com (172.23.8.247) by MUCSE817.infineon.com (172.23.29.43) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.26; Fri, 3 Jun 2022 16:35:46 +0200 From: Alexander Steffen To: , , , CC: Alexander Steffen , , , , Johannes Holland , Amir Mizinski Subject: [PATCH v5 1/3] dt-bindings: trivial-devices: Add two I2C TPM devices Date: Fri, 3 Jun 2022 16:35:30 +0200 Message-ID: <20220603143532.8202-2-Alexander.Steffen@infineon.com> X-Mailer: git-send-email 2.28.0.windows.1 In-Reply-To: <20220603143532.8202-1-Alexander.Steffen@infineon.com> References: <20220603143532.8202-1-Alexander.Steffen@infineon.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Originating-IP: [172.23.8.247] X-ClientProxiedBy: MUCSE814.infineon.com (172.23.29.40) To MUCSE817.infineon.com (172.23.29.43) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Both are supported by the upcoming tpm_tis_i2c driver. Signed-off-by: Alexander Steffen Change-Id: I4750e39274038715d568d711cde1dc3d8595ba1b --- Documentation/devicetree/bindings/trivial-devices.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml index 6aafa71806a3..92aae2a805f7 100644 --- a/Documentation/devicetree/bindings/trivial-devices.yaml +++ b/Documentation/devicetree/bindings/trivial-devices.yaml @@ -139,6 +139,8 @@ properties: - infineon,slb9635tt # Infineon SLB9645 I2C TPM (new protocol, max 400khz) - infineon,slb9645tt + # Infineon SLB9673 I2C TPM 2.0 + - infineon,slb9673 # Infineon TLV493D-A1B6 I2C 3D Magnetic Sensor - infineon,tlv493d-a1b6 # Infineon Multi-phase Digital VR Controller xdpe11280 @@ -333,6 +335,8 @@ properties: - st,24c256 # Ambient Light Sensor with SMBUS/Two Wire Serial Interface - taos,tsl2550 + # TCG TIS-compliant TPM with I2C interface + - tcg,tpm-tis-i2c # Temperature Monitoring and Fan Control - ti,amc6821 # Temperature and humidity sensor with i2c interface -- 2.25.1