From: Yijie Yang <yijie.yang@oss.qualcomm.com>
To: Krzysztof Kozlowski <krzk@kernel.org>,
Bjorn Andersson <andersson@kernel.org>,
Konrad Dybcio <konradybcio@kernel.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>
Cc: linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 4/4] arm64: dts: qcom: Add base HAMOA-IOT-EVK board
Date: Fri, 25 Jul 2025 17:01:03 +0800 [thread overview]
Message-ID: <cf84a8ef-9f4e-4f13-b41e-9525e21a913b@oss.qualcomm.com> (raw)
In-Reply-To: <d55f79ed-0bec-4045-8bc6-9005d19f865d@kernel.org>
On 2025-07-25 14:51, Krzysztof Kozlowski wrote:
> On 24/07/2025 10:15, Yijie Yang wrote:
>> The HAMOA-IOT-EVK is an evaluation platform for IoT products, composed of
>> the Hamoa IoT SoM and a carrier board. Together, they form a complete
>> embedded system capable of booting to UART.
>>
>> This change enables and overlays the following peripherals on the carrier
>> board:
>> - UART
>> - On-board regulators
>> - USB Type-C mux
>> - Pinctrl
>> - Embedded USB (EUSB) repeaters
>> - NVMe
>> - pmic-glink
>> - USB DisplayPorts
>>
>> Written with contributions from Shuai Zhang (added Bluetooth) and Yongxing
>> Mou (added USB DisplayPorts).
>>
>> Signed-off-by: Yijie Yang <yijie.yang@oss.qualcomm.com>
>> ---
>
> This still wasn't tested. Use the automated tools instead of community
> reviewers... Your internal guideline documents how to do it.
Thanks for pointing that out. I’ll update the node name from
wcn_usb_sw_n_state to wcn-usb-sw-n-state to align with the schema
pattern and eliminate unevaluated property warnings.
Regarding the regulator properties for wcn7850-pmu, as discussed in the
previous version, the required supplies are already configured via UEFI.
Therefore, redefining them in the device tree would be redundant. To
satisfy schema validation without introducing unnecessary definitions, I
plan to use a dummy regulator as a placeholder.
Here’s the pseudocode I intend to use:
dummy_reg: regulator-dummy {
compatible = "regulator-dummy";
};
wcn7850_pmu: wcn7850-pmu@xxxx {
compatible = "qcom,wcn7850-pmu";
reg = <0x...>;
vdd-supply = <&dummy_reg>;
vddaon-supply = <&dummy_reg>;
vdddig-supply = <&dummy_reg>;
vddrfa1p2-supply = <&dummy_reg>;
vddrfa1p8-supply = <&dummy_reg>;
};
This approach ensures the DTB passes schema checks while keeping the
implementation clean and consistent with the actual platform setup. Do
you think this is appropriate?
>
> Best regards,
> Krzysztof
--
Best Regards,
Yijie
next prev parent reply other threads:[~2025-07-25 9:01 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-24 8:15 [PATCH v2 0/4] Initial support for Qualcomm Hamoa IOT EVK board Yijie Yang
2025-07-24 8:15 ` [PATCH v2 1/4] dt-bindings: arm: qcom: Document HAMOA-IOT-EVK board Yijie Yang
2025-07-25 6:55 ` Krzysztof Kozlowski
2025-07-25 8:03 ` Yijie Yang
2025-07-25 8:25 ` Krzysztof Kozlowski
2025-07-25 9:13 ` Konrad Dybcio
2025-07-24 8:15 ` [PATCH v2 2/4] firmware: qcom: scm: Allow QSEECOM on HAMOA-IOT-EVK Yijie Yang
2025-07-24 8:15 ` [PATCH v2 3/4] arm64: dts: qcom: Add HAMOA-IOT-SOM platform Yijie Yang
2025-07-24 8:15 ` [PATCH v2 4/4] arm64: dts: qcom: Add base HAMOA-IOT-EVK board Yijie Yang
2025-07-25 6:51 ` Krzysztof Kozlowski
2025-07-25 9:01 ` Yijie Yang [this message]
2025-07-25 9:18 ` Krzysztof Kozlowski
2025-07-25 9:36 ` Yijie Yang
2025-07-25 9:39 ` Konrad Dybcio
2025-07-25 3:19 ` [PATCH v2 0/4] Initial support for Qualcomm Hamoa IOT EVK board Rob Herring (Arm)
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=cf84a8ef-9f4e-4f13-b41e-9525e21a913b@oss.qualcomm.com \
--to=yijie.yang@oss.qualcomm.com \
--cc=andersson@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=konradybcio@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=krzk@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
all inboxes | Powered by JetHome®