Devicetree
 help / color / mirror / Atom feed
* [PATCH 0/6] arm64: dts: qcom: Add support for Radxa Dragon Q8B
@ 2026-09-01  8:47 Xilin Wu
  2026-09-01  8:47 ` [PATCH 1/6] PCI: of: Avoid config reads for disabled bridge nodes Xilin Wu
                   ` (6 more replies)
  0 siblings, 7 replies; 22+ messages in thread
From: Xilin Wu @ 2026-09-01  8:47 UTC (permalink / raw)
  To: Bjorn Helgaas, Andrzej Hajda, Neil Armstrong, Robert Foss,
	Laurent Pinchart, Jonas Karlman, Jernej Skrabec, Luca Ceresoli,
	David Airlie, Simona Vetter, Maarten Lankhorst, Maxime Ripard,
	Thomas Zimmermann, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Bjorn Andersson, Konrad Dybcio, Bartosz Golaszewski,
	Linus Walleij
  Cc: linux-pci, linux-kernel, dri-devel, devicetree, linux-arm-msm,
	linux-gpio, Stephen Chen, Junhao Xie, Xilin Wu

Hi,

The Radxa Dragon Q8B is a single-board computer based on the Qualcomm
Snapdragon 8cx Gen 3 (SC8280XP) platform.

The board provides UFS and microSD storage, two M.2 M-key slots, an M.2
E-key slot, a QPS615/TC9563 PCIe switch, USB Type-C ports with DisplayPort
alternate mode, USB Type-A ports, HDMI 2.1 output, headset audio and
a 40-pin expansion header.

This series adds the initial device tree support for the board. It
describes the regulators, storage, PCIe topology, USB and display outputs,
audio, remote processors, thermal sensors, RTC, EEPROM and expansion
header. Build targets for both the regular and EL2 device trees are
included.

The TC9563 power-control driver powers off external downstream ports whose
device tree nodes have status = "disabled". On the Dragon Q8B,
config-space reads to these powered-off port functions raise an Arm SError
instead of returning an all-ones PCI error response, preventing the board
from completing boot.

The first patch therefore makes PCI OF enumeration skip config-space reads
for unavailable DT-described bridge functions. Disabled endpoint functions
remain discoverable so PCI fixups can still be applied, while driver
binding continues to be suppressed later.

The onboard HDMI output is provided by a Chrontel CH7218A DisplayPort 1.4
to HDMI 2.1 protocol converter. The device boots its firmware from on-chip
flash and requires no host-side configuration, so the series documents it
and adds it to the simple bridge driver.

The series also documents the board compatible and allows gpio-line-names
in the SC8280XP TLMM binding.

The PCI change is required before applying the board DTS patch; otherwise
the disabled TC9563 downstream ports cause a boot-time SError. The display
binding and driver patches can otherwise be applied independently through
the DRM tree.

Signed-off-by: Xilin Wu <sophon@radxa.com>
---
Xilin Wu (6):
      PCI: of: Avoid config reads for disabled bridge nodes
      dt-bindings: display: bridge: simple: document Chrontel CH7218A
      drm/bridge: simple: add Chrontel CH7218A
      dt-bindings: arm: qcom: document Radxa Dragon Q8B
      dt-bindings: pinctrl: qcom,sc8280xp-tlmm: allow gpio-line-names
      arm64: dts: qcom: sc8280xp: add Radxa Dragon Q8B

 Documentation/devicetree/bindings/arm/qcom.yaml    |    1 +
 .../bindings/display/bridge/simple-bridge.yaml     |    1 +
 .../bindings/pinctrl/qcom,sc8280xp-tlmm.yaml       |    3 +
 arch/arm64/boot/dts/qcom/Makefile                  |    2 +
 .../boot/dts/qcom/sc8280xp-radxa-dragon-q8b.dts    | 2097 ++++++++++++++++++++
 drivers/gpu/drm/bridge/simple-bridge.c             |    5 +
 drivers/pci/of.c                                   |   27 +-
 drivers/pci/pci.h                                  |    5 +
 drivers/pci/probe.c                                |    5 +
 9 files changed, 2144 insertions(+), 2 deletions(-)
---
base-commit: e30626823a406725ce29bc75cb8ec467d3e1e326
change-id: 20260901-q8b-dts-a3afc5f9b8b2
prerequisite-change-id: 20260507-sc8280xp-qup-pinctrl-5ab8af9be35f:v2
prerequisite-patch-id: 1060ddda6f3ff07b36691a0dd7d783a5be2cc993

Best regards,
--  
Xilin Wu <sophon@radxa.com>


^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2026-09-03 14:42 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-01  8:47 [PATCH 0/6] arm64: dts: qcom: Add support for Radxa Dragon Q8B Xilin Wu
2026-09-01  8:47 ` [PATCH 1/6] PCI: of: Avoid config reads for disabled bridge nodes Xilin Wu
2026-09-01  8:55   ` sashiko-bot
2026-09-02  8:43   ` Konrad Dybcio
2026-09-02  9:31     ` Xilin Wu
2026-09-03 14:40       ` Konrad Dybcio
2026-09-03 14:41         ` Xilin Wu
2026-09-01  8:47 ` [PATCH 2/6] dt-bindings: display: bridge: simple: document Chrontel CH7218A Xilin Wu
2026-09-01  8:52   ` sashiko-bot
2026-09-03 12:29   ` Krzysztof Kozlowski
2026-09-01  8:47 ` [PATCH 3/6] drm/bridge: simple: add " Xilin Wu
2026-09-01  8:51   ` sashiko-bot
2026-09-01  8:47 ` [PATCH 4/6] dt-bindings: arm: qcom: document Radxa Dragon Q8B Xilin Wu
2026-09-01  8:52   ` sashiko-bot
2026-09-03 12:36   ` Krzysztof Kozlowski
2026-09-01  8:47 ` [PATCH 5/6] dt-bindings: pinctrl: qcom,sc8280xp-tlmm: allow gpio-line-names Xilin Wu
2026-09-01  8:55   ` sashiko-bot
2026-09-01 14:17   ` Konrad Dybcio
2026-09-03 12:35   ` Krzysztof Kozlowski
2026-09-01  8:47 ` [PATCH 6/6] arm64: dts: qcom: sc8280xp: add Radxa Dragon Q8B Xilin Wu
2026-09-01  9:05   ` sashiko-bot
2026-09-03 11:00 ` [PATCH 0/6] arm64: dts: qcom: Add support for " Daniele Briguglio

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox