public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/7] arm64: dts: qcom: Add support for the Ayaneo Pocket S2
@ 2026-01-27  9:57 Neil Armstrong
  2026-01-27  9:57 ` [PATCH v2 1/7] dt-bindings: usb: document the Renesas UPD720201/UPD720202 USB 3.0 xHCI Host Controller Neil Armstrong
                   ` (6 more replies)
  0 siblings, 7 replies; 26+ messages in thread
From: Neil Armstrong @ 2026-01-27  9:57 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Bjorn Andersson,
	Konrad Dybcio, Rob Clark, Dmitry Baryshkov, Abhinav Kumar,
	Jessica Zhang, Sean Paul, Marijn Suijten, David Airlie,
	Simona Vetter, Greg Kroah-Hartman, Geert Uytterhoeven,
	Magnus Damm, Bartosz Golaszewski, Manivannan Sadhasivam,
	Bjorn Helgaas
  Cc: devicetree, linux-kernel, linux-arm-msm, dri-devel, freedreno,
	linux-usb, linux-renesas-soc, linux-pci, Neil Armstrong,
	Krzysztof Kozlowski, KancyJoe

The Ayaneo Pocket S2 is a gaming console based on the Qualcomm
Snapdragon 8 Gen 3. It has an internal UFS storage, WiFi,
Bluetooth, gaming buttons, SDCard, 2K display and USB-C
connector.

Product Page [1].

The Initial linux port was done by KancyJoe (Sunflower2333)
at [2].

[1] https://www.ayaneo.com/goods/9344082149621
[2] https://github.com/sunflower2333/linux/tree/master

Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
---
Changes in v2:
- Add proper regulators for the USB controller, with bindings & power ctrl
- Add proper regulators for FAN
- Dropped support for headset over USB-C, audio is connected to a jack port
- Cleaned up Audio routing and fixed the DP endpoint index
- Added i2c clk frequencies
- Renamed fan node and used interrupts-extended
- Dropped the usb-c self-powered
- Reordered nodes alphabetically
- Renamed pcieport1 to pcie1_port0
- Link to v1: https://patch.msgid.link/20260121-topic-sm8650-ayaneo-pocket-s2-base-v1-0-bb3f95f1c085@linaro.org

---
KancyJoe (1):
      arm64: dts: qcom: add basic devicetree for Ayaneo Pocket S2 gaming console

Neil Armstrong (6):
      dt-bindings: usb: document the Renesas UPD720201/UPD720202 USB 3.0 xHCI Host Controller
      pci: pwrctrl: add PCI pwrctrl driver for the UPD720201/UPD720202 USB 3.0 xHCI Host Controller
      arm64: defconfig: enable pci-pwrctrl-upd720201 as module
      dt-binding: vendor-prefixes: document the Ayaneo brand
      dt-bindings: arm: qcom: document the Ayaneo Pocket S2
      arm64: dts: qcom: sm8650: Add sound DAI prefix for DP

 Documentation/devicetree/bindings/arm/qcom.yaml    |    1 +
 .../bindings/usb/renesas,upd720201-pci.yaml        |   55 +
 .../devicetree/bindings/vendor-prefixes.yaml       |    2 +
 arch/arm64/boot/dts/qcom/Makefile                  |    1 +
 .../boot/dts/qcom/sm8650-ayaneo-pocket-s2.dts      | 1559 ++++++++++++++++++++
 arch/arm64/boot/dts/qcom/sm8650.dtsi               |   47 +-
 arch/arm64/configs/defconfig                       |    1 +
 drivers/pci/pwrctrl/Kconfig                        |   10 +
 drivers/pci/pwrctrl/Makefile                       |    2 +
 drivers/pci/pwrctrl/pci-pwrctrl-upd720201.c        |   88 ++
 10 files changed, 1743 insertions(+), 23 deletions(-)
---
base-commit: cd31ece0d7a4f2fb2266d6d6abd4d33f45e93dac
change-id: 20260121-topic-sm8650-ayaneo-pocket-s2-base-05c348efd86d

Best regards,
-- 
Neil Armstrong <neil.armstrong@linaro.org>


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

end of thread, other threads:[~2026-02-06 15:05 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-27  9:57 [PATCH v2 0/7] arm64: dts: qcom: Add support for the Ayaneo Pocket S2 Neil Armstrong
2026-01-27  9:57 ` [PATCH v2 1/7] dt-bindings: usb: document the Renesas UPD720201/UPD720202 USB 3.0 xHCI Host Controller Neil Armstrong
2026-01-27 10:20   ` Geert Uytterhoeven
2026-01-27 13:55     ` Neil Armstrong
2026-01-27 14:02       ` Geert Uytterhoeven
2026-01-27 14:26         ` Neil Armstrong
2026-01-27  9:57 ` [PATCH v2 2/7] pci: pwrctrl: add PCI pwrctrl driver for the " Neil Armstrong
2026-01-27 15:53   ` Manivannan Sadhasivam
2026-01-27 21:53     ` Neil Armstrong
2026-01-27 22:26       ` Bjorn Helgaas
2026-01-28  6:22       ` Shawn Lin
2026-01-28  7:57         ` Manivannan Sadhasivam
2026-01-28  8:51           ` Neil Armstrong
2026-01-27 17:04   ` Bjorn Helgaas
2026-01-28  8:47   ` Bartosz Golaszewski
2026-01-27  9:57 ` [PATCH v2 3/7] arm64: defconfig: enable pci-pwrctrl-upd720201 as module Neil Armstrong
2026-01-27  9:57 ` [PATCH v2 4/7] dt-binding: vendor-prefixes: document the Ayaneo brand Neil Armstrong
2026-01-27 14:27   ` Rob Herring
2026-01-27 14:42     ` Neil Armstrong
2026-01-27  9:57 ` [PATCH v2 5/7] dt-bindings: arm: qcom: document the Ayaneo Pocket S2 Neil Armstrong
2026-02-06 15:05   ` Rob Herring (Arm)
2026-01-27  9:57 ` [PATCH v2 6/7] arm64: dts: qcom: sm8650: Add sound DAI prefix for DP Neil Armstrong
2026-01-28 11:20   ` Konrad Dybcio
2026-01-29  0:51   ` Dmitry Baryshkov
2026-01-27  9:57 ` [PATCH v2 7/7] arm64: dts: qcom: add basic devicetree for Ayaneo Pocket S2 gaming console Neil Armstrong
2026-01-28 11:24   ` Konrad Dybcio

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