Re: [PATCH v3 4/4] arm64: dts: qcom: msm8976: Add WCNSS node

From: Konrad Dybcio
Date: Tue Apr 23 2024 - 13:02:20 EST




On 4/13/24 19:03, Adam Skladowski wrote:
Add node describing wireless connectivity subsystem.

Signed-off-by: Adam Skladowski <a39.skl@xxxxxxxxx>
---

[...]

+ wcnss_wifi: wifi {
+ compatible = "qcom,wcnss-wlan";
+
+ interrupts = <GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH>,
+ <GIC_SPI 146 IRQ_TYPE_LEVEL_HIGH>;
+ interrupt-names = "tx", "rx";
+
+ qcom,smem-states = <&apps_smsm 10>, <&apps_smsm 9>;
+ qcom,smem-state-names = "tx-enable",
+ "tx-rings-empty";

Since you're already going to resend, please keep one entry per line,
this fragment is very inconsistent

looks good otherwise

Konrad