Re: [PATCH v3 2/3] arm64: dts: qcom: Add HP EliteBook X G2q 14 AI
Gopikrishna Garmidi <[email protected]>
| Newsgroups | org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On 8/10/2026 2:59 AM, Jason Pettit wrote: > Add board support for the HP EliteBook X G2q 14" Next Gen AI PC > (product SKU C4JG0AV, board 8E91), a Snapdragon X2 Elite (Glymur) > laptop, using the "hp,elitebook-x-g2q" / "qcom,glymur" compatible. > > Enabled by this device tree: > > - internal eDP panel (samsung,atna33xc20) > - 2x USB Type-C with DisplayPort alt-mode and USB > - chassis HDMI output > - chassis USB-A host port (usb_mp multiport controller) > - internal eUSB2 host with the Elan fingerprint reader > - NVMe SSD on PCIe5 > - Wi-Fi and Bluetooth > - HID-over-I2C keyboard, touchpad, touchscreen; lid switch > - Adreno GPU and GMU (Freedreno GL on Mesa) > - audio playback and capture > - real-time clock > - compute DSP (cDSP) > > The HDMI jack is driven by a power-only DisplayPort-to-HDMI LSPCON on > the usb_2 combo-PHY DP lanes rather than being a third USB-C port; HPD > is on gpio126. The LSPCON is on an I/O sub-board with no I2C/AUX control > path, so it is modelled with the generic simple-bridge "parade,ps185hdm" > compatible used by the in-tree x1e80100 HDMI-bridge boards (the exact > bridge part is unconfirmed) and it needs CONFIG_DRM_SIMPLE_BRIDGE. > > The &gpu/&gmu enable, the audio nodes and &remoteproc_soccp opt into > glymur.dtsi SoC nodes that are still in-flight; those series are > declared as prerequisites in the cover letter. > > Assisted-by: Claude:claude-opus-4-8 > Signed-off-by: Jason Pettit <[email protected]> > --- > arch/arm64/boot/dts/qcom/Makefile | 1 + > .../boot/dts/qcom/glymur-hp-elitebook-x-g2q.dts | 1039 ++++++++++++++++++++ > 2 files changed, 1040 insertions(+) > > diff --git a/arch/arm64/boot/dts/qcom/Makefile b/arch/arm64/boot/dts/qcom/Makefile > index 1c86e7e98f55..146955de4606 100644 > --- a/arch/arm64/boot/dts/qcom/Makefile > +++ b/arch/arm64/boot/dts/qcom/Makefile > @@ -18,6 +18,7 @@ dtb-$(CONFIG_ARCH_QCOM) += eliza-cqs-evk.dtb > dtb-$(CONFIG_ARCH_QCOM) += eliza-mtp.dtb > dtb-$(CONFIG_ARCH_QCOM) += glymur-asus-zenbook-a16-ux3607oa.dtb > dtb-$(CONFIG_ARCH_QCOM) += glymur-crd.dtb > +dtb-$(CONFIG_ARCH_QCOM) += glymur-hp-elitebook-x-g2q.dtb > dtb-$(CONFIG_ARCH_QCOM) += hamoa-iot-evk.dtb > > hamoa-iot-evk-el2-dtbs := hamoa-iot-evk.dtb x1-el2.dtbo > diff --git a/arch/arm64/boot/dts/qcom/glymur-hp-elitebook-x-g2q.dts b/arch/arm64/boot/dts/qcom/glymur-hp-elitebook-x-g2q.dts > new file mode 100644 > index 000000000000..8d0fe276bf83 > --- /dev/null > +++ b/arch/arm64/boot/dts/qcom/glymur-hp-elitebook-x-g2q.dts > @@ -0,0 +1,1039 @@ > +// SPDX-License-Identifier: BSD-3-Clause > +/* > + * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. > + */ > +/dts-v1/; > + > +#include "glymur.dtsi" > + > +#include "pmcx0102.dtsi" /* SPMI0: SID-2/3 SPMI1: SID-2/3 */ > +#include "pmh0101.dtsi" /* SPMI0: SID-1 */ > +#include "pmh0110-glymur.dtsi" /* SPMI0: SID-5/7 SPMI1: SID-5 */ > +#include "pmh0104-glymur.dtsi" /* SPMI0: SID-8/9 SPMI1: SID-11 */ > +#include "pmk8850.dtsi" /* SPMI0: SID-0 */ > +#include "smb2370.dtsi" /* SPMI2: SID-9/10 */ > + > +#include <dt-bindings/gpio/gpio.h> > +#include <dt-bindings/input/gpio-keys.h> > +#include <dt-bindings/input/input.h> > +#include <dt-bindings/interrupt-controller/irq.h> > +#include <dt-bindings/regulator/qcom,rpmh-regulator.h> > +#include <dt-bindings/sound/qcom,q6dsp-lpass-ports.h> > + > +/ { > + model = "HP EliteBook X G2q 14 AI"; > + compatible = "hp,elitebook-x-g2q", "qcom,glymur"; > + > + aliases { [...] > +&smb2370_k_e2_eusb2_repeater { > + vdd18-supply = <&vreg_l15b_e0_1p8>; > + vdd3-supply = <&vreg_l7b_e0_3p1>; > +}; > + > +/* SID-11 (smb2370_l) does not enumerate on this board; keep it disabled. */ > +&smb2370_l_e2 { > + status = "disabled"; > +}; Please drop this hunk. smb2370_l_e2 is already disabled. See: https://lore.kernel.org/all/[email protected]/ -- With best wishes Gopikrishna