Re: [U-Boot] [PATCH 23/45] tpm: Use livetree and allow children

2018-10-09 Thread sjg
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 + dr

[U-Boot] [PATCH 23/45] tpm: Use livetree and allow children

2018-10-01 Thread Simon Glass
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 + dr