From: Neil Armstrong <neil.armstrong@linaro.org>
To: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Bjorn Andersson <andersson@kernel.org>,
Konrad Dybcio <konradybcio@kernel.org>,
Rob Clark <robin.clark@oss.qualcomm.com>,
Dmitry Baryshkov <lumag@kernel.org>,
Abhinav Kumar <abhinav.kumar@linux.dev>,
Jessica Zhang <jesszhan0024@gmail.com>,
Sean Paul <sean@poorly.run>,
Marijn Suijten <marijn.suijten@somainline.org>,
David Airlie <airlied@gmail.com>, Simona Vetter <simona@ffwll.ch>
Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-msm@vger.kernel.org, dri-devel@lists.freedesktop.org,
freedreno@lists.freedesktop.org, KancyJoe <kancy2333@outlook.com>
Subject: Re: [PATCH 3/3] arm64: dts: qcom: add basic devicetree for Ayaneo Pocket S2 gaming console
Date: Thu, 22 Jan 2026 10:25:25 +0100 [thread overview]
Message-ID: <53a1370b-89a4-4276-949a-e3ad95dbad2c@linaro.org> (raw)
In-Reply-To: <01de9fc2-f60c-4bc0-af61-c070213df29b@oss.qualcomm.com>
On 1/22/26 10:15, Konrad Dybcio wrote:
> On 1/21/26 5:40 PM, Neil Armstrong wrote:
>> From: KancyJoe <kancy2333@outlook.com>
>>
>> Add initial Device Tree for the Ayaneo Pocket S2 gaming console based
>> on the Qualcomm Snapdragon 8 Gen 3 platform.
>>
>> The design is similar to a phone wihout the modem, the game control
>> is handled via a standalone controller connected to a PCIe USB
>> controller.
>>
>> Display support will be added in a second time.
>>
>> Signed-off-by: KancyJoe <kancy2333@outlook.com>
>> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
>> ---
>
> [...]
>
>> + fan: pwm-fan {
>
> I'd call it fan {} but gray/grey
>
>> + status = "okay";
>
> You can drop this line (nothing disables it)
Oops will remove
>
>> + compatible = "pwm-fan";
>> +
>> + interrupt-parent = <&tlmm>;
>> + interrupts = <14 IRQ_TYPE_EDGE_FALLING>;
>
> interrupts-extended looks neater
Ack
>
>> +
>> + pinctrl-0 = <&fan_pwr_active>,
>> + <&pwm_fan_ctrl_default>,
>> + <&fan_int_active>;
>> + pinctrl-1 = <&fan_pwr_sleep>;
>
> fan-pwr looks like an EN pin of a GPIO-controlled regulator
Probably, will model it as a regulator
>
>> + pinctrl-names = "default",
>> + "sleep";
>> +
>> + pwms = <&pm8550_pwm 3 50000>;
>> +
>> + #cooling-cells = <2>;
>> + cooling-levels = <0 16 32 45 60 80 105 130 155 180 205 230 255>;
>
> Does this come from a preexisting map?
Kancy ?
>
>> + };
>> +
>> + gpio-keys {
>> + compatible = "gpio-keys";
>> +
>> + pinctrl-0 = <&volume_up_n>;
>> + pinctrl-names = "default";
>> +
>> + key-volume-up {
>> + label = "Volume Up";
>> + linux,code = <KEY_VOLUMEUP>;
>> + gpios = <&pm8550_gpios 6 GPIO_ACTIVE_LOW>;
>> + debounce-interval = <15>;
>> + linux,can-disable;
>> + wakeup-source;
>> + };
>> + };
>> +
>> + pmic-glink {
>> + compatible = "qcom,sm8650-pmic-glink",
>> + "qcom,sm8550-pmic-glink",
>> + "qcom,pmic-glink";
>> + #address-cells = <1>;
>> + #size-cells = <0>;
>> +
>> + orientation-gpios = <&tlmm 29 GPIO_ACTIVE_HIGH>;
>> +
>> + connector@0 {
>> + compatible = "usb-c-connector";
>> + reg = <0>;
>> +
>> + power-role = "dual";
>> + data-role = "dual";
>> + self-powered;
>
> Is this property interpreted at all by our setup?
Kancy did add self-powered, but it does charging so it should be dropped.
>
> [...]
>
>> + sound {
>> + compatible = "qcom,sm8650-sndcard", "qcom,sm8450-sndcard";
>> + model = "SM8650-APS2";
>> + audio-routing = "SpkrLeft IN", "WSA_SPK1 OUT",
>> + "SpkrRight IN", "WSA_SPK2 OUT",
>> + "IN1_HPHL", "HPHL_OUT",
>> + "IN2_HPHR", "HPHR_OUT",
>> + "DMIC1", "MIC BIAS1",
>> + "DMIC2", "MIC BIAS2",
>> + "AMIC2", "MIC BIAS2",
>> + "TX SWR_INPUT1", "ADC2_OUTPUT",
>> + "TX SWR_INPUT7", "DMIC1_OUTPUT",
>> + "TX SWR_INPUT8", "DMIC2_OUTPUT";
>> +
>> + wcd-playback-dai-link {
>> + link-name = "WCD Playback";
>> +
>> + cpu {
>> + sound-dai = <&q6apmbedai RX_CODEC_DMA_RX_0>;
>> + };
>> +
>> + codec {
>> + sound-dai = <&wcd939x 0>,
>> + <&swr1 0>,
>> + <&lpass_rxmacro 0>;
>> + };
>
> 'co'dec < 'cp'u
>
> [...]
>
>> + wcd939x: audio-codec {
>
> 'a'udio-codec should be way higher
ack
>
> [...]
>
>> + thermal-zones {
>> + cpu2-top-thermal {
>> + trips {
>> + cpu2_active: cpu2-active {
>> + temperature = <38000>;
>> + hysteresis = <2000>;
>> + type = "active";
>
> This is shaky.. let's perhaps reference each thermal zone that you want
> to extend with a label.. Or maybe a pair of labels for trips/cooling-maps
> per zone?
Yep, will clean that by adding labels
>
> [...]
>
>> +&pcieport1 {
>> + pinctrl-0 = <&upd720201_active>;
>
> Is this a regulator?
There's s 3 gpios, the 3 are required to have the controller to show up,
it could be 3 regulators and a reset line, I don't know. The controller
needs 1.05v and 3.3v plus a reset signal, but I don't know which one
is which and if it's really regulators...
>
>> + pinctrl-names = "default";
>> +
>> + /* Renesas μPD720201 PCIe USB3.0 HOST CONTROLLER */
>
> DON'T SCREAM! :P
>
>> + usb-controller@0 {
>> + compatible = "pci1912,0014";
>> + reg = <0x10000 0x0 0x0 0x0 0x0>;
>> +
>> + pinctrl-0 = <&gamepad_pwr_en>;
>> + pinctrl-names = "default";
>
> Is there a hub connected to it? Or does it go directly to the
> aforementioned (game) controller?
Directly connected
>
> [...]
>
>> +&pm8550_pwm {
>> + status = "okay";
>> +
>> + multi-led {
>> + color = <LED_COLOR_ID_RGB>;
>> + function = LED_FUNCTION_STATUS;
>> +
>> + #address-cells = <1>;
>> + #size-cells = <0>;
>
> Would a label="xyz" be useful here?
Probably yes
>
> [...]
>
>> +&tlmm {
>> + /* Reserved I/Os for NFC */
>> + gpio-reserved-ranges = <32 4>, <36 1>, <38 6>, <74 1>;
>
> double space
>
> Are they all for NFC, are they all required?
They are reserved, usually for NFC to be used by the secure enclave,
but we don't have nfc but they are still reserved...
>
> [...]
>
>> diff --git a/arch/arm64/boot/dts/qcom/sm8650.dtsi b/arch/arm64/boot/dts/qcom/sm8650.dtsi
>> index 07ae74851621..fcd5a1a45803 100644
>> --- a/arch/arm64/boot/dts/qcom/sm8650.dtsi
>> +++ b/arch/arm64/boot/dts/qcom/sm8650.dtsi
>> @@ -3917,7 +3917,7 @@ opp-32000000-4 {
>> };
>> };
>>
>> - pcie@0 {
>> + pcieport1: pcie@0 {
>
> pcie1_port0, please
Ack
>
> Konrad
Thanks,
Neil
next prev parent reply other threads:[~2026-01-22 9:25 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-21 16:40 [PATCH 0/3] arm64: dts: qcom: Add support for the Ayaneo Pocket S2 Neil Armstrong
2026-01-21 16:40 ` [PATCH 1/3] dt-binding: vendor-prefixes: document the Ayeneo brand Neil Armstrong
2026-01-22 8:14 ` Krzysztof Kozlowski
2026-01-21 16:40 ` [PATCH 2/3] dt-bindings: arm: qcom: document the Ayaneo Pocket S2 Neil Armstrong
2026-01-22 1:25 ` Dmitry Baryshkov
2026-01-22 8:37 ` Neil Armstrong
2026-01-21 16:40 ` [PATCH 3/3] arm64: dts: qcom: add basic devicetree for Ayaneo Pocket S2 gaming console Neil Armstrong
2026-01-22 1:30 ` Dmitry Baryshkov
2026-01-22 8:38 ` Neil Armstrong
2026-01-22 9:03 ` Konrad Dybcio
2026-01-22 9:15 ` Konrad Dybcio
2026-01-22 9:25 ` Neil Armstrong [this message]
2026-01-22 9:34 ` Kancy Joe
2026-01-22 12:34 ` Konrad Dybcio
2026-01-22 13:37 ` Neil Armstrong
2026-01-22 17:47 ` Konrad Dybcio
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=53a1370b-89a4-4276-949a-e3ad95dbad2c@linaro.org \
--to=neil.armstrong@linaro.org \
--cc=abhinav.kumar@linux.dev \
--cc=airlied@gmail.com \
--cc=andersson@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=freedreno@lists.freedesktop.org \
--cc=jesszhan0024@gmail.com \
--cc=kancy2333@outlook.com \
--cc=konrad.dybcio@oss.qualcomm.com \
--cc=konradybcio@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lumag@kernel.org \
--cc=marijn.suijten@somainline.org \
--cc=robh@kernel.org \
--cc=robin.clark@oss.qualcomm.com \
--cc=sean@poorly.run \
--cc=simona@ffwll.ch \
/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