From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from bmailout3.hostsharing.net (bmailout3.hostsharing.net [176.9.242.62]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 011431D6B1; Wed, 20 Dec 2023 09:09:12 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=wunner.de Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=h08.hostsharing.net Received: from h08.hostsharing.net (h08.hostsharing.net [83.223.95.28]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "*.hostsharing.net", Issuer "RapidSSL TLS RSA CA G1" (verified OK)) by bmailout3.hostsharing.net (Postfix) with ESMTPS id 2FFDF10029C09; Wed, 20 Dec 2023 10:09:11 +0100 (CET) Received: by h08.hostsharing.net (Postfix, from userid 100393) id F3DB527C92; Wed, 20 Dec 2023 10:09:10 +0100 (CET) Date: Wed, 20 Dec 2023 10:09:10 +0100 From: Lukas Wunner To: SZ Lin Cc: Wes Huang , Fero JD Zhou , =?iso-8859-1?Q?Beno=EEt?= Cousson , Tony Lindgren , Rob Herring , Mark Rutland , linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 1/3] ARM: dts: am335x: add common file for UC-2100 series Message-ID: <20231220090910.GA32182@wunner.de> References: <20180928104718.30661-1-sz.lin@moxa.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180928104718.30661-1-sz.lin@moxa.com> User-Agent: Mutt/1.10.1 (2018-07-13) On Fri, Sep 28, 2018 at 06:47:16PM +0800, SZ Lin wrote: > The UC-2100 series consists many boards with different peripheral > devices and wireless modules, hence we fetch common items and > create a common dtsi file to increase reusability. All boards in > UC-2100 series will include this common dtsi file. [...] > --- /dev/null > +++ b/arch/arm/boot/dts/am335x-moxa-uc-2100-common.dtsi [...] > + tpm_spi_tis@0 { > + compatible = "tcg,tpm_tis-spi"; What's the chip used on this board? Going forward, the DT schema for TPMs requires the exact chip name in addition to the generic "tcg,tpm_tis-spi". > + reg = <0>; > + spi-max-frequency = <500000>; > + };