ASoC: dt-bindings: use "soundwire" as controller's node name in examples

Soundwire Devicetree bindings expect the Soundwire controller device
node to be named just "soundwire".  Correct examples, so the incorrect
code will not be re-used.

Reported-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20231107101610.13728-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Krzysztof Kozlowski 2023-11-07 11:16:10 +01:00 committed by Mark Brown
parent c239b79315
commit dc29d3d253
No known key found for this signature in database
GPG key ID: 24D68B725D5487D0
3 changed files with 3 additions and 3 deletions

View file

@ -39,7 +39,7 @@ unevaluatedProperties: false
examples:
- |
soundwire-controller@3250000 {
soundwire@3250000 {
#address-cells = <2>;
#size-cells = <0>;
reg = <0x3250000 0x2000>;

View file

@ -52,7 +52,7 @@ examples:
- |
#include <dt-bindings/gpio/gpio.h>
soundwire-controller@3250000 {
soundwire@3250000 {
#address-cells = <2>;
#size-cells = <0>;
reg = <0x3250000 0x2000>;

View file

@ -48,7 +48,7 @@ examples:
- |
#include <dt-bindings/gpio/gpio.h>
soundwire-controller {
soundwire {
#address-cells = <2>;
#size-cells = <0>;