From: Alexandre Hamamdjian <azkali.limited@gmail.com>
To: Bjorn Andersson <andersson@kernel.org>,
Konrad Dybcio <konradybcio@kernel.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>
Cc: linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org,
Alexandre Hamamdjian <azkali.limited@gmail.com>,
Teguh Sobirin <teguh@sobir.in>
Subject: [PATCH 0/2] arm64: qcom: add Ayaneo Pocket DS gaming console
Date: Sun, 10 May 2026 23:05:55 +0700 [thread overview]
Message-ID: <20260510-pocketds-v1-0-cf05acec06af@gmail.com> (raw)
This series adds initial support for the Ayaneo Pocket DS, a handheld
gaming console built around the Qualcomm QCS8550 SoC.
This introduces the device tree itself, split into:
- qcs8550-ayaneo-pocket-common.dtsi: shared QCS8550 board base
intended to be reused by future siblings in the same family.
- qcs8550-ayaneo-pocketds.dts: This device's DTS
Only the basics are wired up at this stage (boot to console, core
peripherals enabled in the common dtsi); additional functionality
will follow in later submissions.
Signed-off-by: Alexandre Hamamdjian <azkali.limited@gmail.com>
---
Teguh Sobirin (2):
dt-bindings: arm: qcom: document the Ayaneo Pocket DS
arm64: dts: qcom: add basic devicetree for Ayaneo Pocket DS gaming console
Documentation/devicetree/bindings/arm/qcom.yaml | 6 +
arch/arm64/boot/dts/qcom/Makefile | 1 +
.../dts/qcom/qcs8550-ayaneo-pocket-common.dtsi | 1596 ++++++++++++++++++++
.../boot/dts/qcom/qcs8550-ayaneo-pocketds.dts | 170 +++
4 files changed, 1773 insertions(+)
---
base-commit: e98d21c170b01ddef366f023bbfcf6b31509fa83
change-id: 20260510-pocketds-e0e7b99cf369
Best regards,
--
Alexandre Hamamdjian <azkali.limited@gmail.com>
WARNING: multiple messages have this Message-ID (diff)
From: Alexandre Hamamdjian via B4 Relay <devnull+azkali.limited.gmail.com@kernel.org>
To: Bjorn Andersson <andersson@kernel.org>,
Konrad Dybcio <konradybcio@kernel.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>
Cc: linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org,
Alexandre Hamamdjian <azkali.limited@gmail.com>,
Teguh Sobirin <teguh@sobir.in>
Subject: [PATCH 0/2] arm64: qcom: add Ayaneo Pocket DS gaming console
Date: Sun, 10 May 2026 23:05:55 +0700 [thread overview]
Message-ID: <20260510-pocketds-v1-0-cf05acec06af@gmail.com> (raw)
This series adds initial support for the Ayaneo Pocket DS, a handheld
gaming console built around the Qualcomm QCS8550 SoC.
This introduces the device tree itself, split into:
- qcs8550-ayaneo-pocket-common.dtsi: shared QCS8550 board base
intended to be reused by future siblings in the same family.
- qcs8550-ayaneo-pocketds.dts: This device's DTS
Only the basics are wired up at this stage (boot to console, core
peripherals enabled in the common dtsi); additional functionality
will follow in later submissions.
Signed-off-by: Alexandre Hamamdjian <azkali.limited@gmail.com>
---
Teguh Sobirin (2):
dt-bindings: arm: qcom: document the Ayaneo Pocket DS
arm64: dts: qcom: add basic devicetree for Ayaneo Pocket DS gaming console
Documentation/devicetree/bindings/arm/qcom.yaml | 6 +
arch/arm64/boot/dts/qcom/Makefile | 1 +
.../dts/qcom/qcs8550-ayaneo-pocket-common.dtsi | 1596 ++++++++++++++++++++
.../boot/dts/qcom/qcs8550-ayaneo-pocketds.dts | 170 +++
4 files changed, 1773 insertions(+)
---
base-commit: e98d21c170b01ddef366f023bbfcf6b31509fa83
change-id: 20260510-pocketds-e0e7b99cf369
Best regards,
--
Alexandre Hamamdjian <azkali.limited@gmail.com>
next reply other threads:[~2026-05-10 16:05 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-10 16:05 Alexandre Hamamdjian [this message]
2026-05-10 16:05 ` [PATCH 0/2] arm64: qcom: add Ayaneo Pocket DS gaming console Alexandre Hamamdjian via B4 Relay
2026-05-10 16:05 ` [PATCH 1/2] dt-bindings: arm: qcom: document the Ayaneo Pocket DS Alexandre Hamamdjian
2026-05-10 16:05 ` Alexandre Hamamdjian via B4 Relay
2026-05-11 21:26 ` sashiko-bot
2026-05-10 16:05 ` [PATCH 2/2] arm64: dts: qcom: add basic devicetree for Ayaneo Pocket DS gaming console Alexandre Hamamdjian
2026-05-10 16:05 ` Alexandre Hamamdjian via B4 Relay
2026-05-11 8:19 ` Neil Armstrong
2026-05-11 9:14 ` Konrad Dybcio
2026-05-11 9:19 ` Konrad Dybcio
2026-05-11 22:11 ` sashiko-bot
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=20260510-pocketds-v1-0-cf05acec06af@gmail.com \
--to=azkali.limited@gmail.com \
--cc=andersson@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--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 \
--cc=teguh@sobir.in \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.