[PATCH 2/2] dt-bindings: sound: remove google,storm-audio binding

From: Dmitry Baryshkov

Date: Tue Jul 21 2026 - 14:31:24 EST


With the ipq806x Storm machine driver gone, the accompanying device tree
binding describing the "google,storm-audio" sound complex is no longer
used by any driver or device tree. Remove it.

Assisted-by: Claude:claude-opus-4-8
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxxxxxxxx>
---
Documentation/devicetree/bindings/sound/storm.txt | 23 -----------------------
1 file changed, 23 deletions(-)

diff --git a/Documentation/devicetree/bindings/sound/storm.txt b/Documentation/devicetree/bindings/sound/storm.txt
deleted file mode 100644
index 062a4c185fa9..000000000000
--- a/Documentation/devicetree/bindings/sound/storm.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-* Sound complex for Storm boards
-
-Models a soundcard for Storm boards with the Qualcomm Technologies IPQ806x SOC
-connected to a MAX98357A DAC via I2S.
-
-Required properties:
-
-- compatible : "google,storm-audio"
-- cpu : Phandle of the CPU DAI
-- codec : Phandle of the codec DAI
-
-Optional properties:
-
-- qcom,model : The user-visible name of this sound card.
-
-Example:
-
-sound {
- compatible = "google,storm-audio";
- qcom,model = "ipq806x-storm";
- cpu = <&lpass_cpu>;
- codec = <&max98357a>;
-};

--
2.47.3