arm64: dts: qcom: sc8280xp: label the Soundwire nodes
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Wed, 5 Apr 2023 06:09:02 +0000 (08:09 +0200)
committerBjorn Andersson <andersson@kernel.org>
Thu, 6 Apr 2023 18:14:39 +0000 (11:14 -0700)
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>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230405060906.143058-1-krzysztof.kozlowski@linaro.org
arch/arm64/boot/dts/qcom/sc8280xp.dtsi

index 4c75da1bac2d522951bb4b2778d6df4940f922ac..071b2f226695bb5cb19119b4efd3596bfd241428 100644 (file)
                        status = "disabled";
                };
 
-               /* RX */
                swr1: soundwire-controller@3210000 {
                        compatible = "qcom,soundwire-v1.6.0";
                        reg = <0 0x03210000 0 0x2000>;
                        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>;
                        status = "disabled";
                };
 
-               /* TX */
                swr2: soundwire-controller@3330000 {
                        compatible = "qcom,soundwire-v1.6.0";
                        reg = <0 0x03330000 0 0x2000>;