]> git.itanic.dy.fi Git - linux-stable/commitdiff
arm64: dts: qcom: sc8280xp: correct Soundwire wakeup interrupt name
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Mon, 3 Apr 2023 13:23:28 +0000 (15:23 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 11 May 2023 14:17:05 +0000 (23:17 +0900)
[ Upstream commit 894e258b6a38922f9860a20ca07cf2f745e3b090 ]

The bindings expect second Soundwire interrupt to be "wakeup" (Linux
driver takes by index):

  sc8280xp-crd.dtb: soundwire-controller@3330000: interrupt-names:1: 'wakeup' was expected

Fixes: c18773d162a6 ("arm64: dts: qcom: sc8280xp: add SoundWire and LPASS")
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/20230403132328.61414-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm64/boot/dts/qcom/sc8280xp.dtsi

index 80401834bb06306031d8e3a302c67071b3f89dc5..03b679b75201dd82ed30899de877e2476c5fbe73 100644 (file)
@@ -2598,7 +2598,7 @@ swr2: soundwire-controller@3330000 {
                        reg = <0 0x03330000 0 0x2000>;
                        interrupts-extended = <&intc GIC_SPI 959 IRQ_TYPE_LEVEL_HIGH>,
                                              <&intc GIC_SPI 520 IRQ_TYPE_LEVEL_HIGH>;
-                       interrupt-names = "core", "wake";
+                       interrupt-names = "core", "wakeup";
 
                        clocks = <&txmacro>;
                        clock-names = "iface";