Re: [PATCH 3/3] arm64: dts: qcom: Add Talos Lyra EVK board
From: Konrad Dybcio
Date: Wed Sep 02 2026 - 06:27:55 EST
On 9/1/26 3:44 PM, Avaneesh Kumar Dwivedi wrote:
> Add the device tree for the Talos Lyra EVK platform which combines
> the Talos Lyra EVK SoM and Lyra carrier board.
>
> This device tree adds board-specific peripheral configuration on top
> of the SoM, including:
[...]
> +&i2c5 {
> + clock-frequency = <100000>;
> + status = "okay";
nit: Let's keep a \n before 'status' consistently
Konrad