Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
From: Val Packett <val@packett.cool>
Cc: Val Packett <val@packett.cool>,
	Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>,
	Neil Armstrong <neil.armstrong@linaro.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>,
	linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH v2 0/7] Add support for ECS LIVA QC710 mini PC/devkit
Date: Tue, 20 Jan 2026 20:30:04 -0300	[thread overview]
Message-ID: <20260120234029.419825-2-val@packett.cool> (raw)

v2:
* Added missing dt-bindings:vendor-prefixes patches
* Applied suggested cleanups and formatting
* Dropped power-on disable block
* Added qcom,uefi-rtc-info for the RTC
* Added qcom,calibration-variant for the WiFi
  * Board file sent: https://lists.infradead.org/pipermail/ath10k/2026-January/016719.html
* Added a comment about USB ports on the HS hub
* Picked up tags

Display output glitching and IOMMU faulting turned out to be a missing reset, fix in:
https://lore.kernel.org/all/20260120-topic-7180_dispcc_bcr-v1-0-0b1b442156c3@oss.qualcomm.com/

Also verified the usb_1_hsphy by reading registers in Windows with windbg.
Unsurprisingly they do match (it is the same system-in-package as aspire1..)

v1: https://lore.kernel.org/all/20260111085726.634091-2-val@packett.cool/

Val Packett (7):
  dt-bindings: vendor-prefixes: Add ECS (Elitegroup Computer Systems)
  dt-bindings: vendor-prefixes: Add AlgolTek
  dt-bindings: arm: qcom: Add ECS LIVA QC710
  dt-bindings: display: bridge: simple: document the Algoltek AG6311
    DP-to-HDMI bridge
  drm/bridge: simple: add the Algoltek AG6311 DP-to-HDMI bridge
  arm64: dts: qcom: Add support for ECS LIVA QC710
  firmware: qcom: scm: Allow QSEECOM on ECS LIVA QC710

 .../devicetree/bindings/arm/qcom.yaml         |   1 +
 .../display/bridge/simple-bridge.yaml         |   1 +
 .../devicetree/bindings/vendor-prefixes.yaml  |   4 +
 arch/arm64/boot/dts/qcom/Makefile             |   2 +
 .../boot/dts/qcom/sc7180-ecs-liva-qc710.dts   | 617 ++++++++++++++++++
 drivers/firmware/qcom/qcom_scm.c              |   1 +
 drivers/gpu/drm/bridge/simple-bridge.c        |   5 +
 7 files changed, 631 insertions(+)
 create mode 100644 arch/arm64/boot/dts/qcom/sc7180-ecs-liva-qc710.dts

-- 
2.51.2


             reply	other threads:[~2026-01-20 23:42 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-20 23:30 Val Packett [this message]
2026-01-20 23:30 ` [PATCH v2 1/7] dt-bindings: vendor-prefixes: Add ECS (Elitegroup Computer Systems) Val Packett
2026-01-21  8:07   ` Krzysztof Kozlowski
2026-01-20 23:30 ` [PATCH v2 2/7] dt-bindings: vendor-prefixes: Add AlgolTek Val Packett
2026-01-21  9:51   ` Neil Armstrong
2026-01-21  9:53   ` Krzysztof Kozlowski
2026-01-20 23:30 ` [PATCH v2 3/7] dt-bindings: arm: qcom: Add ECS LIVA QC710 Val Packett
2026-01-21  8:07   ` Krzysztof Kozlowski
2026-01-20 23:30 ` [PATCH v2 4/7] dt-bindings: display: bridge: simple: document the Algoltek AG6311 DP-to-HDMI bridge Val Packett
2026-01-20 23:30 ` [PATCH v2 5/7] drm/bridge: simple: add " Val Packett
2026-01-20 23:30 ` [PATCH v2 6/7] arm64: dts: qcom: Add support for ECS LIVA QC710 Val Packett
2026-01-21 11:20   ` Konrad Dybcio
2026-01-21 12:16     ` Nikita Travkin
2026-01-20 23:30 ` [PATCH v2 7/7] firmware: qcom: scm: Allow QSEECOM on " Val Packett
2026-01-21  9:57 ` (subset) [PATCH v2 0/7] Add support for ECS LIVA QC710 mini PC/devkit Dmitry Baryshkov
2026-03-10  2:45 ` 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=20260120234029.419825-2-val@packett.cool \
    --to=val@packett.cool \
    --cc=devicetree@vger.kernel.org \
    --cc=dmitry.baryshkov@oss.qualcomm.com \
    --cc=konrad.dybcio@oss.qualcomm.com \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=neil.armstrong@linaro.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