Re: [PATCH v4 2/2] arm64: dts: qcom: shikra: enable ST33 TPM

From: Khalid Faisal Ansari

Date: Wed Aug 26 2026 - 07:33:31 EST




On 8/26/2026 2:41 PM, Konrad Dybcio wrote:
On 8/25/26 9:13 PM, Khalid Faisal Ansari wrote:
Enable ST33HTPM TPM over SPI5 on the Shikra IoT EVK by adding the
required SPI and TPM nodes.

Signed-off-by: Khalid Faisal Ansari <khalid.ansari@xxxxxxxxxxxxxxxx>
---
arch/arm64/boot/dts/qcom/shikra-evk.dtsi | 10 ++++++++++
1 file changed, 10 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/shikra-evk.dtsi b/arch/arm64/boot/dts/qcom/shikra-evk.dtsi
index 6eb4184f7642..9f3a880e95e6 100644
--- a/arch/arm64/boot/dts/qcom/shikra-evk.dtsi
+++ b/arch/arm64/boot/dts/qcom/shikra-evk.dtsi
@@ -12,3 +12,13 @@ &qupv3_0 {
&uart0 {
status = "okay";
};
+
+&spi5 {
Please keep the alphabetical order of node references

Noted. This will be corrected in an upcoming patch.


Konrad