Re: [PATCH v8 6/6] arm64: dts: qcom: Add AYN Thor
From: Konrad Dybcio
Date: Wed Jun 17 2026 - 06:55:22 EST
On 5/3/26 11:48 PM, Aaron Kling via B4 Relay wrote:
> From: Teguh Sobirin <teguh@xxxxxxxx>
>
> The AYN Thor is a high-performance Android-based handheld gaming console
> powered by the Qualcomm Snapdragon 8 Gen 2 processor featuring dual
> AMOLED touchscreens.
>
> Signed-off-by: Teguh Sobirin <teguh@xxxxxxxx>
> Co-developed-by: Aaron Kling <webgeek1234@xxxxxxxxx>
> Signed-off-by: Aaron Kling <webgeek1234@xxxxxxxxx>
> ---
[...]
> +&i2c4 {
> + clock-frequency = <400000>;
> +
> + status = "okay";
'status' is generally meant to be the last property
> +
> + #address-cells = <1>;
> + #size-cells = <0>;
especially since these ones are already defined in the included SoC DTSI
(and would only be necessary when building a DTBO, which I know is your
ultimate usecase, but which you aren't doing in this patch)
Perhaps Bjorn can fix that up while applying..
Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>
Konrad