Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
From: "Rob Herring (Arm)" <robh@kernel.org>
To: Juerg Haefliger <juerg.haefliger@canonical.com>
Cc: andersson@kernel.org, devicetree@vger.kernel.org,
	 konradybcio@kernel.org, krzk+dt@kernel.org,
	linux-arm-msm@vger.kernel.org,  linux-kernel@vger.kernel.org,
	conor+dt@kernel.org
Subject: Re: [PATCH v2 0/3] HP EliteBook Ultra G1q support
Date: Wed, 09 Apr 2025 09:14:52 -0500	[thread overview]
Message-ID: <174420798688.310428.4343070033252638387.robh@kernel.org> (raw)
In-Reply-To: <20250408145252.581060-1-juerg.haefliger@canonical.com>


On Tue, 08 Apr 2025 16:52:48 +0200, Juerg Haefliger wrote:
> Add support for the HP EliteBook Ultra G1q 14" AI laptop.
> 
> Based on HWINFO64 and APCI tables, it seems to be the same HW as the
> HP OmniBook X 14.
> 
> v1->v2:
>   - Don't rename the X14 dts to dtsi and directly include the dts
>   - Add a label to the sound node and use that to override the model
>   - Reorder the dt doc patch before the dt usage
> 
> Juerg Haefliger (3):
>   arm64: dts: qcom: x1e80100-hp-omnibook-x14: add sound label and pull
>     out the model
>   dt-bindings: arm: qcom: Document HP EliteBook Ultra G1q
>   arm64: dts: qcom: x1e80100-hp-elitebook-ultra-g1q: DT for HP EliteBook
>     Ultra G1q
> 
>  .../devicetree/bindings/arm/qcom.yaml         |  1 +
>  arch/arm64/boot/dts/qcom/Makefile             |  1 +
>  .../qcom/x1e80100-hp-elitebook-ultra-g1q.dts  | 36 +++++++++++++++++++
>  .../dts/qcom/x1e80100-hp-omnibook-x14.dts     |  7 ++--
>  drivers/firmware/qcom/qcom_scm.c              |  1 +
>  5 files changed, 44 insertions(+), 2 deletions(-)
>  create mode 100644 arch/arm64/boot/dts/qcom/x1e80100-hp-elitebook-ultra-g1q.dts
> 
> --
> 2.43.0
> 
> 
> 


My bot found new DTB warnings on the .dts files added or changed in this
series.

Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings
are fixed by another series. Ultimately, it is up to the platform
maintainer whether these warnings are acceptable or not. No need to reply
unless the platform maintainer has comments.

If you already ran DT checks and didn't see these error(s), then
make sure dt-schema is up to date:

  pip3 install dtschema --upgrade


This patch series was applied (using b4) to base:
 Base: attempting to guess base-commit...
 Base: tags/v6.15-rc1-3-gb09878285d23 (best guess, 1/4 blobs matched)

If this is not the correct base, please add 'base-commit' tag
(or use b4 which does this automatically)

New warnings running 'make CHECK_DTBS=y for arch/arm64/boot/dts/qcom/' for 20250408145252.581060-1-juerg.haefliger@canonical.com:

arch/arm64/boot/dts/qcom/x1e80100-hp-elitebook-ultra-g1q.dtb: pinctrl@f100000 (qcom,x1e80100-tlmm): Unevaluated properties are not allowed ('bt-en-sleep' was unexpected)
	from schema $id: http://devicetree.org/schemas/pinctrl/qcom,x1e80100-tlmm.yaml#






  parent reply	other threads:[~2025-04-09 14:14 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-04  9:01 [PATCH 0/3] HP EliteBook Ultra G1q support Juerg Haefliger
2025-04-04  9:01 ` [PATCH 1/3] arm64: dts: qcom: x1e80100-hp-omnibook-x14: Create and include a dtsi Juerg Haefliger
2025-04-04 12:51   ` Krzysztof Kozlowski
2025-04-07  9:20     ` Juerg Haefliger
2025-04-04 15:33   ` Rob Herring
2025-04-07  9:21     ` Juerg Haefliger
2025-04-04  9:01 ` [PATCH 2/3] arm64: dts: qcom: x1e80100-hp-elitebook-ultra-g1q: DT for HP EliteBook Ultra G1q Juerg Haefliger
2025-04-04 12:53   ` Krzysztof Kozlowski
2025-04-04  9:01 ` [PATCH 3/3] dt-bindings: arm: qcom: Document " Juerg Haefliger
2025-04-04 12:48   ` Krzysztof Kozlowski
2025-04-08 14:52 ` [PATCH v2 0/3] HP EliteBook Ultra G1q support Juerg Haefliger
2025-04-08 14:52   ` [PATCH v2 1/3] arm64: dts: qcom: x1e80100-hp-omnibook-x14: add sound label and pull out the model Juerg Haefliger
2025-04-10  5:17     ` Maud Spierings
2025-04-10  5:37       ` Maud Spierings
2025-04-08 14:52   ` [PATCH v2 2/3] dt-bindings: arm: qcom: Document HP EliteBook Ultra G1q Juerg Haefliger
2025-04-08 17:48     ` Rob Herring (Arm)
2025-04-08 14:52   ` [PATCH v2 3/3] arm64: dts: qcom: x1e80100-hp-elitebook-ultra-g1q: DT for " Juerg Haefliger
2025-04-10  5:34     ` Maud Spierings
2025-04-10 16:41       ` Konrad Dybcio
2025-04-11 11:05         ` Johan Hovold
2025-04-09 14:14   ` Rob Herring (Arm) [this message]
2025-04-16  9:42   ` [PATCH v3 0/3] HP EliteBook Ultra G1q support Juerg Haefliger
2025-04-16  9:42     ` [PATCH v3 1/3] arm64: dts: qcom: x1e80100-hp-omnibook-x14: add sound label and pull out the model Juerg Haefliger
2025-04-25 19:44       ` Dmitry Baryshkov
2025-04-26  7:45         ` Juerg Haefliger
2025-04-26  8:08           ` Dmitry Baryshkov
2025-04-16  9:42     ` [PATCH v3 2/3] dt-bindings: arm: qcom: Document HP EliteBook Ultra G1q Juerg Haefliger
2025-04-16  9:42     ` [PATCH v3 3/3] arm64: dts: qcom: x1e80100-hp-elitebook-ultra-g1q: DT for " Juerg Haefliger
2025-04-25 19:45       ` Dmitry Baryshkov
2025-04-16 12:43     ` [PATCH v3 0/3] HP EliteBook Ultra G1q support Rob Herring (Arm)
2025-04-29 14:49     ` [PATCH v4 0/4] " Juerg Haefliger
2025-04-29 14:49       ` [PATCH v4 1/4] arm64: dts: qcom: x1e80100-hp-omnibook-x14: add sound label Juerg Haefliger
2025-04-29 14:49       ` [PATCH v4 2/4] dt-bindings: arm: qcom: Document HP EliteBook Ultra G1q Juerg Haefliger
2025-04-29 14:49       ` [PATCH v4 3/4] arm64: dts: qcom: x1e80100-hp-elitebook-ultra-g1q: DT for " Juerg Haefliger
2025-04-29 14:49       ` [PATCH v4 4/4] firmware: qcom: scm: Allow QSEECOM " Juerg Haefliger
2025-05-14 21:03       ` (subset) [PATCH v4 0/4] HP EliteBook Ultra G1q support Bjorn Andersson

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=174420798688.310428.4343070033252638387.robh@kernel.org \
    --to=robh@kernel.org \
    --cc=andersson@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=juerg.haefliger@canonical.com \
    --cc=konradybcio@kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.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