devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Juerg Haefliger <juerg.haefliger@canonical.com>
To: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Cc: andersson@kernel.org, conor+dt@kernel.org,
	devicetree@vger.kernel.org, konradybcio@kernel.org,
	krzk+dt@kernel.org, linux-arm-msm@vger.kernel.org,
	linux-kernel@vger.kernel.org, robh@kernel.org
Subject: Re: [PATCH v3 1/3] arm64: dts: qcom: x1e80100-hp-omnibook-x14: add sound label and pull out the model
Date: Sat, 26 Apr 2025 09:45:15 +0200	[thread overview]
Message-ID: <20250426094515.193e5f59@smeagol> (raw)
In-Reply-To: <mit327e4qp3hch4xy6qmqmks35tq5w35rw4ybvs5s3q7osxbkv@bzvon2u3jsmn>

[-- Attachment #1: Type: text/plain, Size: 1643 bytes --]

On Fri, 25 Apr 2025 22:44:42 +0300
Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> wrote:

> On Wed, Apr 16, 2025 at 11:42:34AM +0200, Juerg Haefliger wrote:
> > Add a label to the sound node and pull out the model name to make it
> > explicit and easier to override it from other nodes.
> > 
> > Signed-off-by: Juerg Haefliger <juerg.haefliger@canonical.com>
> > ---
> >  arch/arm64/boot/dts/qcom/x1e80100-hp-omnibook-x14.dts | 7 +++++--
> >  1 file changed, 5 insertions(+), 2 deletions(-)
> > 
> > diff --git a/arch/arm64/boot/dts/qcom/x1e80100-hp-omnibook-x14.dts b/arch/arm64/boot/dts/qcom/x1e80100-hp-omnibook-x14.dts
> > index cd860a246c45..9595ced8b2cc 100644
> > --- a/arch/arm64/boot/dts/qcom/x1e80100-hp-omnibook-x14.dts
> > +++ b/arch/arm64/boot/dts/qcom/x1e80100-hp-omnibook-x14.dts
> > @@ -174,9 +174,8 @@ linux,cma {
> >  		};
> >  	};
> >  
> > -	sound {
> > +	sound: sound {
> >  		compatible = "qcom,x1e80100-sndcard";
> > -		model = "X1E80100-HP-OMNIBOOK-X14";
> >  		audio-routing = "SpkrLeft IN", "WSA WSA_SPK1 OUT",
> >  				"SpkrRight IN", "WSA WSA_SPK2 OUT",
> >  				"IN1_HPHL", "HPHL_OUT",
> > @@ -1691,3 +1690,7 @@ &usb_mp_qmpphy0 {
> >  
> >  	status = "okay";
> >  };
> > +
> > +&sound {
> > +	model = "X1E80100-HP-OMNIBOOK-X14";
> > +};  
> 
> Usually the DT don't use this idea. Could you please bring the model
> back to the node? The label is fine.

Hm. Maybe I misunderstood but isn't that what Krzysztof requested here?
https://lore.kernel.org/linux-arm-msm/bb95af7c-5e88-4c6a-87db-2ddd1fe211a5@kernel.org/

...Juerg


> 
> > -- 
> > 2.43.0
> >   
> 


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

  reply	other threads:[~2025-04-26  7:45 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   ` [PATCH v2 0/3] HP EliteBook Ultra G1q support Rob Herring (Arm)
2025-04-16  9:42   ` [PATCH v3 " 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 [this message]
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=20250426094515.193e5f59@smeagol \
    --to=juerg.haefliger@canonical.com \
    --cc=andersson@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dmitry.baryshkov@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;
as well as URLs for NNTP newsgroup(s).