Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH 1/5] arm64: dts: qcom: sc8280xp: label the Soundwire nodes
@ 2023-04-05  6:09 Krzysztof Kozlowski
  2023-04-05  6:09 ` [PATCH 2/5] arm64: dts: qcom: sm8450: " Krzysztof Kozlowski
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Krzysztof Kozlowski @ 2023-04-05  6:09 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, linux-arm-msm, devicetree, linux-kernel
  Cc: Krzysztof Kozlowski

Use labels, instead of comments, for Soundwire controllers.  Naming them
is useful, because they are specialized and have also naming in
datasheet/programming guide.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm64/boot/dts/qcom/sc8280xp.dtsi | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/sc8280xp.dtsi b/arch/arm64/boot/dts/qcom/sc8280xp.dtsi
index cd38320dafda..c195a57fd180 100644
--- a/arch/arm64/boot/dts/qcom/sc8280xp.dtsi
+++ b/arch/arm64/boot/dts/qcom/sc8280xp.dtsi
@@ -2497,7 +2497,6 @@ rxmacro: rxmacro@3200000 {
 			status = "disabled";
 		};
 
-		/* RX */
 		swr1: soundwire-controller@3210000 {
 			compatible = "qcom,soundwire-v1.6.0";
 			reg = <0 0x03210000 0 0x2000>;
@@ -2572,13 +2571,13 @@ wsamacro: codec@3240000 {
 			status = "disabled";
 		};
 
-		/* WSA */
 		swr0: soundwire-controller@3250000 {
 			reg = <0 0x03250000 0 0x2000>;
 			compatible = "qcom,soundwire-v1.6.0";
 			interrupts = <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>;
 			clocks = <&wsamacro>;
 			clock-names = "iface";
+			label = "WSA";
 
 			qcom,din-ports = <2>;
 			qcom,dout-ports = <6>;
@@ -2600,7 +2599,6 @@ swr0: soundwire-controller@3250000 {
 			status = "disabled";
 		};
 
-		/* TX */
 		swr2: soundwire-controller@3330000 {
 			compatible = "qcom,soundwire-v1.6.0";
 			reg = <0 0x03330000 0 0x2000>;
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2023-04-07 17:38 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-05  6:09 [PATCH 1/5] arm64: dts: qcom: sc8280xp: label the Soundwire nodes Krzysztof Kozlowski
2023-04-05  6:09 ` [PATCH 2/5] arm64: dts: qcom: sm8450: " Krzysztof Kozlowski
2023-04-05 15:47   ` Konrad Dybcio
2023-04-05  6:09 ` [PATCH 3/5] arm64: dts: qcom: sc8280xp: simplify interrupts-extended Krzysztof Kozlowski
2023-04-05 15:47   ` Konrad Dybcio
2023-04-05  6:09 ` [PATCH 4/5] arm64: dts: qcom: sm8250: " Krzysztof Kozlowski
2023-04-05 15:51   ` Konrad Dybcio
2023-04-05  6:09 ` [PATCH 5/5] arm64: dts: qcom: sm8450: " Krzysztof Kozlowski
2023-04-05 15:52   ` Konrad Dybcio
2023-04-05 15:46 ` [PATCH 1/5] arm64: dts: qcom: sc8280xp: label the Soundwire nodes Konrad Dybcio
2023-04-07 17:41 ` (subset) " Bjorn Andersson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox