From: Yijie Yang <yijie.yang@oss.qualcomm.com>
To: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>,
andersson@kernel.org, konradybcio@kernel.org, robh@kernel.org,
krzk+dt@kernel.org, conor+dt@kernel.org
Cc: linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org,
devicetree@vger.kernel.org
Subject: Re: [PATCH v4 4/4] arm64: dts: qcom: Add base PURWA-IOT-EVK board
Date: Tue, 20 Jan 2026 15:01:02 +0800 [thread overview]
Message-ID: <32e19d85-3683-4be5-9bbf-6f99ffac9563@oss.qualcomm.com> (raw)
In-Reply-To: <060a29a8-6fe0-4981-9f1f-398eac8adbd0@oss.qualcomm.com>
On 1/19/2026 9:53 PM, Konrad Dybcio wrote:
> On 1/16/26 11:41 AM, YijieYang wrote:
>> From: Yijie Yang <yijie.yang@oss.qualcomm.com>
>>
>> The PURWA-IOT-EVK is an evaluation platform for IoT products, composed of
>> the Purwa IoT SoM and a carrier board. Together, they form a complete
>> embedded system capable of booting to UART.
>>
>> PURWA-IOT-EVK uses the PS8833 as a retimer for USB0, unlike HAMOA-IOT-EVK.
>> Meanwhile, USB0 bypasses the SBU selector FSUSB42.
>>
>> Make the following peripherals on the carrier board enabled:
>> - UART
>> - On-board regulators
>> - USB Type-C mux
>> - Pinctrl
>> - Embedded USB (EUSB) repeaters
>> - NVMe
>> - pmic-glink
>> - USB DisplayPorts
>> - Bluetooth
>> - WLAN
>> - Audio
>> - PCIe ports for PCIe3 through PCIe6a
>> - TPM
>>
>> Signed-off-by: Yijie Yang <yijie.yang@oss.qualcomm.com>
>> ---
>
> [...]
>
>
>> +&spi11 {
>> + status = "okay";
>> +
>> + tpm@0 {
>> + compatible = "st,st33htpm-spi", "tcg,tpm_tis-spi";
>> + reg = <0>;
>> + spi-max-frequency = <20000000>;
>> + };
>> +};
>> +
>> &smb2360_0 {
>> status = "okay";
>> };
>> @@ -1171,16 +1217,6 @@ &smb2360_2_eusb2_repeater {
>> vdd3-supply = <&vreg_l8b_3p0>;
>> };
>>
>> -&spi11 {
>> - status = "okay";
>> -
>> - tpm@0 {
>> - compatible = "st,st33htpm-spi", "tcg,tpm_tis-spi";
>> - reg = <0>;
>> - spi-max-frequency = <20000000>;
>> - };
>> -};
>
> Not sure if anyone commented on this already, please keep it where
> it was (it was properly sorted in the original file), then we're just
> left with the USB changes
>
Will update.
> Konrad
--
Best Regards,
Yijie
next prev parent reply other threads:[~2026-01-20 7:01 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-16 10:41 [PATCH v4 0/4] Initial patch set for PURWA-IOT-EVK YijieYang
2026-01-16 10:41 ` [PATCH v4 1/4] dt-bindings: arm: qcom: Document PURWA-IOT-EVK board YijieYang
2026-01-16 10:41 ` [PATCH v4 2/4] firmware: qcom: scm: Allow QSEECOM on PURWA-IOT-EVK YijieYang
2026-01-16 10:41 ` [PATCH v4 3/4] arm64: dts: qcom: Add PURWA-IOT-SOM platform YijieYang
2026-01-20 12:44 ` Konrad Dybcio
2026-01-16 10:41 ` [PATCH v4 4/4] arm64: dts: qcom: Add base PURWA-IOT-EVK board YijieYang
2026-01-16 16:19 ` Krzysztof Kozlowski
2026-01-19 3:13 ` Yijie Yang
2026-01-19 6:33 ` Dmitry Baryshkov
2026-01-19 7:10 ` Yijie Yang
2026-01-19 8:48 ` Yijie Yang
2026-01-19 9:46 ` Dmitry Baryshkov
2026-01-19 10:42 ` Yijie Yang
2026-01-19 13:31 ` Konrad Dybcio
2026-01-20 6:47 ` Yijie Yang
2026-01-19 7:05 ` Krzysztof Kozlowski
2026-01-20 6:49 ` Yijie Yang
2026-01-20 7:17 ` Krzysztof Kozlowski
2026-01-20 7:55 ` Yijie Yang
2026-01-19 13:53 ` Konrad Dybcio
2026-01-20 7:01 ` Yijie Yang [this message]
2026-01-16 11:31 ` [PATCH v4 0/4] Initial patch set for PURWA-IOT-EVK Dmitry Baryshkov
2026-01-19 2:39 ` Yijie Yang
2026-01-19 6:34 ` Dmitry Baryshkov
2026-01-19 6:54 ` Yijie Yang
2026-01-19 13:35 ` Konrad Dybcio
2026-01-19 13:51 ` Krzysztof Kozlowski
2026-01-19 13:52 ` Konrad Dybcio
2026-01-20 7:14 ` Yijie Yang
2026-01-16 15:40 ` Rob Herring
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=32e19d85-3683-4be5-9bbf-6f99ffac9563@oss.qualcomm.com \
--to=yijie.yang@oss.qualcomm.com \
--cc=andersson@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=konrad.dybcio@oss.qualcomm.com \
--cc=konradybcio@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robh@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox