Re: [PATCH v5 3/3] arm64: dts: qcom: add basic devicetree for Ayaneo Pocket DS gaming console
From: Konrad Dybcio
Date: Wed Aug 19 2026 - 11:13:20 EST
On 7/23/26 3:24 PM, Alexandre Hamamdjian via B4 Relay wrote:
> From: Teguh Sobirin <teguh@xxxxxxxx>
>
> Add initial Device Tree for the Ayaneo Pocket DS gaming console based
> on the Qualcomm QCS8550 platform.
[...]
> +/ {
> + model = "AYANEO Pocket DS";
> + compatible = "ayaneo,pocket-ds", "qcom,qcs8550", "qcom,sm8550";
> +
> + aliases {
> + serial0 = &uart7;
> + serial1 = &uart14;
> + hsuart0 = &uart11;
serial2?
[...]
> + fan_pwr_active: fan-pwr-active-state {
> + pins = "gpio31";
> + function = "gpio";
> + drive-strength = <2>;
> + bias-disable;
> + output-low;
This is already done by the driver via the GPIO APIs
[...]
> + gamepad_pwr_en: gamepad-pwr-en-active-state {
> + pins = "gpio52";
> + function = "gpio";
> + drive-strength = <2>;
> + bias-disable;
> + output-high;
ditto
otherwise
Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>
Konrad