Devicetree
 help / color / mirror / Atom feed
From: yuanjiey <yuanjie.yang@oss.qualcomm.com>
To: andersson@kernel.org, konradybcio@kernel.org, robh@kernel.org,
	krzk+dt@kernel.org, conor+dt@kernel.org,
	yijie.yang@oss.qualcomm.com, dmitry.baryshkov@oss.qualcomm.com,
	abel.vesa@oss.qualcomm.com, krzysztof.kozlowski@oss.qualcomm.com
Cc: linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, tingwei.zhang@oss.qualcomm.com,
	Gaurav Kohli <gaurav.kohli@oss.qualcomm.com>,
	Ziyue zhang <ziyue.zhang@oss.qualcomm.com>
Subject: Re: [PATCH v4 0/2] Initial support for Advantech SOM-DB5830 board
Date: Mon, 7 Sep 2026 10:10:30 +0800	[thread overview]
Message-ID: <ap4dFma4K_ONEwrC@YUANJIEY2.ap.qualcomm.com> (raw)
In-Reply-To: <20260806-hamoa-come-v4-v4-0-706021d4bc8c@oss.qualcomm.com>

On Thu, Aug 06, 2026 at 05:44:45PM +0800, Yuanjie Yang wrote:
> Board layout:
> +--------------------------------------------------+
> |               SoM (Advantech SOM-6820)           |
> |                                                  |
> |   +------------------------------------------+   |
> |   |     SiP (IQ X7181 EVK SiP)               |   |
> |   |                                          |   |
> |   |   +----------------------------------+   |   |
> |   |   |   SoC (X1E80100)                 |   |   |
> |   |   +----------------------------------+   |   |
> |   |                                          |   |
> |   +------------------------------------------+   |
> |                                                  |
> +------------------------+-------------------------+
>                          |
>                          |  Plugs into
>                          v
> +--------------------------------------------------+
> |         Carrier Board (Advantech SOM-DB5830)     |
> +--------------------------------------------------+
> 
> Introduce the device tree, DT bindings for Advantech SOM-DB5830 board.
> And fix HAMOA/PURWA IOT EVK compatibles.

Gentle reminder.

Thanks,
Yuanjie

> Co-developed-by: Gaurav Kohli <gaurav.kohli@oss.qualcomm.com>
> Signed-off-by: Gaurav Kohli <gaurav.kohli@oss.qualcomm.com>
> Co-developed-by: Ziyue zhang <ziyue.zhang@oss.qualcomm.com>
> Signed-off-by: Ziyue zhang <ziyue.zhang@oss.qualcomm.com>
> Signed-off-by: Yuanjie Yang <yuanjie.yang@oss.qualcomm.com>
> ---
> Changes in v4
> - drop fix HAMOA/PURWA IOT EVK SOM compatibles patch
> - rebase on next-20260805
> - Link to v3: https://lore.kernel.org/all/20260805-hamoa-come-v3-v3-0-20463c43eae1@oss.qualcomm.com/
> 
> Changes in v3
> - add patch to fix HAMOA/PURWA IOT EVK SOM compatibles
> - update Advantech SOM-DB5830 binding and dts
> - rebase on next-20260804
> - Link to v2: https://lore.kernel.org/all/20260727070758.528-1-yuanjie.yang@oss.qualcomm.com/
> 
> Changes in v2:
> - update commit msg
> - fix binding error
> - update pcie and usb DT
> - Link to v1: https://lore.kernel.org/all/20260630071022.3256-1-yuanjie.yang@oss.qualcomm.com/
> 
> ---
> Yuanjie Yang (2):
>       dt-bindings: arm: qcom: Add Advantech SOM-DB5830
>       arm64: dts: qcom: Add Advantech SOM-DB5830
> 
>  Documentation/devicetree/bindings/arm/qcom.yaml |   7 ++
>  arch/arm64/boot/dts/qcom/Makefile               |   1 +
>  arch/arm64/boot/dts/qcom/hamoa-som-6820.dtsi    |  54 +++++++++++
>  arch/arm64/boot/dts/qcom/hamoa-som-db5830.dts   | 119 ++++++++++++++++++++++++
>  4 files changed, 181 insertions(+)
> ---
> base-commit: 1701fda2f58e345c050f4309971bdc07cd6146ba
> change-id: 20260806-hamoa-come-v4-f7033c4204e7
> 
> Best regards,
> --  
> Yuanjie Yang <yuanjie.yang@oss.qualcomm.com>

      parent reply	other threads:[~2026-09-07  2:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-06  9:44 [PATCH v4 0/2] Initial support for Advantech SOM-DB5830 board Yuanjie Yang
2026-08-06  9:44 ` [PATCH v4 1/2] dt-bindings: arm: qcom: Add Advantech SOM-DB5830 Yuanjie Yang
2026-08-06  9:44 ` [PATCH v4 2/2] arm64: dts: " Yuanjie Yang
2026-09-07  2:10 ` yuanjiey [this message]

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=ap4dFma4K_ONEwrC@YUANJIEY2.ap.qualcomm.com \
    --to=yuanjie.yang@oss.qualcomm.com \
    --cc=abel.vesa@oss.qualcomm.com \
    --cc=andersson@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dmitry.baryshkov@oss.qualcomm.com \
    --cc=gaurav.kohli@oss.qualcomm.com \
    --cc=konradybcio@kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=krzysztof.kozlowski@oss.qualcomm.com \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh@kernel.org \
    --cc=tingwei.zhang@oss.qualcomm.com \
    --cc=yijie.yang@oss.qualcomm.com \
    --cc=ziyue.zhang@oss.qualcomm.com \
    /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