Re: [PATCH v1 4/8] arm64: dts: qcom: shikra: Add soundwire and macro nodes
From: Mohammad Rafi Shaik
Date: Mon Jun 29 2026 - 01:25:48 EST
On 6/25/2026 5:15 PM, Konrad Dybcio wrote:
On 6/16/26 10:13 PM, Mohammad Rafi Shaik wrote:
Add SoC-level SoundWire masters and LPASS RX/VA macro nodes, along with
DMIC and SWR pinctrl states required by the audio data path.
Keep these nodes disabled in shikra.dtsi so board dts files can selectively
enable and configure them.
Signed-off-by: Mohammad Rafi Shaik <mohammad.rafi.shaik@xxxxxxxxxxxxxxxx>
---
Just a couple style nits:
Ack,
[...]
+ rxmacro: codec@a040000 {
+ compatible = "qcom,shikra-lpass-rx-macro";
+ reg = <0x0 0x0a040000 0x0 0x1000>;
+
+ pinctrl-0 = <&rx_swr_active>;
+ pinctrl-names = "default";
Let's move this down.. maybe above all the #cells
sure will fix in next revision.
+
+ clocks = <&audiocorecc AUDIO_CORE_CC_RX_MCLK_CLK>,
+ <&audiocorecc AUDIO_CORE_CC_RX_MCLK_2X_CLK>,
Please align all <s
Ack,
+ <&vamacro>;
+ clock-names = "mclk",
+ "npl",
+ "fsgen";
+
+ #clock-cells = <0>;
+ clock-output-names = "mclk";
+ #sound-dai-cells = <1>;
+ status = "disabled";
Let's keep a \n before 'status', everywhere
Sure, will fix in next revision.
Thanks & regards,
Rafi.
Konrad