From patchwork Wed May 25 16:58:47 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Steffen X-Patchwork-Id: 12861441 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 E1499C433FE for ; Wed, 25 May 2022 16:59:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245401AbiEYQ7O (ORCPT ); Wed, 25 May 2022 12:59:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48408 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245549AbiEYQ7J (ORCPT ); Wed, 25 May 2022 12:59:09 -0400 Received: from smtp11.infineon.com (smtp11.infineon.com [IPv6:2a00:18f0:1e00:4::5]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 11C55A5037; Wed, 25 May 2022 09:59:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=infineon.com; i=@infineon.com; q=dns/txt; s=IFXMAIL; t=1653497947; x=1685033947; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=dymnBxY2vuS1CRRGk1ytxV9OMADaUdrv7fRDs/cMwXk=; b=SoDSOC3rtONmEeJR5ipTlv6xpPh03n40wWlydd2271sxeQ7wvBEebAFY 81uElhOMPp6bFZ2+bxo6vnD0qK2328FHsXM/0rMW0A/BEOzOWk1t4LWnH c6YicVIDrTT8QNDsYYvzOjUmvNJZ8R95pp+1LbSVKZOT51SUreoMFpa4e M=; X-SBRS: None X-IronPort-AV: E=McAfee;i="6400,9594,10358"; a="297939393" X-IronPort-AV: E=Sophos;i="5.91,250,1647298800"; d="scan'208";a="297939393" Received: from unknown (HELO mucxv001.muc.infineon.com) ([172.23.11.16]) by smtp11.infineon.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 May 2022 18:59:05 +0200 Received: from MUCSE822.infineon.com (MUCSE822.infineon.com [172.23.29.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mucxv001.muc.infineon.com (Postfix) with ESMTPS; Wed, 25 May 2022 18:59:05 +0200 (CEST) Received: from MUCSE817.infineon.com (172.23.29.43) by MUCSE822.infineon.com (172.23.29.53) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.26; Wed, 25 May 2022 18:59:04 +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; Wed, 25 May 2022 18:59:04 +0200 From: Alexander Steffen To: , , , CC: Alexander Steffen , , , , Johannes Holland , Amir Mizinski Subject: [PATCH v4 1/3] dt-bindings: trivial-devices: Add two I2C TPM devices Date: Wed, 25 May 2022 18:58:47 +0200 Message-ID: <20220525165849.7789-2-Alexander.Steffen@infineon.com> X-Mailer: git-send-email 2.28.0.windows.1 In-Reply-To: <20220525165849.7789-1-Alexander.Steffen@infineon.com> References: <20220525165849.7789-1-Alexander.Steffen@infineon.com> MIME-Version: 1.0 X-Originating-IP: [172.23.8.247] X-ClientProxiedBy: MUCSE821.infineon.com (172.23.29.47) To MUCSE817.infineon.com (172.23.29.43) Precedence: bulk List-ID: X-Mailing-List: linux-integrity@vger.kernel.org Both are supported by the upcoming tpm_tis_i2c driver. Signed-off-by: Alexander Steffen --- 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 550a2e5c9e05..dc52822331dd 100644 --- a/Documentation/devicetree/bindings/trivial-devices.yaml +++ b/Documentation/devicetree/bindings/trivial-devices.yaml @@ -135,6 +135,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 @@ -323,6 +325,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