Hello Conor,
On 1/9/24 11:11, Conor Dooley wrote:
On Thu, Dec 14, 2023 at 08:49:53AM -0600, Ninad Palsule wrote:
From: Joel Stanley <joel@xxxxxxxxx>
The NPCT75x TPM is TIS compatible. It has an I2C and SPI interface.
https://www.nuvoton.com/products/cloud-computing/security/trusted-platform-module-tpm/
Add a compatible string for it, and the generic compatible.
Signed-off-by: Joel Stanley <joel@xxxxxxxxx>
Acked-by: Jarkko Sakkinen <jarkko@xxxxxxxxxx>
Link: https://lore.kernel.org/r/20220928043957.2636877-4-joel@xxxxxxxxx
Signed-off-by: Ninad Palsule <ninad@xxxxxxxxxxxxx>
I don't understand why you broke this series up and dropped patches.
NAK, these compatibles are not documented.
The original series has three patches:
1) Adding compatibility string which I am adding in this series.
2) Adding schema for the TIS I2c devices which is already covered by
Lukas's patch (already merged in linux-next)
https://lore.kernel.org/all/3f56f0a2bb90697a23e83583a21684b75dc7eea2.1701093036.git.lukas@xxxxxxxxx/
3) Removing "Infineon,slb9673" from trivial-devices.yaml which is not
done as it is already added in the TPM specific file. I will add it in
my patch. Good catch!
Thanks for the review.
Regards,
Ninad