Re: [PATCH 3/3] arm64: dts: qcom: Add Talos Lyra EVK board

From: Avaneesh Kumar Dwivedi (avani)

Date: Thu Sep 17 2026 - 09:25:47 EST



On 9/2/2026 3:50 PM, Konrad Dybcio wrote:
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
Acked, will fix in v2.

Konrad