Skip to content

Commit 5098cae

Browse files
Srinivas-Kandagatlavinodkoul
authored andcommitted
dt-bindings: soundwire: fix example
As wsa881x schema mentions #sound-dai-cells as required property, so update soundwire-controller.yaml example so that dt_bindings_check does not fail as below: Documentation/devicetree/bindings/soundwire/soundwire-controller.example.dt.yaml: speaker@0,1: '#sound-dai-cells' is a required property Documentation/devicetree/bindings/soundwire/soundwire-controller.example.dt.yaml: speaker@0,2: '#sound-dai-cells' is a required property Reported-by: Rob Herring <[email protected]> Signed-off-by: Srinivas Kandagatla <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 550f905 commit 5098cae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Documentation/devicetree/bindings/soundwire/soundwire-controller.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,15 @@ examples:
6969
reg = <0 1>;
7070
powerdown-gpios = <&wcdpinctrl 2 0>;
7171
#thermal-sensor-cells = <0>;
72+
#sound-dai-cells = <0>;
7273
};
7374
7475
speaker@0,2 {
7576
compatible = "sdw10217201000";
7677
reg = <0 2>;
7778
powerdown-gpios = <&wcdpinctrl 2 0>;
7879
#thermal-sensor-cells = <0>;
80+
#sound-dai-cells = <0>;
7981
};
8082
};
8183

0 commit comments

Comments
 (0)