From mboxrd@z Thu Jan 1 00:00:00 1970 From: sjg at google.com Date: Tue, 9 Oct 2018 16:55:11 -0700 Subject: [U-Boot] [PATCH 23/45] tpm: Use livetree and allow children In-Reply-To: <20181001182249.129565-24-sjg@chromium.org> References: <20181001182249.129565-24-sjg@chromium.org> <20181001182249.129565-1-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Adjust the TPM drivers to use livetree (only one does not). Also, sometimes TPMs can have child devices if they provide a service to the system (such as storing secure data), so permit that. Signed-off-by: Simon Glass --- drivers/misc/cros_ec.c | 6 +++--- drivers/tpm/tpm-uclass.c | 1 + drivers/tpm/tpm_tis_lpc.c | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) Applied to u-boot-dm