On Wed, Jul 23, 2025 at 02:44:14PM +0800, Yijie Yang wrote:
On 2025-07-23 14:28, Krzysztof Kozlowski wrote:
On 16/07/2025 11:08, Yijie Yang wrote:
The HAMOA-IOT-SOM is a compact computing module that integrates a System
on Chip (SoC) — specifically the x1e80100 — along with essential
components optimized for IoT applications. It is designed to be mounted on
carrier boards, enabling the development of complete embedded systems.
This change enables and overlays the following components:
- Regulators on the SOM
- Reserved memory regions
- PCIe6a and its PHY
- PCIe4 and its PHY
- USB0 through USB6 and their PHYs
- ADSP, CDSP
- WLAN, Bluetooth (M.2 interface)
Written with contributions from Yingying Tang (added PCIe4 and its PHY to
enable WLAN).
Signed-off-by: Yijie Yang <yijie.yang@xxxxxxxxxxxxxxxx>
---
As pointed out by "arm64: dts: qcom: hamoa-iot-evk: Enable display
support" this is incomplete. Adding new SoM or board is one commit. Not
two. Don't split board DTS, which is already prepared/ready, into
multiple fake commits. This is not a release early approach. This is
opposite!
The inclusion of display support was not intended in the initial patch, and
it was not ready at the time this series was submitted. Since the display
patch set was not submitted by me, its timing could not be controlled. If
preferred, the display-related changes can be merged into this patch in the
next revision to maintain consistency.
This is neither merged nor accepted. Please squash display (and any
other possible forthcoming changes) into this patchset before reposting