diff mbox series

[usb,next] ASoC: Revert "ASoC: dt-bindings: Update example for enabling USB offload on SM8250"

Message ID 20240222163204.65468-1-krzysztof.kozlowski@linaro.org
State New
Headers show
Series [usb,next] ASoC: Revert "ASoC: dt-bindings: Update example for enabling USB offload on SM8250" | expand

Commit Message

Krzysztof Kozlowski Feb. 22, 2024, 4:32 p.m. UTC
This reverts commit a9c83252bff616cf3a38d55b7c6a6ad63667f2dd from USB
tree, because it depends on other DT bindings changes which were not
applied.  This commit alone causes dt_binding_check failures:

  Documentation/devicetree/bindings/sound/qcom,sm8250.example.dts:97.44-45 syntax error

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

---

Greg,

Please take this revert. Original commit should go via Mark's ASoC.
---
 .../devicetree/bindings/sound/qcom,sm8250.yaml    | 15 ---------------
 1 file changed, 15 deletions(-)

Comments

Greg Kroah-Hartman Feb. 23, 2024, 6 a.m. UTC | #1
On Thu, Feb 22, 2024 at 05:32:04PM +0100, Krzysztof Kozlowski wrote:
> This reverts commit a9c83252bff616cf3a38d55b7c6a6ad63667f2dd from USB
> tree, because it depends on other DT bindings changes which were not
> applied.  This commit alone causes dt_binding_check failures:
> 
>   Documentation/devicetree/bindings/sound/qcom,sm8250.example.dts:97.44-45 syntax error
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> 
> ---
> 
> Greg,
> 
> Please take this revert. Original commit should go via Mark's ASoC.

Ah, now I see this, yes, I'll go queue this up right now, thanks!

greg k-h
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/sound/qcom,sm8250.yaml b/Documentation/devicetree/bindings/sound/qcom,sm8250.yaml
index 49e4f5bbe9dd..2ab6871e89e5 100644
--- a/Documentation/devicetree/bindings/sound/qcom,sm8250.yaml
+++ b/Documentation/devicetree/bindings/sound/qcom,sm8250.yaml
@@ -227,21 +227,6 @@  examples:
                 sound-dai = <&vamacro 0>;
             };
         };
-
-        usb-dai-link {
-            link-name = "USB Playback";
-            cpu {
-                sound-dai = <&q6afedai USB_RX>;
-            };
-
-            codec {
-                sound-dai = <&usbdai USB_RX>;
-            };
-
-            platform {
-                sound-dai = <&q6routing>;
-            };
-        };
     };
 
   - |